Skip to content

Commit

Permalink
chore: release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leather-bot committed Sep 27, 2024
1 parent 3357199 commit 9bc19fb
Show file tree
Hide file tree
Showing 5 changed files with 17 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": "1.37.0",
"apps/mobile": "1.37.1",
"packages/bitcoin": "0.13.2",
"packages/constants": "0.12.1",
"packages/eslint-config": "0.7.0",
Expand All @@ -10,7 +10,7 @@
"packages/tokens": "0.9.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.10",
"packages/ui": "1.24.0",
"packages/ui": "1.24.1",
"packages/utils": "0.16.2",
"packages/crypto": "1.6.2",
"packages/stacks": "1.1.5"
Expand Down
6 changes: 6 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.11.3

### Dependencies

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

## [1.37.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.37.0) (2024-09-27)


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": "1.37.0",
"version": "1.37.1",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

## [1.24.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.24.1) (2024-09-27)


### Bug Fixes

* **ui:** types not bundled with package ([3357199](https://github.com/leather-io/mono/commit/33571997f96d97b1fe43a163e4ec0064ad6e2452))

## [1.24.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.24.0) (2024-09-27)


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.24.0",
"version": "1.24.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 9bc19fb

Please sign in to comment.