diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 9d26e7f..1de2bdb 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.11](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@1.0.10...@ambito-dolar/api@1.0.11) (2021-04-24) + +**Note:** Version bump only for package @ambito-dolar/api + + + + + ## [1.0.10](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@1.0.9...@ambito-dolar/api@1.0.10) (2021-04-16) **Note:** Version bump only for package @ambito-dolar/api diff --git a/packages/api/package.json b/packages/api/package.json index 4ed1275..2c9cd54 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,9 +1,9 @@ { "name": "@ambito-dolar/api", "private": true, - "version": "1.0.10", + "version": "1.0.11", "dependencies": { - "@ambito-dolar/core": "^1.0.8", + "@ambito-dolar/core": "^1.0.9", "@zeit/fetch": "^6.0.0", "aws-sdk": "^2.553.0", "chrome-aws-lambda": "~6.0", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md new file mode 100644 index 0000000..4d4ada7 --- /dev/null +++ b/packages/client/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 5.0.0 (2021-04-24) + + +### Features + +* Version bump to force major update. ([5ca1a5c](https://github.com/outaTiME/ambito-dolar/commit/5ca1a5c18073cac7da6ff3b0c26cd3f94e72e99f)) +* Version bump to force major update. ([5beb078](https://github.com/outaTiME/ambito-dolar/commit/5beb078e059f41319439a47c63370787863b8eff)) + + +### BREAKING CHANGES + +* Expo SDK 41 diff --git a/packages/client/package.json b/packages/client/package.json index 2a0a21e..c92ac33 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -11,7 +11,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@ambito-dolar/core": "^1.0.8", + "@ambito-dolar/core": "^1.0.9", "@expo/react-native-action-sheet": "^3.4.1", "@rainbow-me/animated-charts": "^1.0.0-alpha.3", "@react-native-community/hooks": "^2.5.1", @@ -83,5 +83,5 @@ "engines": { "node": ">=14.x" }, - "version": "4.0.3" + "version": "5.0.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9a9124e..3cb7818 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.9](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@1.0.8...@ambito-dolar/core@1.0.9) (2021-04-24) + +**Note:** Version bump only for package @ambito-dolar/core + + + + + ## [1.0.8](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/core@1.0.7...@ambito-dolar/core@1.0.8) (2021-04-16) diff --git a/packages/core/package.json b/packages/core/package.json index e4b3a25..0639265 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ambito-dolar/core", - "version": "1.0.8", + "version": "1.0.9", "dependencies": { "chrono-node": "^1.4", "lodash.isempty": "^4.4.0",