Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release dev #468

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"apps/mobile": "1.35.0",
"packages/bitcoin": "0.13.0",
"packages/constants": "0.11.0",
"apps/mobile": "1.36.0",
"packages/bitcoin": "0.13.1",
"packages/constants": "0.12.0",
"packages/eslint-config": "0.7.0",
"packages/models": "0.15.0",
"packages/models": "0.16.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.3.8",
"packages/query": "2.12.0",
"packages/panda-preset": "0.4.0",
"packages/query": "2.13.0",
"packages/tokens": "0.9.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.8",
"packages/ui": "1.22.0",
"packages/utils": "0.16.0",
"packages/crypto": "1.6.0",
"packages/stacks": "1.1.3"
"packages/rpc": "2.1.9",
"packages/ui": "1.23.0",
"packages/utils": "0.16.1",
"packages/crypto": "1.6.1",
"packages/stacks": "1.1.4"
}
23 changes: 23 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,29 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.11.3

## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.36.0) (2024-09-24)


### Features

* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.13.1
* @leather.io/constants bumped to 0.12.0
* @leather.io/crypto bumped to 1.6.1
* @leather.io/models bumped to 0.16.0
* @leather.io/rpc bumped to 2.1.9
* @leather.io/stacks bumped to 1.1.4
* @leather.io/ui bumped to 1.23.0
* @leather.io/utils bumped to 0.16.1
* devDependencies
* @leather.io/bitcoin bumped to 0.13.1

## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.35.0) (2024-09-20)


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.35.0",
"version": "1.36.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
11 changes: 11 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,17 @@
* devDependencies
* @leather.io/rpc bumped to 2.1.7

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.12.0
* @leather.io/crypto bumped to 1.6.1
* @leather.io/models bumped to 0.16.0
* @leather.io/utils bumped to 0.16.1
* devDependencies
* @leather.io/rpc bumped to 2.1.9

## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.13.0) (2024-09-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.io/bitcoin",
"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/bitcoin",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.12.0) (2024-09-24)


### Features

* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b))


### Dependencies

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

## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.11.0) (2024-09-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.io/constants",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.11.0",
"version": "0.12.0",
"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 @@ -36,6 +36,12 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

### Dependencies

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

## [1.6.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.0) (2024-09-20)


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.6.0",
"version": "1.6.1",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.16.0) (2024-09-24)


### Features

* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b))

## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.15.0) (2024-09-20)


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.15.0",
"version": "0.16.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/panda-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
* devDependencies
* @leather.io/tokens bumped to 0.9.0

## [0.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.4.0) (2024-09-24)


### Features

* **ui:** approver ([df513b3](https://github.com/leather-io/mono/commit/df513b35a6f6ad3bfc22b458281907a3e46766a8))

## [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.8",
"version": "0.4.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,24 @@
* @leather.io/bitcoin bumped to 0.12.1
* @leather.io/utils bumped to 0.14.0

## [2.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.13.0) (2024-09-24)


### Features

* cache utxos and stacks balance for 1 week, closes leather-io/issues[#287](https://github.com/leather-io/mono/issues/287) ([fd953c8](https://github.com/leather-io/mono/commit/fd953c8bcc3dda0403a12cbe735eec1cf09229b2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.13.1
* @leather.io/constants bumped to 0.12.0
* @leather.io/models bumped to 0.16.0
* @leather.io/rpc bumped to 2.1.9
* @leather.io/utils bumped to 0.16.1

## [2.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.12.0) (2024-09-20)


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.12.0",
"version": "2.13.0",
"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 @@ -96,6 +96,12 @@
* dependencies
* @leather.io/models bumped to 0.14.0

### Dependencies

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

## [2.1.8](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.8) (2024-09-20)


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.8",
"version": "2.1.9",
"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
Expand Up @@ -46,6 +46,14 @@
* @leather.io/models bumped to 0.15.0
* @leather.io/utils bumped to 0.16.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.1
* @leather.io/models bumped to 0.16.0
* @leather.io/utils bumped to 0.16.1

## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.1.0) (2024-09-06)


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.1.3",
"version": "1.1.4",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,23 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

## [1.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.23.0) (2024-09-24)


### Features

* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b))
* **ui:** approver ([df513b3](https://github.com/leather-io/mono/commit/df513b35a6f6ad3bfc22b458281907a3e46766a8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.16.1
* devDependencies
* @leather.io/panda-preset bumped to 0.4.0

## [1.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.22.0) (2024-09-20)


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.22.0",
"version": "1.23.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
* dependencies
* @leather.io/constants bumped to 0.9.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.12.0
* @leather.io/models bumped to 0.16.0
* @leather.io/rpc bumped to 2.1.9

## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.16.0) (2024-09-20)


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.16.0",
"version": "0.16.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils",
"repository": {
Expand Down
Loading