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 alter-eggo committed Nov 25, 2024
1 parent 7639093 commit 77df92e
Show file tree
Hide file tree
Showing 21 changed files with 159 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.52.2",
"apps/mobile": "1.53.0",
"packages/analytics": "2.0.1",
"packages/bitcoin": "0.16.6",
"packages/constants": "0.13.4",
"packages/bitcoin": "0.16.7",
"packages/constants": "0.13.5",
"packages/eslint-config": "0.7.0",
"packages/models": "0.21.0",
"packages/models": "0.22.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.5.2",
"packages/query": "2.23.0",
"packages/query": "2.23.1",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.19",
"packages/ui": "1.36.2",
"packages/utils": "0.19.2",
"packages/crypto": "1.6.13",
"packages/stacks": "1.3.6"
"packages/rpc": "2.1.20",
"packages/ui": "1.37.0",
"packages/utils": "0.20.0",
"packages/crypto": "1.6.14",
"packages/stacks": "1.4.0"
}
33 changes: 33 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,39 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.16.6

## [1.53.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.53.0) (2024-11-25)


### Features

* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961))


### Bug Fixes

* ensure correct accountIndex is added to stacks signers ([59af396](https://github.com/leather-io/mono/commit/59af39642d123a28aa6186609285f3700cb3b3ba))
* filter signers by account index to obtain address ([5ff5a98](https://github.com/leather-io/mono/commit/5ff5a98f3c397c8f5158bab856ca3adc42408f1b))
* go to account from accountsheet, add real balances and address ref LEA-1552 ([5abb340](https://github.com/leather-io/mono/commit/5abb34039c66c69d651307280f05e46c6413816b))
* refactor to cleanup accessing stacks signeraddresses ([8d0b3dd](https://github.com/leather-io/mono/commit/8d0b3dd24b935dc9c398db48466b773c528b32ca))
* roll back STX market data service to ensure price accuracy ([165e1cc](https://github.com/leather-io/mono/commit/165e1cc62fd54f517c1295de41ed2b47a747d3f9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.7
* @leather.io/constants bumped to 0.13.5
* @leather.io/crypto bumped to 1.6.14
* @leather.io/models bumped to 0.22.0
* @leather.io/query bumped to 2.23.1
* @leather.io/rpc bumped to 2.1.20
* @leather.io/stacks bumped to 1.4.0
* @leather.io/ui bumped to 1.37.0
* @leather.io/utils bumped to 0.20.0
* devDependencies
* @leather.io/bitcoin bumped to 0.16.7

## [1.52.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.52.0) (2024-11-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": "1.52.2",
"version": "1.53.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
11 changes: 11 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,17 @@
* devDependencies
* @leather.io/rpc bumped to 2.1.19

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.5
* @leather.io/crypto bumped to 1.6.14
* @leather.io/models bumped to 0.22.0
* @leather.io/utils bumped to 0.20.0
* devDependencies
* @leather.io/rpc bumped to 2.1.20

## [0.16.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.4) (2024-11-19)


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.16.6",
"version": "0.16.7",
"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 @@ -73,6 +73,12 @@
* dependencies
* @leather.io/models bumped to 0.21.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.22.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.4",
"version": "0.13.5",
"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 @@ -108,6 +108,12 @@
* dependencies
* @leather.io/utils bumped to 0.19.2

### Dependencies

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

## [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.13",
"version": "1.6.14",
"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.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.22.0) (2024-11-25)


### Features

* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961))

## [0.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.21.0) (2024-11-21)


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.21.0",
"version": "0.22.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@
* @leather.io/rpc bumped to 2.1.18
* @leather.io/utils bumped to 0.19.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.7
* @leather.io/constants bumped to 0.13.5
* @leather.io/models bumped to 0.22.0
* @leather.io/rpc bumped to 2.1.20
* @leather.io/utils bumped to 0.20.0

## [2.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.23.0) (2024-11-21)


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.0",
"version": "2.23.1",
"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 @@ -150,6 +150,12 @@
* dependencies
* @leather.io/models bumped to 0.21.0

### Dependencies

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

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


### Features

* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961))


### Bug Fixes

* ensure correct accountIndex is added to stacks signers ([9d21126](https://github.com/leather-io/mono/commit/9d2112614c6378da18737f1860f0875c8cb577fd))
* refactor to cleanup accessing stacks signeraddresses ([8d0b3dd](https://github.com/leather-io/mono/commit/8d0b3dd24b935dc9c398db48466b773c528b32ca))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.5
* @leather.io/crypto bumped to 1.6.14
* @leather.io/models bumped to 0.22.0
* @leather.io/utils bumped to 0.20.0

## [1.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.3.0) (2024-11-05)


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

## [1.37.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.37.0) (2024-11-25)


### Features

* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961))


### Bug Fixes

* sheet content style ([7639093](https://github.com/leather-io/mono/commit/7639093d245fe11e482794cb61aa7672a4fbc5d8))


### Dependencies

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

## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.36.0) (2024-11-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.36.2",
"version": "1.37.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,22 @@
* @leather.io/models bumped to 0.21.0
* @leather.io/rpc bumped to 2.1.19

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


### Features

* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.5
* @leather.io/models bumped to 0.22.0
* @leather.io/rpc bumped to 2.1.20

## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.19.0) (2024-11-19)


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

0 comments on commit 77df92e

Please sign in to comment.