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 2, 2024
1 parent 44fd6cf commit e79125c
Show file tree
Hide file tree
Showing 21 changed files with 144 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,18 +1,18 @@
{
"apps/mobile": "1.54.1",
"apps/mobile": "1.55.0",
"packages/analytics": "2.0.1",
"packages/bitcoin": "0.17.0",
"packages/constants": "0.13.5",
"packages/bitcoin": "0.18.0",
"packages/constants": "0.13.6",
"packages/eslint-config": "0.7.0",
"packages/models": "0.22.0",
"packages/models": "0.23.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.5.3",
"packages/query": "2.23.3",
"packages/query": "2.24.0",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.20",
"packages/ui": "1.39.0",
"packages/utils": "0.20.0",
"packages/crypto": "1.6.14",
"packages/stacks": "1.4.0"
"packages/rpc": "2.1.21",
"packages/ui": "1.39.1",
"packages/utils": "0.20.1",
"packages/crypto": "1.6.15",
"packages/stacks": "1.5.0"
}
24 changes: 24 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,30 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.16.6

## [1.55.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.55.0) (2024-11-29)


### Features

* migrate bitcoin generate txs, closes LEA-1735 ([44fd6cf](https://github.com/leather-io/mono/commit/44fd6cfd29a2016b38d96b4e80e377ae7eae81df))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.18.0
* @leather.io/constants bumped to 0.13.6
* @leather.io/crypto bumped to 1.6.15
* @leather.io/models bumped to 0.23.0
* @leather.io/query bumped to 2.24.0
* @leather.io/rpc bumped to 2.1.21
* @leather.io/stacks bumped to 1.5.0
* @leather.io/ui bumped to 1.39.1
* @leather.io/utils bumped to 0.20.1
* devDependencies
* @leather.io/bitcoin bumped to 0.18.0

## [1.54.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.54.1) (2024-11-27)


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

## [0.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.18.0) (2024-11-29)


### Features

* migrate bitcoin generate txs, closes LEA-1735 ([44fd6cf](https://github.com/leather-io/mono/commit/44fd6cfd29a2016b38d96b4e80e377ae7eae81df))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.6
* @leather.io/crypto bumped to 1.6.15
* @leather.io/models bumped to 0.23.0
* @leather.io/utils bumped to 0.20.1
* devDependencies
* @leather.io/rpc bumped to 2.1.21

## [0.17.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.17.0) (2024-11-26)


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.17.0",
"version": "0.18.0",
"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 @@ -79,6 +79,12 @@
* dependencies
* @leather.io/models bumped to 0.22.0

### Dependencies

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

## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.13.0) (2024-10-30)


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.13.5",
"version": "0.13.6",
"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 @@ -114,6 +114,12 @@
* dependencies
* @leather.io/utils bumped to 0.20.0

### Dependencies

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

## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.11) (2024-11-19)


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.14",
"version": "1.6.15",
"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.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.23.0) (2024-11-29)


### Features

* migrate bitcoin generate txs, closes LEA-1735 ([44fd6cf](https://github.com/leather-io/mono/commit/44fd6cfd29a2016b38d96b4e80e377ae7eae81df))

## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.22.0) (2024-11-25)


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.22.0",
"version": "0.23.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,29 @@
* @leather.io/rpc bumped to 2.1.20
* @leather.io/utils bumped to 0.20.0

## [2.24.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.24.0) (2024-11-29)


### Features

* migrate bitcoin generate txs, closes LEA-1735 ([44fd6cf](https://github.com/leather-io/mono/commit/44fd6cfd29a2016b38d96b4e80e377ae7eae81df))


### Bug Fixes

* update btc balance api url and zod schema ([851d250](https://github.com/leather-io/mono/commit/851d250366976423c622dfe5f63956e3232ae66e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.18.0
* @leather.io/constants bumped to 0.13.6
* @leather.io/models bumped to 0.23.0
* @leather.io/rpc bumped to 2.1.21
* @leather.io/utils bumped to 0.20.1

## [2.23.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.23.3) (2024-11-27)


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.23.3",
"version": "2.24.0",
"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 @@ -156,6 +156,12 @@
* dependencies
* @leather.io/models bumped to 0.22.0

### Dependencies

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

## [2.1.17](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.17) (2024-11-19)


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.20",
"version": "2.1.21",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,23 @@
* @leather.io/models bumped to 0.21.0
* @leather.io/utils bumped to 0.19.2

## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.0) (2024-11-29)


### Features

* migrate bitcoin generate txs, closes LEA-1735 ([44fd6cf](https://github.com/leather-io/mono/commit/44fd6cfd29a2016b38d96b4e80e377ae7eae81df))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.6
* @leather.io/crypto bumped to 1.6.15
* @leather.io/models bumped to 0.23.0
* @leather.io/utils bumped to 0.20.1

## [1.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.4.0) (2024-11-25)


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.4.0",
"version": "1.5.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@
* devDependencies
* @leather.io/models bumped to 0.21.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.20.1
* devDependencies
* @leather.io/models bumped to 0.23.0

## [1.39.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.39.0) (2024-11-27)


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.39.0",
"version": "1.39.1",
"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 @@ -155,6 +155,14 @@
* @leather.io/models bumped to 0.21.0
* @leather.io/rpc bumped to 2.1.19

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.6
* @leather.io/models bumped to 0.23.0
* @leather.io/rpc bumped to 2.1.21

## [0.20.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.20.0) (2024-11-25)


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

0 comments on commit e79125c

Please sign in to comment.