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 kyranjamie committed Jan 13, 2025
1 parent 46af901 commit 3e74ded
Show file tree
Hide file tree
Showing 21 changed files with 101 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": "2.5.0",
"apps/mobile": "2.5.1",
"packages/analytics": "3.1.1",
"packages/bitcoin": "0.19.11",
"packages/bitcoin": "0.19.12",
"packages/constants": "0.15.3",
"packages/eslint-config": "0.7.0",
"packages/models": "0.24.3",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.8.2",
"packages/query": "2.26.12",
"packages/tokens": "0.12.3",
"packages/panda-preset": "0.8.3",
"packages/query": "2.26.13",
"packages/tokens": "0.12.4",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.4.2",
"packages/ui": "1.47.2",
"packages/utils": "0.23.0",
"packages/crypto": "1.6.27",
"packages/stacks": "1.5.12"
"packages/rpc": "2.5.0",
"packages/ui": "1.47.3",
"packages/utils": "0.23.1",
"packages/crypto": "1.6.28",
"packages/stacks": "1.5.13"
}
15 changes: 15 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,21 @@
* @leather.io/analytics bumped to 3.1.0
* @leather.io/ui bumped to 1.45.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.12
* @leather.io/crypto bumped to 1.6.28
* @leather.io/query bumped to 2.26.13
* @leather.io/rpc bumped to 2.5.0
* @leather.io/stacks bumped to 1.5.13
* @leather.io/tokens bumped to 0.12.4
* @leather.io/ui bumped to 1.47.3
* @leather.io/utils bumped to 0.23.1
* devDependencies
* @leather.io/bitcoin bumped to 0.19.12

## [2.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.5.0) (2025-01-08)


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.5.0",
"version": "2.5.1",
"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 @@ -389,6 +389,15 @@
* @leather.io/crypto bumped to 1.6.27
* @leather.io/utils bumped to 0.23.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.28
* @leather.io/utils bumped to 0.23.1
* devDependencies
* @leather.io/rpc bumped to 2.5.0

## [0.19.10](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.10) (2025-01-07)


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.11",
"version": "0.19.12",
"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 @@ -192,6 +192,12 @@
* dependencies
* @leather.io/utils bumped to 0.23.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.23.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.27",
"version": "1.6.28",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions packages/panda-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
* devDependencies
* @leather.io/tokens bumped to 0.12.3

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/tokens bumped to 0.12.4

## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.8.0) (2024-12-10)


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.8.2",
"version": "0.8.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,14 @@
* @leather.io/bitcoin bumped to 0.19.11
* @leather.io/utils bumped to 0.23.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.12
* @leather.io/rpc bumped to 2.5.0
* @leather.io/utils bumped to 0.23.1

## [2.26.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.11) (2025-01-07)


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

## [2.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.5.0) (2025-01-13)


### Features

* **rpc:** add deployContract ([46af901](https://github.com/leather-io/mono/commit/46af901551139e858e18d92b26d8398a31b0b6e9))
* **rpc:** add profile, backwards compat stx_signTransaction ([46af901](https://github.com/leather-io/mono/commit/46af901551139e858e18d92b26d8398a31b0b6e9))
* **rpc:** add sip-30 schemas/types ([46af901](https://github.com/leather-io/mono/commit/46af901551139e858e18d92b26d8398a31b0b6e9))

## [2.4.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.4.2) (2025-01-07)


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.4.2",
"version": "2.5.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 @@ -226,6 +226,13 @@
* @leather.io/crypto bumped to 1.6.27
* @leather.io/utils bumped to 0.23.0

### Dependencies

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

## [1.5.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.11) (2025-01-07)


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.12",
"version": "1.5.13",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
* devDependencies
* @leather.io/utils bumped to 0.23.0

### Dependencies

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

## [0.12.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.1) (2024-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/tokens",
"author": "Leather.io [email protected]",
"description": "Shared design tokens",
"version": "0.12.3",
"version": "0.12.4",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@
* devDependencies
* @leather.io/panda-preset bumped to 0.8.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/tokens bumped to 0.12.4
* @leather.io/utils bumped to 0.23.1
* devDependencies
* @leather.io/panda-preset bumped to 0.8.3

## [1.47.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.47.1) (2025-01-07)


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.47.2",
"version": "1.47.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 @@ -209,6 +209,12 @@
* @leather.io/models bumped to 0.24.2
* @leather.io/rpc bumped to 2.4.1

### Dependencies

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

## [0.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.23.0) (2025-01-08)


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

0 comments on commit 3e74ded

Please sign in to comment.