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 Jun 27, 2024
1 parent d5053f2 commit ef73a7c
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"apps/mobile": "1.8.0",
"packages/bitcoin": "0.8.0",
"apps/mobile": "1.8.1",
"packages/bitcoin": "0.8.1",
"packages/constants": "0.8.0",
"packages/eslint-config": "0.6.0",
"packages/models": "0.10.0",
"packages/prettier-config": "0.5.0",
"packages/panda-preset": "0.3.0",
"packages/query": "0.9.1",
"packages/query": "0.9.2",
"packages/tokens": "0.6.0",
"packages/tsconfig-config": "0.5.0",
"packages/rpc": "2.0.0",
"packages/ui": "1.5.0",
"packages/utils": "0.9.0",
"packages/ui": "1.5.1",
"packages/utils": "0.9.1",
"packages/crypto": "1.0.2"
}
14 changes: 14 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@
* dependencies
* @leather.io/ui bumped to 1.4.7

## [1.8.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.8.1) (2024-06-26)


### Bug Fixes

* add scripts ([9967136](https://github.com/leather-io/mono/commit/99671360233b4a25601b21962a87101c4645b98c))


### Dependencies

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

## [1.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.8.0) (2024-06-21)


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.8.0",
"version": "1.8.1",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
6 changes: 6 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
* devDependencies
* @leather.io/rpc bumped to 1.0.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.9.1

## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.8.0) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/bitcoin",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@
* @leather.io/rpc bumped to 1.0.4
* @leather.io/utils bumped to 0.8.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.8.1
* @leather.io/utils bumped to 0.9.1

## [0.9.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v0.9.1) (2024-06-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/query",
"author": "Leather.io [email protected]",
"description": "Leather query",
"version": "0.9.1",
"version": "0.9.2",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@
* dependencies
* @leather.io/utils bumped to 0.8.1

## [1.5.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.5.1) (2024-06-26)


### Bug Fixes

* failing watcher ([24ab58b](https://github.com/leather-io/mono/commit/24ab58b49c4eefdf94332ccda4d50003d86c1ff0))
* setup dialog component in monorepo, ref leather-wallet/issues[#108](https://github.com/leather-io/mono/issues/108) ([d5053f2](https://github.com/leather-io/mono/commit/d5053f2031f139b9dae621df3a4f5944bad7dd05))
* update README, ref leather-wallet/issues[#64](https://github.com/leather-io/mono/issues/64) ([b1e62f1](https://github.com/leather-io/mono/commit/b1e62f123dc839ec676344ae2875f076e5097f30))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.9.1

## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.5.0) (2024-06-21)


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.5.0",
"version": "1.5.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
* @leather.io/models bumped to 0.9.0
* @leather.io/rpc bumped to 1.0.4

## [0.9.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.9.1) (2024-06-26)


### Bug Fixes

* setup dialog component in monorepo, ref leather-wallet/issues[#108](https://github.com/leather-io/mono/issues/108) ([d5053f2](https://github.com/leather-io/mono/commit/d5053f2031f139b9dae621df3a4f5944bad7dd05))

## [0.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.9.0) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/utils",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils",
"repository": {
Expand Down

0 comments on commit ef73a7c

Please sign in to comment.