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 f76ae6d commit a892da4
Show file tree
Hide file tree
Showing 21 changed files with 129 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"apps/mobile": "1.36.1",
"packages/bitcoin": "0.13.1",
"packages/constants": "0.12.0",
"apps/mobile": "1.37.0",
"packages/bitcoin": "0.13.2",
"packages/constants": "0.12.1",
"packages/eslint-config": "0.7.0",
"packages/models": "0.16.0",
"packages/models": "0.17.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.4.0",
"packages/query": "2.13.0",
"packages/query": "2.13.1",
"packages/tokens": "0.9.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.9",
"packages/ui": "1.23.1",
"packages/utils": "0.16.1",
"packages/crypto": "1.6.1",
"packages/stacks": "1.1.4"
"packages/rpc": "2.1.10",
"packages/ui": "1.24.0",
"packages/utils": "0.16.2",
"packages/crypto": "1.6.2",
"packages/stacks": "1.1.5"
}
28 changes: 28 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,34 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.11.3

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


### Features

* settings notifications, closes leather-io/issues[#195](https://github.com/leather-io/mono/issues/195) ([498a1db](https://github.com/leather-io/mono/commit/498a1dbfeb48bf65e2c415b5acb96c91b1f5675c))


### Bug Fixes

* add wallet title ([ef9d109](https://github.com/leather-io/mono/commit/ef9d1096c889630f64f117ccec983870c3356f05))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.13.2
* @leather.io/constants bumped to 0.12.1
* @leather.io/crypto bumped to 1.6.2
* @leather.io/models bumped to 0.17.0
* @leather.io/rpc bumped to 2.1.10
* @leather.io/stacks bumped to 1.1.5
* @leather.io/ui bumped to 1.24.0
* @leather.io/utils bumped to 0.16.2
* devDependencies
* @leather.io/bitcoin bumped to 0.13.2

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


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.12.1
* @leather.io/crypto bumped to 1.6.2
* @leather.io/models bumped to 0.17.0
* @leather.io/utils bumped to 0.16.2
* devDependencies
* @leather.io/rpc bumped to 2.1.10

## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.13.0) (2024-09-20)


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.13.1",
"version": "0.13.2",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.17.0

## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.12.0) (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/constants",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
* dependencies
* @leather.io/utils bumped to 0.16.1

### Dependencies

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

## [1.6.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.0) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/crypto",
"author": "leather.io",
"description": "Generic crypto utils package for Leather",
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.17.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.17.0) (2024-09-27)


### Features

* settings notifications, closes leather-io/issues[#195](https://github.com/leather-io/mono/issues/195) ([498a1db](https://github.com/leather-io/mono/commit/498a1dbfeb48bf65e2c415b5acb96c91b1f5675c))

## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.16.0) (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/models",
"author": "Leather.io [email protected]",
"description": "Leather models and types",
"version": "0.16.0",
"version": "0.17.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@
* @leather.io/bitcoin bumped to 0.12.1
* @leather.io/utils bumped to 0.14.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.13.2
* @leather.io/constants bumped to 0.12.1
* @leather.io/models bumped to 0.17.0
* @leather.io/rpc bumped to 2.1.10
* @leather.io/utils bumped to 0.16.2

## [2.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.13.0) (2024-09-24)


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": "2.13.0",
"version": "2.13.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
* dependencies
* @leather.io/models bumped to 0.16.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.17.0

## [2.1.8](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.8) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/rpc",
"author": "leather-wallet",
"description": "RPC types package for Leather",
"version": "2.1.9",
"version": "2.1.10",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
* @leather.io/models bumped to 0.16.0
* @leather.io/utils bumped to 0.16.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.2
* @leather.io/models bumped to 0.17.0
* @leather.io/utils bumped to 0.16.2

## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.1.0) (2024-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/stacks",
"author": "leather.io",
"description": "Stacks package for Leather",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,25 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

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


### Features

* settings notifications, closes leather-io/issues[#195](https://github.com/leather-io/mono/issues/195) ([498a1db](https://github.com/leather-io/mono/commit/498a1dbfeb48bf65e2c415b5acb96c91b1f5675c))


### Bug Fixes

* trigger ui release ([f76ae6d](https://github.com/leather-io/mono/commit/f76ae6d072b2640c34c47ac54d6e2e4e7e1d0a3a))


### Dependencies

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

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


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.1",
"version": "1.24.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@
* @leather.io/models bumped to 0.16.0
* @leather.io/rpc bumped to 2.1.9

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.12.1
* @leather.io/models bumped to 0.17.0
* @leather.io/rpc bumped to 2.1.10

## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.16.0) (2024-09-20)


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.16.1",
"version": "0.16.2",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils",
"repository": {
Expand Down

0 comments on commit a892da4

Please sign in to comment.