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 25, 2024
1 parent b90978e commit 37dc737
Show file tree
Hide file tree
Showing 5 changed files with 26 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.36.0",
"apps/mobile": "1.36.1",
"packages/bitcoin": "0.13.1",
"packages/constants": "0.12.0",
"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.9",
"packages/ui": "1.23.0",
"packages/ui": "1.23.1",
"packages/utils": "0.16.1",
"packages/crypto": "1.6.1",
"packages/stacks": "1.1.4"
Expand Down
14 changes: 14 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,20 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.11.3

## [1.36.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.36.1) (2024-09-25)


### Bug Fixes

* no need for an env variable anymore ([75854ac](https://github.com/leather-io/mono/commit/75854ac1ce95e44cf2c6216f43959f301d612376))


### Dependencies

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

## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.36.0) (2024-09-24)


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.36.0",
"version": "1.36.1",
"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 @@ -103,6 +103,14 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

## [1.23.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.23.1) (2024-09-25)


### Bug Fixes

* **ui:** export favicon ([6b62e4a](https://github.com/leather-io/mono/commit/6b62e4a3bbff77eed32e567209c66dff18876a7f))
* **ui:** remove shadow from approver ([b90978e](https://github.com/leather-io/mono/commit/b90978ea73919011dfd1929f472f8e085b6a1f39))

## [1.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.23.0) (2024-09-24)


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

0 comments on commit 37dc737

Please sign in to comment.