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 Nov 5, 2024
1 parent 2de3598 commit 9885823
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "1.46.0",
"apps/mobile": "1.47.0",
"packages/analytics": "1.0.0",
"packages/bitcoin": "0.15.0",
"packages/bitcoin": "0.16.0",
"packages/constants": "0.13.0",
"packages/eslint-config": "0.7.0",
"packages/models": "0.18.3",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.4.2",
"packages/query": "2.18.0",
"packages/query": "2.19.0",
"packages/tokens": "0.9.2",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.14",
"packages/ui": "1.31.2",
"packages/ui": "1.32.0",
"packages/utils": "0.16.7",
"packages/crypto": "1.6.7",
"packages/stacks": "1.2.4"
"packages/stacks": "1.3.0"
}
21 changes: 21 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,27 @@
* dependencies
* @leather.io/ui bumped to 1.27.1

## [1.47.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.47.0) (2024-11-05)


### Features

* integrate stacks total balances, ref LEA-1500 ([93c7a79](https://github.com/leather-io/mono/commit/93c7a795643058f3cf8bf052f7df2019ff00c03a))
* send context and select account, closes #LEA-1642 ([73cbcd5](https://github.com/leather-io/mono/commit/73cbcd5e96e8eb7811d79a782c3b23c5bd66e0f4))
* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.0
* @leather.io/query bumped to 2.19.0
* @leather.io/stacks bumped to 1.3.0
* @leather.io/ui bumped to 1.32.0
* devDependencies
* @leather.io/bitcoin bumped to 0.16.0

## [1.46.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.46.0) (2024-11-01)


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

## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.0) (2024-11-05)


### Features

* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de))

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


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.15.0",
"version": "0.16.0",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,25 @@
* @leather.io/rpc bumped to 2.1.12
* @leather.io/utils bumped to 0.16.5

## [2.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.19.0) (2024-11-05)


### Features

* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de))


### Bug Fixes

* **query:** too short key identifier ([2de3598](https://github.com/leather-io/mono/commit/2de35986bde86dfb5c151fa6a0226832f11a6a2e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.0

## [2.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.18.0) (2024-10-30)


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

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


### Features

* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de))

## [1.2.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.2.0) (2024-10-11)


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.2.4",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@
* devDependencies
* @leather.io/panda-preset bumped to 0.4.2

## [1.32.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.32.0) (2024-11-05)


### Features

* add numpad component ([b5b9507](https://github.com/leather-io/mono/commit/b5b95072f2ec6f362a878f51871d77c155d66a44))

## [1.31.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.31.1) (2024-10-30)


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.31.2",
"version": "1.32.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 9885823

Please sign in to comment.