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 25, 2024
1 parent f02ca2f commit 4e999a4
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/api/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.12.2](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-01-25)

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

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

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

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

### Bug Fixes

- handle empty locale on certain iOS devices ([6b2667b](https://github.com/outaTiME/ambito-dolar/commit/6b2667b57883d5a6c2da1731e5e2f4db588072ce))
- handle errors on the initial linking url ([25877e1](https://github.com/outaTiME/ambito-dolar/commit/25877e1eec73d6b68236c4b2755a02fac112273c))
- header render issue on navigator ([cf50da8](https://github.com/outaTiME/ambito-dolar/commit/cf50da81ede99801c85308312706fb8be62fd9da))
- limit the maximum number of stats to display ([3847ae0](https://github.com/outaTiME/ambito-dolar/commit/3847ae01a48dd95f552cf96ce566f323daf4c740))

### Features

- add new fa6 icon support ([dcdd9ce](https://github.com/outaTiME/ambito-dolar/commit/dcdd9ce933234f40addd6546553552ecea0d8556))

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

### 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.8.0",
"@ambito-dolar/core": "^3.8.1",
"@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.1"
},
"version": "6.11.1",
"version": "6.12.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.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2024-01-25)

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

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

### 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.8.0",
"version": "3.8.1",
"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: 6 additions & 0 deletions packages/website/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.

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

### Features

- add new fa6 icon support ([dcdd9ce](https://github.com/outaTiME/ambito-dolar/commit/dcdd9ce933234f40addd6546553552ecea0d8556))

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

**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.7",
"version": "1.10.0",
"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": "npm:^3.8.0"
"@ambito-dolar/core": "npm:^3.8.1"
"@atproto/api": "npm:^0.9.3"
"@aws-sdk/client-dynamodb": "npm:^3.499.0"
"@aws-sdk/client-s3": "npm:^3.499.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": "npm:^3.8.0"
"@ambito-dolar/core": "npm:^3.8.1"
"@amplitude/analytics-react-native": "npm:^1.4.7"
"@babel/core": "npm:^7.23.7"
"@config-plugins/react-native-quick-actions": "npm:^6.0.0"
Expand Down Expand Up @@ -150,7 +150,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ambito-dolar/core@npm:^3.8.0, @ambito-dolar/core@workspace:packages/core":
"@ambito-dolar/core@npm:^3.8.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 4e999a4

Please sign in to comment.