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 Jun 5, 2024
1 parent 6feabbc commit d5ea931
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
".": "2.1.0",
".": "2.1.1",
"apps/mobile": "1.5.0",
"packages/bitcoin": "0.6.7",
"packages/bitcoin": "0.6.8",
"packages/constants": "0.6.2",
"packages/eslint-config": "0.4.0",
"packages/models": "0.6.7",
"packages/prettier-config": "0.4.1",
"packages/panda-preset": "0.1.1",
"packages/query": "0.6.9",
"packages/query": "0.6.10",
"packages/tokens": "0.5.1",
"packages/tsconfig-config": "0.4.0",
"packages/rpc": "1.0.0",
"packages/ui": "1.3.2",
"packages/utils": "0.6.7"
"packages/utils": "0.6.7",
"packages/crypto": "1.0.0"
}
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.1.1](https://github.com/leather-wallet/mono/compare/leather-mono-v2.1.0...leather-mono-v2.1.1) (2024-06-05)


### Bug Fixes

* missing pnpm prefix ([6feabbc](https://github.com/leather-wallet/mono/commit/6feabbcf0eb6056956ab25e9a3f4cc6cd9573577))

## [2.1.0](https://github.com/leather-wallet/mono/compare/leather-mono-v2.0.0...leather-mono-v2.1.0) (2024-06-05)


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.1.0",
"version": "2.1.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
* @leather-wallet/models bumped to 0.6.6
* @leather-wallet/utils bumped to 0.6.6

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/crypto bumped to 1.0.0

## [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.7",
"version": "0.6.8",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-06-05)


### Bug Fixes

* missing pnpm prefix ([6feabbc](https://github.com/leather-wallet/mono/commit/6feabbcf0eb6056956ab25e9a3f4cc6cd9573577))
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-wallet/crypto",
"author": "leather-wallet",
"description": "Generic crypto utils package for Leather",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
* @leather-wallet/rpc bumped to 0.3.8
* @leather-wallet/utils bumped to 0.6.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/bitcoin bumped to 0.6.8

## [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.9",
"version": "0.6.10",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/query",
"repository": {
Expand Down

0 comments on commit d5ea931

Please sign in to comment.