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 pete-watters committed Aug 21, 2024
1 parent e5615eb commit 1713a85
Show file tree
Hide file tree
Showing 27 changed files with 177 additions and 26 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"apps/mobile": "1.23.1",
"packages/bitcoin": "0.11.0",
"packages/constants": "0.9.0",
"packages/eslint-config": "0.6.1",
"packages/models": "0.12.0",
"apps/mobile": "1.24.0",
"packages/bitcoin": "0.11.1",
"packages/constants": "0.9.1",
"packages/eslint-config": "0.7.0",
"packages/models": "0.12.1",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.3.6",
"packages/query": "2.6.0",
"packages/tokens": "0.8.0",
"packages/panda-preset": "0.3.7",
"packages/query": "2.6.1",
"packages/tokens": "0.8.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.4",
"packages/ui": "1.12.0",
"packages/utils": "0.13.0",
"packages/crypto": "1.4.0",
"packages/stacks": "1.0.0"
"packages/rpc": "2.1.5",
"packages/ui": "1.13.0",
"packages/utils": "0.13.1",
"packages/crypto": "1.4.1",
"packages/stacks": "1.0.1"
}
25 changes: 25 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,31 @@
* dependencies
* @leather.io/stacks bumped to 1.0.0

## [1.24.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.24.0) (2024-08-21)


### Features

* mobile ui svg icons ([126f912](https://github.com/leather-io/mono/commit/126f91283ac8a9b0c2aa15d9dc4d91681b6e7376))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.11.1
* @leather.io/constants bumped to 0.9.1
* @leather.io/crypto bumped to 1.4.1
* @leather.io/models bumped to 0.12.1
* @leather.io/rpc bumped to 2.1.5
* @leather.io/stacks bumped to 1.0.1
* @leather.io/tokens bumped to 0.8.1
* @leather.io/ui bumped to 1.13.0
* @leather.io/utils bumped to 0.13.1
* devDependencies
* @leather.io/bitcoin bumped to 0.11.1
* @leather.io/eslint-config bumped to 0.7.0

## [1.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.23.0) (2024-08-15)


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.io/mobile",
"version": "1.23.1",
"version": "1.24.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
12 changes: 12 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@
* @leather.io/crypto bumped to 1.3.0
* @leather.io/utils bumped to 0.12.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.9.1
* @leather.io/crypto bumped to 1.4.1
* @leather.io/models bumped to 0.12.1
* @leather.io/utils bumped to 0.13.1
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0
* @leather.io/rpc bumped to 2.1.5

## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.11.0) (2024-08-15)


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

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.9.0) (2024-08-15)


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.io/constants",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @leather.io/utils bumped to 0.11.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.13.1

## [1.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.4.0) (2024-08-15)


Expand Down
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.io/crypto",
"author": "leather.io",
"description": "Generic crypto utils package for Leather",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/eslint-config-v0.7.0) (2024-08-21)


### Features

* mobile ui svg icons ([126f912](https://github.com/leather-io/mono/commit/126f91283ac8a9b0c2aa15d9dc4d91681b6e7376))

## [0.6.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/eslint-config-v0.6.1) (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/eslint-config",
"author": "Leather.io [email protected]",
"description": "Shared eslint configuration",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/eslint-config",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
* devDependencies
* @leather.io/tsconfig-config bumped to 0.5.1

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.12.0) (2024-08-15)


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.io/models",
"author": "Leather.io [email protected]",
"description": "Leather models and types",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/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
Expand Up @@ -42,6 +42,12 @@
* devDependencies
* @leather.io/tokens bumped to 0.8.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/tokens bumped to 0.8.1

## [0.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.3.0) (2024-06-21)


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.io/panda-preset",
"author": "Leather, LLC",
"description": "Leather styles package",
"version": "0.3.6",
"version": "0.3.7",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,26 @@
* @leather.io/bitcoin bumped to 0.10.3
* @leather.io/utils bumped to 0.12.0

## [2.6.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.6.1) (2024-08-21)


### Bug Fixes

* prevent unnecessary nft requerying ([06603c9](https://github.com/leather-io/mono/commit/06603c91048e1e517bbfaaace8e94edb25fbd751))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.11.1
* @leather.io/constants bumped to 0.9.1
* @leather.io/models bumped to 0.12.1
* @leather.io/rpc bumped to 2.1.5
* @leather.io/utils bumped to 0.13.1
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [2.6.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.6.0) (2024-08-16)


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.12.1

## [2.1.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.3) (2024-08-14)


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.io/rpc",
"author": "leather-wallet",
"description": "RPC types package for Leather",
"version": "2.1.4",
"version": "2.1.5",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.4.1
* @leather.io/models bumped to 0.12.1
* @leather.io/utils bumped to 0.13.1

## 1.0.0 (2024-08-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/stacks",
"author": "leather.io",
"description": "Stacks package for Leather",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
* devDependencies
* @leather.io/tsconfig-config bumped to 0.5.1

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.8.0) (2024-08-15)


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.io/tokens",
"author": "Leather.io [email protected]",
"description": "Shared design tokens",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens",
"repository": {
Expand Down
25 changes: 25 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,31 @@
* dependencies
* @leather.io/utils bumped to 0.12.0

## [1.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.13.0) (2024-08-21)


### Features

* mobile ui svg icons ([126f912](https://github.com/leather-io/mono/commit/126f91283ac8a9b0c2aa15d9dc4d91681b6e7376))


### Bug Fixes

* move dialog footer to monorepo, ref leather-wallet/extension[#5248](https://github.com/leather-io/mono/issues/5248) ([a7bb3b9](https://github.com/leather-io/mono/commit/a7bb3b98221e99d7a77b2f2c9662ed8d27dc17b7))
* ui storybook ([6e2d1b2](https://github.com/leather-io/mono/commit/6e2d1b2e56196a960748fe8377758b0cac96c08a))
* update minHeight of dialog header, ref leather-wallet/extension[#5734](https://github.com/leather-io/mono/issues/5734) ([e5615eb](https://github.com/leather-io/mono/commit/e5615eb33d4c76a5fc8a5d6dd5a2ad89dc7a8baf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/tokens bumped to 0.8.1
* @leather.io/utils bumped to 0.13.1
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0
* @leather.io/panda-preset bumped to 0.3.7

## [1.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.12.0) (2024-08-15)


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.io/ui",
"version": "1.12.0",
"version": "1.13.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,24 @@
* @leather.io/models bumped to 0.11.0
* @leather.io/rpc bumped to 2.1.2

## [0.13.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.13.1) (2024-08-21)


### Bug Fixes

* prevent unnecessary nft requerying ([06603c9](https://github.com/leather-io/mono/commit/06603c91048e1e517bbfaaace8e94edb25fbd751))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.9.1
* @leather.io/models bumped to 0.12.1
* @leather.io/rpc bumped to 2.1.5
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.13.0) (2024-08-15)


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

0 comments on commit 1713a85

Please sign in to comment.