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]
 - @ambito-dolar/[email protected]
  • Loading branch information
outaTiME committed Jan 16, 2024
1 parent 6c483d7 commit 0d9692e
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 9 deletions.
10 changes: 10 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ambito-dolar/[email protected]) (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/[email protected]...@ambito-dolar/[email protected]) (2024-01-08)

**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.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",
Expand Down
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ambito-dolar/[email protected]) (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/[email protected]...@ambito-dolar/[email protected]) (2024-01-08)

### Bug Fixes
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.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",
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.8.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (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/[email protected]...@ambito-dolar/[email protected]) (2023-12-31)

### Features
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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/website/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.

## [1.9.6](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-01-16)

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

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

**Note:** Version bump only for package @ambito-dolar/website
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambito-dolar/website",
"version": "1.9.5",
"version": "1.9.6",
"private": true,
"scripts": {
"develop": "gatsby develop",
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": ^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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0d9692e

Please sign in to comment.