Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @ambito-dolar/[email protected]
 - @ambito-dolar/[email protected]
 - @ambito-dolar/[email protected]
  • Loading branch information
outaTiME committed Mar 1, 2024
1 parent 2085640 commit 250adce
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ambito-dolar/[email protected]) (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/[email protected]...@ambito-dolar/[email protected]) (2024-02-25)

**Note:** Version bump only for package @ambito-dolar/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ambito-dolar/[email protected]) (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/[email protected]...@ambito-dolar/[email protected]) (2024-02-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ambito-dolar/[email protected]) (2024-03-01)

**Note:** Version bump only for package @ambito-dolar/core

## [3.8.3](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-02-18)

**Note:** Version bump only for package @ambito-dolar/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 250adce

Please sign in to comment.