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 edgarkhanzadian committed May 15, 2024
1 parent af07ecf commit 55d2033
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "1.4.5",
".": "1.4.6",
"apps/mobile": "1.3.0",
"packages/bitcoin": "0.4.0",
"packages/constants": "0.4.0",
"packages/eslint-config": "0.2.0",
"packages/models": "0.4.5",
"packages/prettier-config": "0.2.0",
"packages/query": "0.4.3",
"packages/query": "0.4.4",
"packages/tokens": "0.2.0",
"packages/tsconfig-config": "0.2.0",
"packages/rpc": "0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.6](https://github.com/leather-wallet/mono/compare/leather-mono-v1.4.5...leather-mono-v1.4.6) (2024-05-15)


### Bug Fixes

* brc20 and utxo updates to query package ([af07ecf](https://github.com/leather-wallet/mono/commit/af07ecfecbe3446c43d31b02dda6faed5b522772))

## [1.4.5](https://github.com/leather-wallet/mono/compare/leather-mono-v1.4.4...leather-mono-v1.4.5) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leather-mono",
"description": "Leather wallet shared code",
"version": "1.4.5",
"version": "1.4.6",
"license": "MIT",
"type": "module",
"author": "Leather Wallet",
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.4](https://github.com/leather-wallet/mono/compare/query-v0.4.3...query-v0.4.4) (2024-05-15)


### Bug Fixes

* brc20 and utxo updates to query package ([af07ecf](https://github.com/leather-wallet/mono/commit/af07ecfecbe3446c43d31b02dda6faed5b522772))

## [0.4.3](https://github.com/leather-wallet/mono/compare/query-v0.4.2...query-v0.4.3) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leather-wallet/query",
"description": "Leather query",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"type": "module",
"author": "Leather.io [email protected]",
Expand Down

0 comments on commit 55d2033

Please sign in to comment.