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 May 7, 2024
1 parent dc92174 commit 3d4f1d9
Show file tree
Hide file tree
Showing 17 changed files with 89 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,15 +1,15 @@
{
".": "1.2.0",
"apps/mobile": "1.2.0",
"packages/bitcoin": "0.2.0",
"packages/constants": "0.2.0",
".": "1.3.0",
"apps/mobile": "1.3.0",
"packages/bitcoin": "0.3.0",
"packages/constants": "0.3.0",
"packages/eslint-config": "0.2.0",
"packages/models": "0.2.0",
"packages/models": "0.3.0",
"packages/prettier-config": "0.2.0",
"packages/query": "0.2.0",
"packages/query": "0.3.0",
"packages/tokens": "0.2.0",
"packages/tsconfig-config": "0.2.0",
"packages/types": "0.2.0",
"packages/types": "0.2.1",
"packages/ui": "1.2.0",
"packages/utils": "0.2.0"
"packages/utils": "0.3.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.0](https://github.com/leather-wallet/mono/compare/leather-mono-v1.2.0...leather-mono-v1.3.0) (2024-05-07)


### Features

* mobile store ([7f21492](https://github.com/leather-wallet/mono/commit/7f2149216d3561c9e39036528937f9816b90218a))
* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2))
* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837))


### Bug Fixes

* types success bug, closes leather-wallet/extension[#5314](https://github.com/leather-wallet/mono/issues/5314) ([31ef5e4](https://github.com/leather-wallet/mono/commit/31ef5e420830f86c1f85c2bfdd8b8730c09d298c))
* update mobile styles ([8a44bdc](https://github.com/leather-wallet/mono/commit/8a44bdc760de318be6b5f045683292cd33538e01))

## [1.2.0](https://github.com/leather-wallet/mono/compare/leather-mono-v1.1.1...leather-mono-v1.2.0) (2024-04-23)


Expand Down
12 changes: 12 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.0](https://github.com/leather-wallet/mono/compare/mobile-v1.2.0...mobile-v1.3.0) (2024-05-07)


### Features

* mobile store ([7f21492](https://github.com/leather-wallet/mono/commit/7f2149216d3561c9e39036528937f9816b90218a))


### Bug Fixes

* update mobile styles ([8a44bdc](https://github.com/leather-wallet/mono/commit/8a44bdc760de318be6b5f045683292cd33538e01))

## [1.2.0](https://github.com/leather-wallet/mono/compare/mobile-v1.1.1...mobile-v1.2.0) (2024-04-23)


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.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"android": "expo start --android",
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.2.0",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"author": "Leather Wallet",
Expand Down
8 changes: 8 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.0](https://github.com/leather-wallet/mono/compare/bitcoin-v0.2.0...bitcoin-v0.3.0) (2024-05-07)


### Features

* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2))
* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837))

## [0.2.0](https://github.com/leather-wallet/mono/compare/bitcoin-v0.1.0...bitcoin-v0.2.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leather-wallet/bitcoin",
"description": "Shared bitcoin utilities",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"author": "Leather.io [email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.0](https://github.com/leather-wallet/mono/compare/constants-v0.2.0...constants-v0.3.0) (2024-05-07)


### Features

* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2))
* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837))

## [0.2.0](https://github.com/leather-wallet/mono/compare/constants-v0.1.0...constants-v0.2.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leather-wallet/constants",
"description": "Shared bitcoin utilities",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"author": "Leather.io [email protected]",
Expand Down
7 changes: 7 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/leather-wallet/mono/compare/models-v0.2.0...models-v0.3.0) (2024-05-07)


### Features

* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2))

## [0.2.0](https://github.com/leather-wallet/mono/compare/models-v0.1.0...models-v0.2.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leather-wallet/models",
"description": "Leather models",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"author": "Leather.io [email protected]",
Expand Down
9 changes: 9 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0](https://github.com/leather-wallet/mono/compare/query-v0.2.0...query-v0.3.0) (2024-05-07)


### Features

* mobile store ([7f21492](https://github.com/leather-wallet/mono/commit/7f2149216d3561c9e39036528937f9816b90218a))
* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2))
* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837))

## [0.2.0](https://github.com/leather-wallet/mono/compare/query-v0.1.0...query-v0.2.0) (2024-04-23)


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.2.0",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"author": "Leather.io [email protected]",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/leather-wallet/mono/compare/types-v0.2.0...types-v0.2.1) (2024-05-07)


### Bug Fixes

* types success bug, closes leather-wallet/extension[#5314](https://github.com/leather-wallet/mono/issues/5314) ([31ef5e4](https://github.com/leather-wallet/mono/commit/31ef5e420830f86c1f85c2bfdd8b8730c09d298c))

## [0.2.0](https://github.com/leather-wallet/mono/compare/types-v0.1.0...types-v0.2.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leather-wallet/types",
"description": "Types package for Leather",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"author": "leather-wallet",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/leather-wallet/mono/compare/utils-v0.2.0...utils-v0.3.0) (2024-05-07)


### Features

* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2))

## [0.2.0](https://github.com/leather-wallet/mono/compare/utils-v0.1.0...utils-v0.2.0) (2024-04-23)


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

0 comments on commit 3d4f1d9

Please sign in to comment.