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 19, 2024
1 parent 7404ae6 commit 6b5f8b4
Show file tree
Hide file tree
Showing 23 changed files with 124 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "2.2.10",
"packages/analytics": "3.0.3",
"packages/bitcoin": "0.19.7",
"packages/constants": "0.15.1",
"apps/mobile": "2.2.11",
"packages/analytics": "3.0.4",
"packages/bitcoin": "0.19.8",
"packages/constants": "0.15.2",
"packages/eslint-config": "0.7.0",
"packages/models": "0.24.1",
"packages/models": "0.24.2",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.8.0",
"packages/query": "2.26.8",
"packages/query": "2.26.9",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.4.0",
"packages/ui": "1.44.5",
"packages/utils": "0.22.4",
"packages/crypto": "1.6.24",
"packages/stacks": "1.5.9"
"packages/rpc": "2.4.1",
"packages/ui": "1.44.6",
"packages/utils": "0.22.5",
"packages/crypto": "1.6.25",
"packages/stacks": "1.5.10"
}
17 changes: 17 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,23 @@
* dependencies
* @leather.io/ui bumped to 1.44.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 3.0.4
* @leather.io/bitcoin bumped to 0.19.8
* @leather.io/constants bumped to 0.15.2
* @leather.io/crypto bumped to 1.6.25
* @leather.io/models bumped to 0.24.2
* @leather.io/query bumped to 2.26.9
* @leather.io/rpc bumped to 2.4.1
* @leather.io/stacks bumped to 1.5.10
* @leather.io/ui bumped to 1.44.6
* @leather.io/utils bumped to 0.22.5
* devDependencies
* @leather.io/bitcoin bumped to 0.19.8

## [2.2.10](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.10) (2024-12-19)


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.10",
"version": "2.2.11",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* devDependencies
* @leather.io/models bumped to 0.24.1

### Dependencies

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

## [3.0.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.0.2) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/analytics",
"author": "Leather.io [email protected]",
"description": "Analytics package for Leather using Segment",
"version": "3.0.3",
"version": "3.0.4",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,17 @@
* devDependencies
* @leather.io/rpc bumped to 2.4.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.15.2
* @leather.io/crypto bumped to 1.6.25
* @leather.io/models bumped to 0.24.2
* @leather.io/utils bumped to 0.22.5
* devDependencies
* @leather.io/rpc bumped to 2.4.1

## [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.7",
"version": "0.19.8",
"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 @@ -97,6 +97,12 @@
* dependencies
* @leather.io/models bumped to 0.24.1

### Dependencies

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

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


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.15.1",
"version": "0.15.2",
"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 @@ -174,6 +174,12 @@
* dependencies
* @leather.io/utils bumped to 0.22.4

### Dependencies

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

## [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.24",
"version": "1.6.25",
"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.24.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.24.2) (2024-12-19)


### Bug Fixes

* add src20 image types, ref leather-io/mono[#724](https://github.com/leather-io/mono/issues/724) ([7404ae6](https://github.com/leather-io/mono/commit/7404ae643d0495703e9b1699e302a968a4afeee0))

## [0.24.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.24.1) (2024-12-13)


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

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


### Bug Fixes

* add src20 image types, ref leather-io/mono[#724](https://github.com/leather-io/mono/issues/724) ([7404ae6](https://github.com/leather-io/mono/commit/7404ae643d0495703e9b1699e302a968a4afeee0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.8
* @leather.io/constants bumped to 0.15.2
* @leather.io/models bumped to 0.24.2
* @leather.io/rpc bumped to 2.4.1
* @leather.io/utils bumped to 0.22.5

## [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.8",
"version": "2.26.9",
"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 @@ -174,6 +174,12 @@
* dependencies
* @leather.io/models bumped to 0.24.1

### Dependencies

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

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


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.0",
"version": "2.4.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@
* @leather.io/crypto bumped to 1.6.24
* @leather.io/utils bumped to 0.22.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.15.2
* @leather.io/crypto bumped to 1.6.25
* @leather.io/models bumped to 0.24.2
* @leather.io/utils bumped to 0.22.5

## [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.9",
"version": "1.5.10",
"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 @@ -197,6 +197,14 @@
* dependencies
* @leather.io/utils bumped to 0.22.4

### Dependencies

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

## [1.44.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.5) (2024-12-19)


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.5",
"version": "1.44.6",
"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 @@ -201,6 +201,14 @@
* dependencies
* @leather.io/rpc bumped to 2.4.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.15.2
* @leather.io/models bumped to 0.24.2
* @leather.io/rpc bumped to 2.4.1

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

0 comments on commit 6b5f8b4

Please sign in to comment.