From be0036c2737647ca6346edf10d49a9eb9522ae14 Mon Sep 17 00:00:00 2001 From: outaTiME Date: Wed, 4 Oct 2023 10:42:05 -0300 Subject: [PATCH] chore: publish - @ambito-dolar/api@3.9.1 - @ambito-dolar/client@6.8.1 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/client/CHANGELOG.md | 7 +++++++ packages/client/package.json | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 047c18e..009a607 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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/api@3.9.0...@ambito-dolar/api@3.9.1) (2023-10-04) + +**Note:** Version bump only for package @ambito-dolar/api + # [3.9.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/api@3.8.0...@ambito-dolar/api@3.9.0) (2023-10-01) ### Features diff --git a/packages/api/package.json b/packages/api/package.json index 8c5d805..8f67725 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@ambito-dolar/api", "private": true, - "version": "3.9.0", + "version": "3.9.1", "dependencies": { "@ambito-dolar/core": "^3.5.0", "@atproto/api": "^0.6.20", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 2e6da2d..a79df35 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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. +## [6.8.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.8.0...@ambito-dolar/client@6.8.1) (2023-10-04) + +### Bug Fixes + +- disable app performance on sentry ([78a88e0](https://github.com/outaTiME/ambito-dolar/commit/78a88e078018978156ff78a1cebf63044b47bdf1)) +- invalid padding on widgets ([95d0497](https://github.com/outaTiME/ambito-dolar/commit/95d0497dacf394e75b0b3418dc38c8988a70ce37)) + # [6.8.0](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/client@6.7.1...@ambito-dolar/client@6.8.0) (2023-10-01) ### Features diff --git a/packages/client/package.json b/packages/client/package.json index f1ac08c..f555ff1 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -92,7 +92,7 @@ "@babel/core": "^7.23.0", "@expo/webpack-config": "^19.0.0" }, - "version": "6.8.0", + "version": "6.8.1", "installConfig": { "hoistingLimits": "workspaces" },