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 a44b063 commit cb9b4d1
Show file tree
Hide file tree
Showing 25 changed files with 219 additions and 24 deletions.
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "1.5.0",
"apps/mobile": "1.4.1",
"packages/bitcoin": "0.6.6",
"packages/constants": "0.6.1",
".": "2.0.0",
"apps/mobile": "1.5.0",
"packages/bitcoin": "0.6.7",
"packages/constants": "0.6.2",
"packages/eslint-config": "0.4.0",
"packages/models": "0.6.6",
"packages/prettier-config": "0.4.0",
"packages/panda-preset": "0.1.0",
"packages/query": "0.6.8",
"packages/tokens": "0.5.0",
"packages/models": "0.6.7",
"packages/prettier-config": "0.4.1",
"packages/panda-preset": "0.1.1",
"packages/query": "0.6.9",
"packages/tokens": "0.5.1",
"packages/tsconfig-config": "0.4.0",
"packages/rpc": "0.3.10",
"packages/ui": "1.3.1",
"packages/utils": "0.6.6"
"packages/rpc": "1.0.0",
"packages/ui": "1.3.2",
"packages/utils": "0.6.7"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,32 @@
* @leather-wallet/prettier-config bumped to 0.4.0
* @leather-wallet/tsconfig-config bumped to 0.4.0

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


### ⚠ BREAKING CHANGES

* **rpc:** users relying on existing implicit behaviour need to update their code with the latest README.md instructions

### Features

* run expo prebuild, install detox, jest, expo config for detox ([4921410](https://github.com/leather-wallet/mono/commit/4921410ef6f3c350210c5fbdbac3e0fbf85ef51a))


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))
* react.JSX deprecated ([845efe1](https://github.com/leather-wallet/mono/commit/845efe1cfaf36e83fef5202b2d86aa03dbe0a70a))
* **rpc:** do not augment global type implicitly ([5ea44b2](https://github.com/leather-wallet/mono/commit/5ea44b2169d4a7a3151059e94a8682e6c14b0e6a))
* **rpc:** export LeatherProvider ([fb532a2](https://github.com/leather-wallet/mono/commit/fb532a2f0b6f583de24821c97bd0ca52e21dec4a))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather-wallet/prettier-config bumped to 0.4.1

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


Expand Down
21 changes: 21 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@
* dependencies
* @leather-wallet/ui bumped to 1.3.1

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


### Features

* run expo prebuild, install detox, jest, expo config for detox ([4921410](https://github.com/leather-wallet/mono/commit/4921410ef6f3c350210c5fbdbac3e0fbf85ef51a))


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/constants bumped to 0.6.2
* @leather-wallet/tokens bumped to 0.5.1
* @leather-wallet/ui bumped to 1.3.2

## [1.4.0](https://github.com/leather-wallet/mono/compare/mobile-v1.3.3...mobile-v1.4.0) (2024-05-30)


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

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


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/constants bumped to 0.6.2
* @leather-wallet/models bumped to 0.6.7
* @leather-wallet/utils bumped to 0.6.7
* devDependencies
* @leather-wallet/prettier-config bumped to 0.4.1
* @leather-wallet/rpc bumped to 1.0.0

## [0.6.1](https://github.com/leather-wallet/mono/compare/bitcoin-v0.6.0...bitcoin-v0.6.1) (2024-05-20)


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


## [0.6.2](https://github.com/leather-wallet/mono/compare/constants-v0.6.1...constants-v0.6.2) (2024-06-05)


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather-wallet/prettier-config bumped to 0.4.1

## [0.6.1](https://github.com/leather-wallet/mono/compare/constants-v0.6.0...constants-v0.6.1) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather-wallet/constants",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/constants",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))
* react.JSX deprecated ([845efe1](https://github.com/leather-wallet/mono/commit/845efe1cfaf36e83fef5202b2d86aa03dbe0a70a))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather-wallet/prettier-config bumped to 0.4.1

## [0.6.6](https://github.com/leather-wallet/mono/compare/models-v0.6.5...models-v0.6.6) (2024-05-30)


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

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather-wallet/tokens bumped to 0.5.1

## [0.1.0](https://github.com/leather-wallet/mono/compare/panda-preset-v0.0.5...panda-preset-v0.1.0) (2024-05-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather-wallet/panda-preset",
"author": "Leather, LLC",
"description": "Leather styles package",
"version": "0.1.0",
"version": "0.1.1",
"license": "ISC",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/leather-wallet/mono/compare/prettier-config-v0.4.0...prettier-config-v0.4.1) (2024-06-05)


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))

## [0.4.0](https://github.com/leather-wallet/mono/compare/prettier-config-v0.3.1...prettier-config-v0.4.0) (2024-05-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather-wallet/prettier-config",
"author": "Leather.io [email protected]",
"description": "Shared prettier configuration",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/prettier-config",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@
* @leather-wallet/rpc bumped to 0.3.8
* @leather-wallet/utils bumped to 0.6.4

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


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/bitcoin bumped to 0.6.7
* @leather-wallet/constants bumped to 0.6.2
* @leather-wallet/models bumped to 0.6.7
* @leather-wallet/rpc bumped to 1.0.0
* @leather-wallet/utils bumped to 0.6.7
* devDependencies
* @leather-wallet/prettier-config bumped to 0.4.1

## [0.6.8](https://github.com/leather-wallet/mono/compare/query-v0.6.7...query-v0.6.8) (2024-05-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-wallet/query",
"author": "Leather.io [email protected]",
"description": "Leather query",
"version": "0.6.8",
"version": "0.6.9",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/query",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,25 @@
* dependencies
* @leather-wallet/models bumped to 0.6.6

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


### ⚠ BREAKING CHANGES

* **rpc:** users relying on existing implicit behaviour need to update their code with the latest README.md instructions

### Bug Fixes

* **rpc:** do not augment global type implicitly ([5ea44b2](https://github.com/leather-wallet/mono/commit/5ea44b2169d4a7a3151059e94a8682e6c14b0e6a))
* **rpc:** export LeatherProvider ([fb532a2](https://github.com/leather-wallet/mono/commit/fb532a2f0b6f583de24821c97bd0ca52e21dec4a))


### Dependencies

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

## [0.3.4](https://github.com/leather-wallet/mono/compare/rpc-v0.3.3...rpc-v0.3.4) (2024-05-17)


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": "0.3.10",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.1](https://github.com/leather-wallet/mono/compare/tokens-v0.5.0...tokens-v0.5.1) (2024-06-05)


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather-wallet/prettier-config bumped to 0.4.1

## [0.5.0](https://github.com/leather-wallet/mono/compare/tokens-v0.4.0...tokens-v0.5.0) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather-wallet/tokens",
"author": "Leather.io [email protected]",
"description": "Shared design tokens",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/tokens",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@
* devDependencies
* @leather-wallet/panda-preset bumped to 0.1.0

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


### Bug Fixes

* [@leather-wallet](https://github.com/leather-wallet) sorting in prettier ([a44b063](https://github.com/leather-wallet/mono/commit/a44b0631b745c0ca4abe4d36eb5dfc34a33afce8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather-wallet/tokens bumped to 0.5.1
* devDependencies
* @leather-wallet/panda-preset bumped to 0.1.1

## [1.3.0](https://github.com/leather-wallet/mono/compare/ui-v1.2.2...ui-v1.3.0) (2024-05-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-wallet/ui",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"scripts": {
"assets:native": "mkdir -p dist-native/src && cp -r src/assets-native ./dist-native/src/",
Expand Down
Loading

0 comments on commit cb9b4d1

Please sign in to comment.