diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 347855e..6a0ae6e 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.17.2](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.17.1...@ambito-dolar/api@3.17.2) (2024-08-30) + +**Note:** Version bump only for package @ambito-dolar/api + ## [3.17.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.17.0...@ambito-dolar/api@3.17.1) (2024-08-28) ### Bug Fixes diff --git a/packages/api/package.json b/packages/api/package.json index 2adc6be..e650a91 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@ambito-dolar/api", "private": true, - "version": "3.17.1", + "version": "3.17.2", "dependencies": { "@ambito-dolar/core": "^3.9.1", "@atproto/api": "^0.13.5", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 343797b..b4f5646 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.4.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@7.3.0...@ambito-dolar/client@7.4.0) (2024-08-30) + +### Bug Fixes + +- ask for donation once a year (since last donation) ([0a6509b](https://github.com/outaTiME/ambito-dolar/commit/0a6509b42f0ce77ac4b077af1a19c9e3579f2843)) +- manual font loading due to android failures ([fbd9244](https://github.com/outaTiME/ambito-dolar/commit/fbd9244461c7c49d926fd1b9f2c36bfca67ed3a4)) + +### Features + +- add identifier to handle errors and support ([24952d2](https://github.com/outaTiME/ambito-dolar/commit/24952d242e26e651beb34d0ceb01ece66307a3d5)) + # [7.3.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@7.2.0...@ambito-dolar/client@7.3.0) (2024-08-28) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index f4eeb36..2e2ad00 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -97,7 +97,7 @@ "@babel/core": "^7.25.2", "@expo/webpack-config": "^19.0.1" }, - "version": "7.3.0", + "version": "7.4.0", "installConfig": { "hoistingLimits": "workspaces" },