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 19, 2024
1 parent 1a53e85 commit 57ebbc7
Show file tree
Hide file tree
Showing 5 changed files with 29 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.2.9",
"apps/mobile": "2.2.10",
"packages/analytics": "3.0.3",
"packages/bitcoin": "0.19.7",
"packages/constants": "0.15.1",
Expand All @@ -11,7 +11,7 @@
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.4.0",
"packages/ui": "1.44.4",
"packages/ui": "1.44.5",
"packages/utils": "0.22.4",
"packages/crypto": "1.6.24",
"packages/stacks": "1.5.9"
Expand Down
18 changes: 18 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,24 @@
* dependencies
* @leather.io/ui bumped to 1.44.4

## [2.2.10](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.10) (2024-12-19)


### Bug Fixes

* add background to action bar ([a18c18b](https://github.com/leather-io/mono/commit/a18c18b04f46ee4b718b588457516b7e3d4f0e5b))
* add receive sheet UI, ref LEA-1633 ([e69cae2](https://github.com/leather-io/mono/commit/e69cae210918dd977daddb749ecf9da06f8bd4c9))
* disable segment client console logging ([95f4905](https://github.com/leather-io/mono/commit/95f4905bd2c19db872577721a2ebcd293ae8f293))
* remove unused 'receive' route ([1661795](https://github.com/leather-io/mono/commit/166179594fe22753e7033fb9dd97cf36a5b247ff))
* wait for utxos to load before creating context ([5a4f947](https://github.com/leather-io/mono/commit/5a4f9470abd8f829c511ff29bf006e048714cea0))


### Dependencies

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

## [2.2.9](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.9) (2024-12-18)


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.2.9",
"version": "2.2.10",
"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 @@ -197,6 +197,13 @@
* dependencies
* @leather.io/utils bumped to 0.22.4

## [1.44.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.5) (2024-12-19)


### Bug Fixes

* add conditional handling for onLongPress in Pressable ([1a53e85](https://github.com/leather-io/mono/commit/1a53e855f9bff6da465beef99cebd251f37a03ce))

## [1.44.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.4) (2024-12-17)


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

0 comments on commit 57ebbc7

Please sign in to comment.