From 250adcedab68c8cd4591c8a67060190b7a20a5bd Mon Sep 17 00:00:00 2001 From: outaTiME Date: Fri, 1 Mar 2024 02:40:24 -0300 Subject: [PATCH] chore: publish - @ambito-dolar/api@3.14.2 - @ambito-dolar/client@7.0.0 - @ambito-dolar/core@3.8.4 --- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 4 ++-- packages/client/CHANGELOG.md | 18 ++++++++++++++++++ packages/client/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- yarn.lock | 6 +++--- 7 files changed, 36 insertions(+), 8 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 891fc70..356edb0 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.2](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.14.1...@ambito-dolar/api@3.14.2) (2024-03-01) + +### Bug Fixes + +- avoid dynamodb parallel scan warnings ([32f1471](https://github.com/outaTiME/ambito-dolar/commit/32f147118aea3ad68ce500b57d6e5f0909d3591c)) + ## [3.14.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.14.0...@ambito-dolar/api@3.14.1) (2024-02-25) **Note:** Version bump only for package @ambito-dolar/api diff --git a/packages/api/package.json b/packages/api/package.json index e046ab6..690347e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,9 +1,9 @@ { "name": "@ambito-dolar/api", "private": true, - "version": "3.14.1", + "version": "3.14.2", "dependencies": { - "@ambito-dolar/core": "^3.8.3", + "@ambito-dolar/core": "^3.8.4", "@atproto/api": "^0.10.3", "@aws-sdk/client-dynamodb": "~3.525.0", "@aws-sdk/client-s3": "~3.525.0", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 29664b1..2d482f8 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.13.0...@ambito-dolar/client@7.0.0) (2024-03-01) + +### Bug Fixes + +- better handling of scroll to the top when customize the rate list ([d7eb219](https://github.com/outaTiME/ambito-dolar/commit/d7eb21903a1e5b967979730885d9349e1d155ca0)) +- disable money mouth face emoji on android < 24 ([2f42565](https://github.com/outaTiME/ambito-dolar/commit/2f42565d972247aaa973393413c2e9abb5cc2ed6)) +- scroll to the top when the rate list change size ([3cda4d9](https://github.com/outaTiME/ambito-dolar/commit/3cda4d9f22aa590b8d38f0ec76fd11c8ae5c0bb1)) + +- feat!: update to Expo 50 ([77abdf8](https://github.com/outaTiME/ambito-dolar/commit/77abdf8f863ef5de14345617448ec812f8498056)) + +### Features + +- restrict rates to last 6 days ([31d089f](https://github.com/outaTiME/ambito-dolar/commit/31d089f88098ec3d35437a4a87312d380451e909)) + +### BREAKING CHANGES + +- update to react-native version 0.73.x + # [6.13.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.12.1...@ambito-dolar/client@6.13.0) (2024-02-18) ### Features diff --git a/packages/client/package.json b/packages/client/package.json index 71c9438..8de519a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -10,7 +10,7 @@ "prebuild:ios": "expo prebuild --platform ios && npx pod-install" }, "dependencies": { - "@ambito-dolar/core": "^3.8.3", + "@ambito-dolar/core": "^3.8.4", "@amplitude/analytics-react-native": "^1.4.7", "@config-plugins/react-native-quick-actions": "^6.0.0", "@expo/react-native-action-sheet": "^4.0.1", @@ -90,7 +90,7 @@ "@babel/core": "^7.24.0", "@expo/webpack-config": "^19.0.1" }, - "version": "6.13.0", + "version": "7.0.0", "installConfig": { "hoistingLimits": "workspaces" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2975a91..c1b926f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.8.4](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@3.8.3...@ambito-dolar/core@3.8.4) (2024-03-01) + +**Note:** Version bump only for package @ambito-dolar/core + ## [3.8.3](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@3.8.2...@ambito-dolar/core@3.8.3) (2024-02-18) **Note:** Version bump only for package @ambito-dolar/core diff --git a/packages/core/package.json b/packages/core/package.json index d5c720a..f4e74e8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ambito-dolar/core", "private": true, - "version": "3.8.3", + "version": "3.8.4", "dependencies": { "@jsonurl/jsonurl": "^1.1.7", "@vercel/fetch-retry": "https://gitpkg.vercel.app/api/pkg.tgz?url=outaTiME/fetch/packages/fetch-retry&commit=main", diff --git a/yarn.lock b/yarn.lock index a0b16de..f74dbcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -38,7 +38,7 @@ __metadata: version: 0.0.0-use.local resolution: "@ambito-dolar/api@workspace:packages/api" dependencies: - "@ambito-dolar/core": "npm:^3.8.3" + "@ambito-dolar/core": "npm:^3.8.4" "@atproto/api": "npm:^0.10.3" "@aws-sdk/client-dynamodb": "npm:~3.525.0" "@aws-sdk/client-s3": "npm:~3.525.0" @@ -71,7 +71,7 @@ __metadata: version: 0.0.0-use.local resolution: "@ambito-dolar/client@workspace:packages/client" dependencies: - "@ambito-dolar/core": "npm:^3.8.3" + "@ambito-dolar/core": "npm:^3.8.4" "@amplitude/analytics-react-native": "npm:^1.4.7" "@babel/core": "npm:^7.24.0" "@config-plugins/react-native-quick-actions": "npm:^6.0.0" @@ -151,7 +151,7 @@ __metadata: languageName: unknown linkType: soft -"@ambito-dolar/core@npm:^3.8.3, @ambito-dolar/core@workspace:packages/core": +"@ambito-dolar/core@npm:^3.8.4, @ambito-dolar/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@ambito-dolar/core@workspace:packages/core" dependencies: