diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7ef4d94..88efd56 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.12.2](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.12.1...@ambito-dolar/api@3.12.2) (2024-01-25) + +**Note:** Version bump only for package @ambito-dolar/api + ## [3.12.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.12.0...@ambito-dolar/api@3.12.1) (2024-01-20) **Note:** Version bump only for package @ambito-dolar/api diff --git a/packages/api/package.json b/packages/api/package.json index be16cfb..03ae3bb 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,9 +1,9 @@ { "name": "@ambito-dolar/api", "private": true, - "version": "3.12.1", + "version": "3.12.2", "dependencies": { - "@ambito-dolar/core": "^3.8.0", + "@ambito-dolar/core": "^3.8.1", "@atproto/api": "^0.9.3", "@aws-sdk/client-dynamodb": "^3.499.0", "@aws-sdk/client-s3": "^3.499.0", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c412bee..af3e81f 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.12.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.11.1...@ambito-dolar/client@6.12.0) (2024-01-25) + +### Bug Fixes + +- handle empty locale on certain iOS devices ([6b2667b](https://github.com/outaTiME/ambito-dolar/commit/6b2667b57883d5a6c2da1731e5e2f4db588072ce)) +- handle errors on the initial linking url ([25877e1](https://github.com/outaTiME/ambito-dolar/commit/25877e1eec73d6b68236c4b2755a02fac112273c)) +- header render issue on navigator ([cf50da8](https://github.com/outaTiME/ambito-dolar/commit/cf50da81ede99801c85308312706fb8be62fd9da)) +- limit the maximum number of stats to display ([3847ae0](https://github.com/outaTiME/ambito-dolar/commit/3847ae01a48dd95f552cf96ce566f323daf4c740)) + +### Features + +- add new fa6 icon support ([dcdd9ce](https://github.com/outaTiME/ambito-dolar/commit/dcdd9ce933234f40addd6546553552ecea0d8556)) + ## [6.11.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.11.0...@ambito-dolar/client@6.11.1) (2024-01-20) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index 240f153..e8354f4 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.0", + "@ambito-dolar/core": "^3.8.1", "@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.1" }, - "version": "6.11.1", + "version": "6.12.0", "installConfig": { "hoistingLimits": "workspaces" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9646b05..a8a2349 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.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@3.8.0...@ambito-dolar/core@3.8.1) (2024-01-25) + +**Note:** Version bump only for package @ambito-dolar/core + # [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 diff --git a/packages/core/package.json b/packages/core/package.json index 61f748a..fdc614d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ambito-dolar/core", "private": true, - "version": "3.8.0", + "version": "3.8.1", "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 593750b..9d99255 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/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. +# [1.10.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/website@1.9.7...@ambito-dolar/website@1.10.0) (2024-01-25) + +### Features + +- add new fa6 icon support ([dcdd9ce](https://github.com/outaTiME/ambito-dolar/commit/dcdd9ce933234f40addd6546553552ecea0d8556)) + ## [1.9.7](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/website@1.9.6...@ambito-dolar/website@1.9.7) (2024-01-20) **Note:** Version bump only for package @ambito-dolar/website diff --git a/packages/website/package.json b/packages/website/package.json index 02370c8..9f8ace9 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@ambito-dolar/website", - "version": "1.9.7", + "version": "1.10.0", "private": true, "scripts": { "develop": "gatsby develop", diff --git a/yarn.lock b/yarn.lock index 138a74c..721bda4 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.0" + "@ambito-dolar/core": "npm:^3.8.1" "@atproto/api": "npm:^0.9.3" "@aws-sdk/client-dynamodb": "npm:^3.499.0" "@aws-sdk/client-s3": "npm:^3.499.0" @@ -69,7 +69,7 @@ __metadata: version: 0.0.0-use.local resolution: "@ambito-dolar/client@workspace:packages/client" dependencies: - "@ambito-dolar/core": "npm:^3.8.0" + "@ambito-dolar/core": "npm:^3.8.1" "@amplitude/analytics-react-native": "npm:^1.4.7" "@babel/core": "npm:^7.23.7" "@config-plugins/react-native-quick-actions": "npm:^6.0.0" @@ -150,7 +150,7 @@ __metadata: languageName: unknown linkType: soft -"@ambito-dolar/core@npm:^3.8.0, @ambito-dolar/core@workspace:packages/core": +"@ambito-dolar/core@npm:^3.8.1, @ambito-dolar/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@ambito-dolar/core@workspace:packages/core" dependencies: