Skip to content

Commit

Permalink
chore: release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leather-bot authored and pete-watters committed Dec 9, 2024
1 parent aa08e80 commit a233e27
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/mobile": "2.0.8",
"apps/mobile": "2.0.9",
"packages/analytics": "3.0.2",
"packages/bitcoin": "0.19.2",
"packages/constants": "0.14.1",
Expand All @@ -11,7 +11,7 @@
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.22",
"packages/ui": "1.42.0",
"packages/ui": "1.42.1",
"packages/utils": "0.21.3",
"packages/crypto": "1.6.19",
"packages/stacks": "1.5.4"
Expand Down
15 changes: 15 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,21 @@
* @leather.io/analytics bumped to 3.0.2
* @leather.io/ui bumped to 1.42.0

## [2.0.9](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.0.9) (2024-12-09)


### Bug Fixes

* allow for opting out of analytics, closes LEA-1841 ([31b0648](https://github.com/leather-io/mono/commit/31b064841c7419db3484ab3db48f5280cc3d04f2))
* type errors ([aa08e80](https://github.com/leather-io/mono/commit/aa08e80426e7b17497b7a6bdc64b492ed747ada3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/ui bumped to 1.42.1

## [2.0.8](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.0.8) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leather.io/mobile",
"version": "2.0.8",
"version": "2.0.9",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@
* dependencies
* @leather.io/utils bumped to 0.21.3

## [1.42.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.42.1) (2024-12-09)


### Bug Fixes

* allow for opting out of analytics, closes LEA-1841 ([31b0648](https://github.com/leather-io/mono/commit/31b064841c7419db3484ab3db48f5280cc3d04f2))
* type errors ([aa08e80](https://github.com/leather-io/mono/commit/aa08e80426e7b17497b7a6bdc64b492ed747ada3))

## [1.42.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.42.0) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leather.io/ui",
"version": "1.42.0",
"version": "1.42.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit a233e27

Please sign in to comment.