From 0d9692eb07c723731388339b9e23cc037e6a73ad Mon Sep 17 00:00:00 2001 From: outaTiME Date: Tue, 16 Jan 2024 10:51:58 -0300 Subject: [PATCH] chore: publish - @ambito-dolar/api@3.12.0 - @ambito-dolar/client@6.11.0 - @ambito-dolar/core@3.8.0 - @ambito-dolar/website@1.9.6 --- packages/api/CHANGELOG.md | 10 ++++++++++ packages/api/package.json | 4 ++-- packages/client/CHANGELOG.md | 12 ++++++++++++ packages/client/package.json | 4 ++-- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/website/CHANGELOG.md | 4 ++++ packages/website/package.json | 2 +- yarn.lock | 6 +++--- 9 files changed, 41 insertions(+), 9 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 3bd8c2f..a8497e2 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.12.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.11.2...@ambito-dolar/api@3.12.0) (2024-01-16) + +### Bug Fixes + +- cdk handlers must return a promise ([9eb8fff](https://github.com/outaTiME/ambito-dolar/commit/9eb8fff8a4eb5a33753075bcc07ee7f7adf6494e)) + +### Features + +- add bna rate type ([243b45d](https://github.com/outaTiME/ambito-dolar/commit/243b45d0125250f7e05e3ed00cad260a3bf7f46c)) + ## [3.11.2](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.11.1...@ambito-dolar/api@3.11.2) (2024-01-08) **Note:** Version bump only for package @ambito-dolar/api diff --git a/packages/api/package.json b/packages/api/package.json index 1f38988..28664c0 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,9 +1,9 @@ { "name": "@ambito-dolar/api", "private": true, - "version": "3.11.2", + "version": "3.12.0", "dependencies": { - "@ambito-dolar/core": "^3.7.0", + "@ambito-dolar/core": "^3.8.0", "@atproto/api": "^0.8.0", "@aws-sdk/client-dynamodb": "^3.490.0", "@aws-sdk/client-s3": "^3.490.0", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 8e154f6..3a48dff 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.11.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.10.1...@ambito-dolar/client@6.11.0) (2024-01-16) + +### Bug Fixes + +- add thousands separator to widgets ([11c5d16](https://github.com/outaTiME/ambito-dolar/commit/11c5d16da469b45d4c555bf2b88a3f755879572c)) + +### Features + +- add bna rate type ([243b45d](https://github.com/outaTiME/ambito-dolar/commit/243b45d0125250f7e05e3ed00cad260a3bf7f46c)) +- add local expo module for widgets update ([4c760b7](https://github.com/outaTiME/ambito-dolar/commit/4c760b7672f98dc548246a92a0d41b31808a66ae)) +- handle user locale updates ([87e0431](https://github.com/outaTiME/ambito-dolar/commit/87e04314b0e0cafef81ebcac0711f5d50471fc66)) + ## [6.10.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.10.0...@ambito-dolar/client@6.10.1) (2024-01-08) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index ccb57a5..d9eef10 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.7.0", + "@ambito-dolar/core": "^3.8.0", "@amplitude/analytics-react-native": "^1.4.7", "@config-plugins/react-native-quick-actions": "^6.0.0", "@expo/react-native-action-sheet": "^4.0.1", @@ -91,7 +91,7 @@ "@babel/core": "^7.23.7", "@expo/webpack-config": "^19.0.0" }, - "version": "6.10.1", + "version": "6.11.0", "installConfig": { "hoistingLimits": "workspaces" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5b5b6b4..9646b05 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.8.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@3.7.0...@ambito-dolar/core@3.8.0) (2024-01-16) + +### Features + +- add bna rate type ([243b45d](https://github.com/outaTiME/ambito-dolar/commit/243b45d0125250f7e05e3ed00cad260a3bf7f46c)) + # [3.7.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@3.6.0...@ambito-dolar/core@3.7.0) (2023-12-31) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 9397d26..09fd628 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ambito-dolar/core", "private": true, - "version": "3.7.0", + "version": "3.8.0", "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/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 67c9e4d..2b212c4 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/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. +## [1.9.6](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/website@1.9.5...@ambito-dolar/website@1.9.6) (2024-01-16) + +**Note:** Version bump only for package @ambito-dolar/website + ## [1.9.5](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/website@1.9.4...@ambito-dolar/website@1.9.5) (2024-01-02) **Note:** Version bump only for package @ambito-dolar/website diff --git a/packages/website/package.json b/packages/website/package.json index cf0b399..1c33b88 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@ambito-dolar/website", - "version": "1.9.5", + "version": "1.9.6", "private": true, "scripts": { "develop": "gatsby develop", diff --git a/yarn.lock b/yarn.lock index 10998cf..b0e775f 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": ^3.7.0 + "@ambito-dolar/core": ^3.8.0 "@atproto/api": ^0.8.0 "@aws-sdk/client-dynamodb": ^3.490.0 "@aws-sdk/client-s3": ^3.490.0 @@ -69,7 +69,7 @@ __metadata: version: 0.0.0-use.local resolution: "@ambito-dolar/client@workspace:packages/client" dependencies: - "@ambito-dolar/core": ^3.7.0 + "@ambito-dolar/core": ^3.8.0 "@amplitude/analytics-react-native": ^1.4.7 "@babel/core": ^7.23.7 "@config-plugins/react-native-quick-actions": ^6.0.0 @@ -150,7 +150,7 @@ __metadata: languageName: unknown linkType: soft -"@ambito-dolar/core@^3.7.0, @ambito-dolar/core@workspace:packages/core": +"@ambito-dolar/core@^3.8.0, @ambito-dolar/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@ambito-dolar/core@workspace:packages/core" dependencies: