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 Dec 31, 2023
1 parent 626f2c7 commit 72b3e26
Show file tree
Hide file tree
Showing 9 changed files with 45 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.11.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-12-31)

### Features

- new parameter to retrieve the previous month's funding ([01d2fc0](https://github.com/outaTiME/ambito-dolar/commit/01d2fc0c68248af893f33cecf8ac4c1d84fbefe6))
- use client instance on parallelScan ([e085f33](https://github.com/outaTiME/ambito-dolar/commit/e085f33b13d99224d434c135121bb0625e5b5f23))

# [3.10.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-11-19)

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

# [6.10.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-12-31)

### Bug Fixes

- prevents flickering when the cursor moves quickly ([f749c58](https://github.com/outaTiME/ambito-dolar/commit/f749c580ec551bf8946a846ea1816e7e86ffa6c4))

### Features

- add bouncing effect as part of the easter egg ([38bb1fd](https://github.com/outaTiME/ambito-dolar/commit/38bb1fddd3a6207447074d0a2605573a05e0d5c0))
- new parameter to retrieve the previous month's funding ([01d2fc0](https://github.com/outaTiME/ambito-dolar/commit/01d2fc0c68248af893f33cecf8ac4c1d84fbefe6))
- show "system" in appearance only for supported devices ([2cdf440](https://github.com/outaTiME/ambito-dolar/commit/2cdf440cf5446a7bc0dc2f70b19c8fa287ab03e2))
- support in-application donations ([c64f5f2](https://github.com/outaTiME/ambito-dolar/commit/c64f5f2f1ebfa4ada320051db7e91e8ef6978787))
- update to new gesture detection api ([c1afc73](https://github.com/outaTiME/ambito-dolar/commit/c1afc73baa2946ff521aa7dce6d1b9625aa111b4))
- use api url from SST to use on expo web build ([a75e5ae](https://github.com/outaTiME/ambito-dolar/commit/a75e5ae9d3db5be9a6c1dd070a980e7c28788b8f))

### Performance Improvements

- improvements on historical redraws in case of data updates ([e6ca6d1](https://github.com/outaTiME/ambito-dolar/commit/e6ca6d1779b5a9f40cfd0c6b1adec4cc4bcde4a8))

# [6.9.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-11-19)

### 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.6.0",
"@ambito-dolar/core": "^3.7.0",
"@amplitude/analytics-react-native": "^1.4.7",
"@calitb/react-native-widgetkit": "^0.2.0",
"@config-plugins/react-native-quick-actions": "^6.0.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@babel/core": "^7.23.7",
"@expo/webpack-config": "^19.0.0"
},
"version": "6.9.0",
"version": "6.10.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.7.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-12-31)

### Features

- support in-application donations ([c64f5f2](https://github.com/outaTiME/ambito-dolar/commit/c64f5f2f1ebfa4ada320051db7e91e8ef6978787))

# [3.6.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-11-19)

### 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.6.0",
"version": "3.7.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.4](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-12-31)

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

## [1.9.3](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2023-11-15)

**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.3",
"version": "1.9.4",
"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.6.0
"@ambito-dolar/core": ^3.7.0
"@atproto/api": ^0.7.4
"@aws-sdk/client-dynamodb": ^3.484.0
"@aws-sdk/client-s3": ^3.484.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.6.0
"@ambito-dolar/core": ^3.7.0
"@amplitude/analytics-react-native": ^1.4.7
"@babel/core": ^7.23.7
"@calitb/react-native-widgetkit": ^0.2.0
Expand Down Expand Up @@ -151,7 +151,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ambito-dolar/core@^3.6.0, @ambito-dolar/core@workspace:packages/core":
"@ambito-dolar/core@^3.7.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 72b3e26

Please sign in to comment.