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 Sep 20, 2024
1 parent b4fae71 commit a5b7e40
Show file tree
Hide file tree
Showing 21 changed files with 201 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.34.1",
"packages/bitcoin": "0.12.2",
"packages/constants": "0.10.0",
"apps/mobile": "1.35.0",
"packages/bitcoin": "0.13.0",
"packages/constants": "0.11.0",
"packages/eslint-config": "0.7.0",
"packages/models": "0.14.0",
"packages/models": "0.15.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.3.8",
"packages/query": "2.11.0",
"packages/query": "2.12.0",
"packages/tokens": "0.9.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.7",
"packages/ui": "1.21.1",
"packages/utils": "0.15.0",
"packages/crypto": "1.5.2",
"packages/stacks": "1.1.2"
"packages/rpc": "2.1.8",
"packages/ui": "1.22.0",
"packages/utils": "0.16.0",
"packages/crypto": "1.6.0",
"packages/stacks": "1.1.3"
}
30 changes: 30 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,36 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.11.3

## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.35.0) (2024-09-20)


### Features

* add tokens widget, ref leather-io/issues[#221](https://github.com/leather-io/mono/issues/221) ([69e4377](https://github.com/leather-io/mono/commit/69e43770969d549f296c98d24ba3dc58b12b938d))
* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d))
* settings account identifier, closes leather-io/issues[#205](https://github.com/leather-io/mono/issues/205) ([711c5a9](https://github.com/leather-io/mono/commit/711c5a96beff24130d82c733ebd8a111861c2efa))


### Bug Fixes

* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.13.0
* @leather.io/constants bumped to 0.11.0
* @leather.io/crypto bumped to 1.6.0
* @leather.io/models bumped to 0.15.0
* @leather.io/rpc bumped to 2.1.8
* @leather.io/stacks bumped to 1.1.3
* @leather.io/ui bumped to 1.22.0
* @leather.io/utils bumped to 0.16.0
* devDependencies
* @leather.io/bitcoin bumped to 0.13.0

## [1.34.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.34.1) (2024-09-17)


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

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


### Features

* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d))


### Bug Fixes

* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.11.0
* @leather.io/crypto bumped to 1.6.0
* @leather.io/models bumped to 0.15.0
* @leather.io/utils bumped to 0.16.0
* devDependencies
* @leather.io/rpc bumped to 2.1.8

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


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

## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.11.0) (2024-09-20)


### Features

* settings account identifier, closes leather-io/issues[#205](https://github.com/leather-io/mono/issues/205) ([711c5a9](https://github.com/leather-io/mono/commit/711c5a96beff24130d82c733ebd8a111861c2efa))


### Dependencies

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

## [0.10.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.10.0) (2024-09-17)


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.10.0",
"version": "0.11.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,25 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

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


### Features

* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d))


### Bug Fixes

* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859))


### Dependencies

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

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


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.5.2",
"version": "1.6.0",
"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.15.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.15.0) (2024-09-20)


### Features

* settings account identifier, closes leather-io/issues[#205](https://github.com/leather-io/mono/issues/205) ([711c5a9](https://github.com/leather-io/mono/commit/711c5a96beff24130d82c733ebd8a111861c2efa))

## [0.14.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.14.0) (2024-09-17)


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.14.0",
"version": "0.15.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
24 changes: 24 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,30 @@
* @leather.io/bitcoin bumped to 0.12.1
* @leather.io/utils bumped to 0.14.0

## [2.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.12.0) (2024-09-20)


### Features

* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d))


### Bug Fixes

* update alex-sdk ([b4fae71](https://github.com/leather-io/mono/commit/b4fae712a362ff1c8b12bfb596ad55dd79690f5d))
* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.13.0
* @leather.io/constants bumped to 0.11.0
* @leather.io/models bumped to 0.15.0
* @leather.io/rpc bumped to 2.1.8
* @leather.io/utils bumped to 0.16.0

## [2.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.11.0) (2024-09-17)


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

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


### Bug Fixes

* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859))


### Dependencies

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

## [2.1.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.3) (2024-08-14)


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.7",
"version": "2.1.8",
"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 @@ -38,6 +38,14 @@
* @leather.io/models bumped to 0.14.0
* @leather.io/utils bumped to 0.15.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.0
* @leather.io/models bumped to 0.15.0
* @leather.io/utils bumped to 0.16.0

## [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.2",
"version": "1.1.3",
"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.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.22.0) (2024-09-20)


### Features

* add tokens widget, ref leather-io/issues[#221](https://github.com/leather-io/mono/issues/221) ([69e4377](https://github.com/leather-io/mono/commit/69e43770969d549f296c98d24ba3dc58b12b938d))


### Bug Fixes

* deprecate defaultProps usage, closes leather-io/issues[#324](https://github.com/leather-io/mono/issues/324) ([9db9f27](https://github.com/leather-io/mono/commit/9db9f27b388edce79edda024ed32bf238980b3d9))


### Dependencies

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

## [1.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.21.0) (2024-09-13)


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.21.1",
"version": "1.22.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
22 changes: 22 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,28 @@
* dependencies
* @leather.io/constants bumped to 0.9.2

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


### Features

* add tokens widget, ref leather-io/issues[#221](https://github.com/leather-io/mono/issues/221) ([69e4377](https://github.com/leather-io/mono/commit/69e43770969d549f296c98d24ba3dc58b12b938d))
* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d))


### Bug Fixes

* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.11.0
* @leather.io/models bumped to 0.15.0
* @leather.io/rpc bumped to 2.1.8

## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.15.0) (2024-09-17)


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

0 comments on commit a5b7e40

Please sign in to comment.