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 Aug 28, 2024
1 parent b2ec477 commit 31c1b8a
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 9 deletions.
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.17.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-08-28)

### Bug Fixes

- force use of fcm v1 to send push messages on android ([6716bbe](https://github.com/outaTiME/ambito-dolar/commit/6716bbefa924c8c84f48b150666be87886125570))
- invalidate only unregistered devices ([168592b](https://github.com/outaTiME/ambito-dolar/commit/168592be28b6dc8a4f92d510c4e9cdbd1d8d0250))

# [3.17.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-07-17)

### Features
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.17.0",
"version": "3.17.1",
"dependencies": {
"@ambito-dolar/core": "^3.9.0",
"@ambito-dolar/core": "^3.9.1",
"@atproto/api": "^0.13.4",
"@aws-sdk/client-dynamodb": "^3.637.0",
"@aws-sdk/client-s3": "^3.637.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-08-28)

### Bug Fixes

- ask for a new donation within 6 months of the last one ([63abdd2](https://github.com/outaTiME/ambito-dolar/commit/63abdd244ea5e34b856fda73eaa9c063dd2d54a3))
- hide splash screen after load store ([438cfb1](https://github.com/outaTiME/ambito-dolar/commit/438cfb10061344acf4ae8ba855193777ad5e3956))
- prevent backup restore on android ([0215f02](https://github.com/outaTiME/ambito-dolar/commit/0215f02831834824c026ce4044b8900bf3dcb046))
- remove invalid user for amplitude ([9b4a962](https://github.com/outaTiME/ambito-dolar/commit/9b4a962b8bfeb9b4c028c3e7acfce90f4fd78af5))
- splash screen hide issue on ios ([968181c](https://github.com/outaTiME/ambito-dolar/commit/968181c496be740f97247d30e316547158a14ee9))
- use legacy font loading due to android issues ([03547d1](https://github.com/outaTiME/ambito-dolar/commit/03547d14c3e5db77aa53caf02ed6da4f3bfaa207))

### Features

- force disable new architecture ([ac62ebe](https://github.com/outaTiME/ambito-dolar/commit/ac62ebec301a673dfe98f46fc0436a93ba0dbb9e))
- improved dark support for android ([b3115db](https://github.com/outaTiME/ambito-dolar/commit/b3115db30e2f2533cc51a30879e74ac777280748))
- load fonts using native plugin ([b3c812a](https://github.com/outaTiME/ambito-dolar/commit/b3c812ac22d91dca444c00553ab573e201ef1e3b))

# [7.2.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-07-17)

### 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 @@ -12,7 +12,7 @@
"eas-build-pre-install": "corepack enable && yarn set version 4"
},
"dependencies": {
"@ambito-dolar/core": "^3.9.0",
"@ambito-dolar/core": "^3.9.1",
"@amplitude/analytics-react-native": "^1.4.9",
"@expo/react-native-action-sheet": "^4.1.0",
"@expo/vector-icons": "^14.0.2",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@babel/core": "^7.25.2",
"@expo/webpack-config": "^19.0.1"
},
"version": "7.2.0",
"version": "7.3.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.9.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-08-28)

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

# [3.9.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-07-17)

### 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.9.0",
"version": "3.9.1",
"dependencies": {
"@jsonurl/jsonurl": "^1.1.8",
"@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.12.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-08-28)

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

# [1.12.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-07-17)

### Features
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.12.0",
"version": "1.12.1",
"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 @@ -31,7 +31,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ambito-dolar/api@workspace:packages/api"
dependencies:
"@ambito-dolar/core": "npm:^3.9.0"
"@ambito-dolar/core": "npm:^3.9.1"
"@atproto/api": "npm:^0.13.4"
"@aws-sdk/client-dynamodb": "npm:^3.637.0"
"@aws-sdk/client-s3": "npm:^3.637.0"
Expand Down Expand Up @@ -68,7 +68,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ambito-dolar/client@workspace:packages/client"
dependencies:
"@ambito-dolar/core": "npm:^3.9.0"
"@ambito-dolar/core": "npm:^3.9.1"
"@amplitude/analytics-react-native": "npm:^1.4.9"
"@babel/core": "npm:^7.25.2"
"@expo/react-native-action-sheet": "npm:^4.1.0"
Expand Down Expand Up @@ -152,7 +152,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ambito-dolar/core@npm:^3.9.0, @ambito-dolar/core@workspace:packages/core":
"@ambito-dolar/core@npm:^3.9.1, @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 31c1b8a

Please sign in to comment.