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 fbwoolf committed Jun 7, 2024
1 parent 4975417 commit 9b0f3fe
Show file tree
Hide file tree
Showing 17 changed files with 97 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,17 +1,17 @@
{
".": "2.2.0",
"apps/mobile": "1.5.1",
"packages/bitcoin": "0.6.10",
".": "2.3.0",
"apps/mobile": "1.5.2",
"packages/bitcoin": "0.7.0",
"packages/constants": "0.6.3",
"packages/eslint-config": "0.5.0",
"packages/models": "0.6.8",
"packages/models": "0.7.0",
"packages/prettier-config": "0.4.1",
"packages/panda-preset": "0.2.0",
"packages/query": "0.6.12",
"packages/query": "0.7.0",
"packages/tokens": "0.5.2",
"packages/tsconfig-config": "0.4.0",
"packages/rpc": "1.0.1",
"packages/ui": "1.4.0",
"packages/utils": "0.7.0",
"packages/rpc": "1.0.2",
"packages/ui": "1.4.1",
"packages/utils": "0.8.0",
"packages/crypto": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
* @leather-wallet/prettier-config bumped to 0.4.0
* @leather-wallet/tsconfig-config bumped to 0.4.0

## [2.3.0](https://github.com/leather-wallet/mono/compare/leather-mono-v2.2.0...leather-mono-v2.3.0) (2024-06-07)


### Features

* add stacks queries ([ba0ab05](https://github.com/leather-wallet/mono/commit/ba0ab053cf99c4fa5875079e956cdf7f58deb810))

## [2.2.0](https://github.com/leather-wallet/mono/compare/leather-mono-v2.1.2...leather-mono-v2.2.0) (2024-06-05)


Expand Down
6 changes: 6 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
* devDependencies
* @leather-wallet/eslint-config bumped to 0.5.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/ui bumped to 1.4.1

## [1.5.0](https://github.com/leather-wallet/mono/compare/mobile-v1.4.1...mobile-v1.5.0) (2024-06-05)


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-wallet/mobile",
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "leather-mono",
"author": "Leather Wallet",
"description": "Leather wallet shared code",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@
* @leather-wallet/eslint-config bumped to 0.5.0
* @leather-wallet/rpc bumped to 1.0.1

## [0.7.0](https://github.com/leather-wallet/mono/compare/bitcoin-v0.6.10...bitcoin-v0.7.0) (2024-06-07)


### Features

* add stacks queries ([ba0ab05](https://github.com/leather-wallet/mono/commit/ba0ab053cf99c4fa5875079e956cdf7f58deb810))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/models bumped to 0.7.0
* @leather-wallet/utils bumped to 0.8.0
* devDependencies
* @leather-wallet/rpc bumped to 1.0.2

## [0.6.7](https://github.com/leather-wallet/mono/compare/bitcoin-v0.6.6...bitcoin-v0.6.7) (2024-06-05)


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-wallet/bitcoin",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.6.10",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* devDependencies
* @leather-wallet/eslint-config bumped to 0.5.0

## [0.7.0](https://github.com/leather-wallet/mono/compare/models-v0.6.8...models-v0.7.0) (2024-06-07)


### Features

* add stacks queries ([ba0ab05](https://github.com/leather-wallet/mono/commit/ba0ab053cf99c4fa5875079e956cdf7f58deb810))

## [0.6.7](https://github.com/leather-wallet/mono/compare/models-v0.6.6...models-v0.6.7) (2024-06-05)


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-wallet/models",
"author": "Leather.io [email protected]",
"description": "Leather models and types",
"version": "0.6.8",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/models",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,23 @@
* devDependencies
* @leather-wallet/eslint-config bumped to 0.5.0

## [0.7.0](https://github.com/leather-wallet/mono/compare/query-v0.6.12...query-v0.7.0) (2024-06-07)


### Features

* add stacks queries ([ba0ab05](https://github.com/leather-wallet/mono/commit/ba0ab053cf99c4fa5875079e956cdf7f58deb810))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/bitcoin bumped to 0.7.0
* @leather-wallet/models bumped to 0.7.0
* @leather-wallet/rpc bumped to 1.0.2
* @leather-wallet/utils bumped to 0.8.0

## [0.6.9](https://github.com/leather-wallet/mono/compare/query-v0.6.8...query-v0.6.9) (2024-06-05)


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-wallet/query",
"author": "Leather.io [email protected]",
"description": "Leather query",
"version": "0.6.12",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/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 @@ -36,6 +36,12 @@
* dependencies
* @leather-wallet/models bumped to 0.6.6

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/models bumped to 0.7.0

## [1.0.1](https://github.com/leather-wallet/mono/compare/rpc-v1.0.0...rpc-v1.0.1) (2024-06-05)


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-wallet/rpc",
"author": "leather-wallet",
"description": "RPC types package for Leather",
"version": "1.0.1",
"version": "1.0.2",
"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 @@ -22,6 +22,12 @@
* devDependencies
* @leather-wallet/panda-preset bumped to 0.1.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/utils bumped to 0.8.0

## [1.4.0](https://github.com/leather-wallet/mono/compare/ui-v1.3.2...ui-v1.4.0) (2024-06-05)


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-wallet/ui",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@
* @leather-wallet/models bumped to 0.6.5
* @leather-wallet/rpc bumped to 0.3.9

## [0.8.0](https://github.com/leather-wallet/mono/compare/utils-v0.7.0...utils-v0.8.0) (2024-06-07)


### Features

* add stacks queries ([ba0ab05](https://github.com/leather-wallet/mono/commit/ba0ab053cf99c4fa5875079e956cdf7f58deb810))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/models bumped to 0.7.0
* @leather-wallet/rpc bumped to 1.0.2

## [0.7.0](https://github.com/leather-wallet/mono/compare/utils-v0.6.7...utils-v0.7.0) (2024-06-05)


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-wallet/utils",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.7.0",
"version": "0.8.0",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/utils",
"repository": {
Expand Down

0 comments on commit 9b0f3fe

Please sign in to comment.