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 Dec 4, 2024
1 parent 6b676a9 commit 563102b
Show file tree
Hide file tree
Showing 19 changed files with 123 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "1.56.0",
"apps/mobile": "1.57.0",
"packages/analytics": "2.0.1",
"packages/bitcoin": "0.18.1",
"packages/constants": "0.13.7",
"packages/bitcoin": "0.19.0",
"packages/constants": "0.14.0",
"packages/eslint-config": "0.7.0",
"packages/models": "0.24.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.5.3",
"packages/query": "2.25.0",
"packages/panda-preset": "0.6.0",
"packages/query": "2.26.0",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.22",
"packages/ui": "1.39.2",
"packages/utils": "0.21.0",
"packages/crypto": "1.6.16",
"packages/stacks": "1.5.1"
"packages/ui": "1.40.0",
"packages/utils": "0.21.1",
"packages/crypto": "1.6.17",
"packages/stacks": "1.5.2"
}
22 changes: 22 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,28 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.16.6

## [1.57.0](https://github.com/leather-io/mono/compare/@leather.io/mobile-v1.56.0...@leather.io/mobile-v1.57.0) (2024-12-04)


### Features

* add psbt functionality ([6b676a9](https://github.com/leather-io/mono/commit/6b676a971fbd7497e6c285a818374f13745b032c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.0
* @leather.io/constants bumped to 0.14.0
* @leather.io/crypto bumped to 1.6.17
* @leather.io/query bumped to 2.26.0
* @leather.io/stacks bumped to 1.5.2
* @leather.io/ui bumped to 1.40.0
* @leather.io/utils bumped to 0.21.1
* devDependencies
* @leather.io/bitcoin bumped to 0.19.0

## [1.56.0](https://github.com/leather-io/mono/compare/@leather.io/mobile-v1.55.1...@leather.io/mobile-v1.56.0) (2024-12-03)


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

## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.18.1...@leather.io/bitcoin-v0.19.0) (2024-12-04)


### Features

* add psbt functionality ([6b676a9](https://github.com/leather-io/mono/commit/6b676a971fbd7497e6c285a818374f13745b032c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.14.0
* @leather.io/crypto bumped to 1.6.17
* @leather.io/utils bumped to 0.21.1

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


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 contact@leather.io",
"description": "Shared bitcoin utilities",
"version": "0.18.1",
"version": "0.19.0",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
* dependencies
* @leather.io/models bumped to 0.24.0

## [0.14.0](https://github.com/leather-io/mono/compare/@leather.io/constants-v0.13.7...@leather.io/constants-v0.14.0) (2024-12-04)


### Features

* add psbt functionality ([6b676a9](https://github.com/leather-io/mono/commit/6b676a971fbd7497e6c285a818374f13745b032c))

## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/constants-v0.12.5...@leather.io/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 contact@leather.io",
"description": "Shared bitcoin utilities",
"version": "0.13.7",
"version": "0.14.0",
"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 @@ -126,6 +126,12 @@
* dependencies
* @leather.io/utils bumped to 0.21.0

### Dependencies

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

## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/crypto-v1.6.10...@leather.io/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.16",
"version": "1.6.17",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/panda-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
* devDependencies
* @leather.io/tokens bumped to 0.12.1

## [0.6.0](https://github.com/leather-io/mono/compare/@leather.io/panda-preset-v0.5.3...@leather.io/panda-preset-v0.6.0) (2024-12-04)


### Features

* add mobile version of Callout ([8ef8c97](https://github.com/leather-io/mono/commit/8ef8c97b05c257db1cc82bf6f3fc374e9d393a9e))

## [0.5.3](https://github.com/leather-io/mono/compare/@leather.io/panda-preset-v0.5.2...@leather.io/panda-preset-v0.5.3) (2024-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/panda-preset",
"author": "Leather, LLC",
"description": "Leather styles package",
"version": "0.5.3",
"version": "0.6.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,22 @@
* @leather.io/rpc bumped to 2.1.20
* @leather.io/utils bumped to 0.20.0

## [2.26.0](https://github.com/leather-io/mono/compare/@leather.io/query-v2.25.0...@leather.io/query-v2.26.0) (2024-12-04)


### Features

* add psbt functionality ([6b676a9](https://github.com/leather-io/mono/commit/6b676a971fbd7497e6c285a818374f13745b032c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.0
* @leather.io/constants bumped to 0.14.0
* @leather.io/utils bumped to 0.21.1

## [2.25.0](https://github.com/leather-io/mono/compare/@leather.io/query-v2.24.0...@leather.io/query-v2.25.0) (2024-12-03)


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 contact@leather.io",
"description": "Leather query",
"version": "2.25.0",
"version": "2.26.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@
* @leather.io/models bumped to 0.24.0
* @leather.io/utils bumped to 0.21.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.14.0
* @leather.io/crypto bumped to 1.6.17
* @leather.io/utils bumped to 0.21.1

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


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

## [1.40.0](https://github.com/leather-io/mono/compare/@leather.io/ui-v1.39.2...@leather.io/ui-v1.40.0) (2024-12-04)


### Features

* add mobile version of Callout ([8ef8c97](https://github.com/leather-io/mono/commit/8ef8c97b05c257db1cc82bf6f3fc374e9d393a9e))
* add psbt functionality ([6b676a9](https://github.com/leather-io/mono/commit/6b676a971fbd7497e6c285a818374f13745b032c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.21.1
* devDependencies
* @leather.io/panda-preset bumped to 0.6.0

## [1.39.0](https://github.com/leather-io/mono/compare/@leather.io/ui-v1.38.0...@leather.io/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.2",
"version": "1.40.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
* @leather.io/models bumped to 0.23.0
* @leather.io/rpc bumped to 2.1.21

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.14.0

## [0.21.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.20.1...@leather.io/utils-v0.21.0) (2024-12-03)


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 contact@leather.io",
"description": "Shared bitcoin utilities",
"version": "0.21.0",
"version": "0.21.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils",
"repository": {
Expand Down

0 comments on commit 563102b

Please sign in to comment.