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 camerow committed Dec 16, 2024
1 parent c8f80a8 commit 8380f23
Show file tree
Hide file tree
Showing 17 changed files with 79 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "2.2.5",
"apps/mobile": "2.2.6",
"packages/analytics": "3.0.3",
"packages/bitcoin": "0.19.6",
"packages/bitcoin": "0.19.7",
"packages/constants": "0.15.1",
"packages/eslint-config": "0.7.0",
"packages/models": "0.24.1",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.8.0",
"packages/query": "2.26.7",
"packages/query": "2.26.8",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.3.1",
"packages/ui": "1.44.2",
"packages/utils": "0.22.3",
"packages/crypto": "1.6.23",
"packages/stacks": "1.5.8"
"packages/rpc": "2.4.0",
"packages/ui": "1.44.3",
"packages/utils": "0.22.4",
"packages/crypto": "1.6.24",
"packages/stacks": "1.5.9"
}
14 changes: 14 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,20 @@
* dependencies
* @leather.io/ui bumped to 1.44.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.7
* @leather.io/crypto bumped to 1.6.24
* @leather.io/query bumped to 2.26.8
* @leather.io/rpc bumped to 2.4.0
* @leather.io/stacks bumped to 1.5.9
* @leather.io/ui bumped to 1.44.3
* @leather.io/utils bumped to 0.22.4
* devDependencies
* @leather.io/bitcoin bumped to 0.19.7

## [2.2.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.5) (2024-12-16)


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.24
* @leather.io/utils bumped to 0.22.4
* devDependencies
* @leather.io/rpc bumped to 2.4.0

## [0.19.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.6) (2024-12-13)


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.19.6",
"version": "0.19.7",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"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 @@ -168,6 +168,12 @@
* dependencies
* @leather.io/utils bumped to 0.22.3

### Dependencies

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

## [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.23",
"version": "1.6.24",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@
* @leather.io/rpc bumped to 2.3.1
* @leather.io/utils bumped to 0.22.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.7
* @leather.io/rpc bumped to 2.4.0
* @leather.io/utils bumped to 0.22.4

## [2.26.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.5) (2024-12-12)


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

## [2.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.4.0) (2024-12-16)


### Features

* udpate types to conform with extension provider ([c8f80a8](https://github.com/leather-io/mono/commit/c8f80a85169b595fb76de3fa7db7fff1fda6321c))

## [2.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.3.0) (2024-12-12)


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.24
* @leather.io/utils bumped to 0.22.4

## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/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.8",
"version": "1.5.9",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@
* dependencies
* @leather.io/utils bumped to 0.22.2

### Dependencies

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

## [1.44.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.2) (2024-12-16)


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.44.2",
"version": "1.44.3",
"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 @@ -195,6 +195,12 @@
* @leather.io/models bumped to 0.24.1
* @leather.io/rpc bumped to 2.3.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/rpc bumped to 2.4.0

## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.22.0) (2024-12-10)


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

0 comments on commit 8380f23

Please sign in to comment.