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 #625

Merged
merged 1 commit into from
Nov 15, 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
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "1.50.0",
"apps/mobile": "1.50.1",
"packages/analytics": "2.0.0",
"packages/bitcoin": "0.16.1",
"packages/constants": "0.13.1",
"packages/bitcoin": "0.16.2",
"packages/constants": "0.13.2",
"packages/eslint-config": "0.7.0",
"packages/models": "0.19.0",
"packages/models": "0.19.1",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.5.0",
"packages/query": "2.22.0",
"packages/query": "2.22.1",
"packages/tokens": "0.11.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.15",
"packages/ui": "1.34.0",
"packages/utils": "0.17.0",
"packages/crypto": "1.6.8",
"packages/stacks": "1.3.1"
"packages/rpc": "2.1.16",
"packages/ui": "1.34.1",
"packages/utils": "0.17.1",
"packages/crypto": "1.6.9",
"packages/stacks": "1.3.2"
}
16 changes: 16 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,22 @@
* dependencies
* @leather.io/query bumped to 2.21.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.2
* @leather.io/constants bumped to 0.13.2
* @leather.io/crypto bumped to 1.6.9
* @leather.io/models bumped to 0.19.1
* @leather.io/query bumped to 2.22.1
* @leather.io/rpc bumped to 2.1.16
* @leather.io/stacks bumped to 1.3.2
* @leather.io/ui bumped to 1.34.1
* @leather.io/utils bumped to 0.17.1
* devDependencies
* @leather.io/bitcoin bumped to 0.16.2

## [1.50.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.50.0) (2024-11-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.50.0",
"version": "1.50.1",
"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 @@ -259,6 +259,17 @@
* devDependencies
* @leather.io/rpc bumped to 2.1.15

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.2
* @leather.io/crypto bumped to 1.6.9
* @leather.io/models bumped to 0.19.1
* @leather.io/utils bumped to 0.17.1
* devDependencies
* @leather.io/rpc bumped to 2.1.16

## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.0) (2024-11-05)


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.16.1",
"version": "0.16.2",
"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 @@ -55,6 +55,12 @@
* dependencies
* @leather.io/models bumped to 0.19.0

### Dependencies

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

## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.13.0) (2024-10-30)


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.13.1",
"version": "0.13.2",
"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 @@ -84,6 +84,12 @@
* dependencies
* @leather.io/utils bumped to 0.17.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.17.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.8",
"version": "1.6.9",
"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.19.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.19.1) (2024-11-15)


### Bug Fixes

* incorrect port on sbtc dev env mempool.space instance ([9c24dfb](https://github.com/leather-io/mono/commit/9c24dfb62e62b40e9e7baa47907f09dedeb06005))

## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.19.0) (2024-11-06)


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.19.0",
"version": "0.19.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@
* @leather.io/rpc bumped to 2.1.12
* @leather.io/utils bumped to 0.16.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.2
* @leather.io/constants bumped to 0.13.2
* @leather.io/models bumped to 0.19.1
* @leather.io/rpc bumped to 2.1.16
* @leather.io/utils bumped to 0.17.1

## [2.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.22.0) (2024-11-15)


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.22.0",
"version": "2.22.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 @@ -132,6 +132,12 @@
* dependencies
* @leather.io/models bumped to 0.19.0

### Dependencies

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

## [2.1.14](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.14) (2024-10-30)


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.15",
"version": "2.1.16",
"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 @@ -102,6 +102,14 @@
* @leather.io/models bumped to 0.19.0
* @leather.io/utils bumped to 0.17.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.9
* @leather.io/models bumped to 0.19.1
* @leather.io/utils bumped to 0.17.1

## [1.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.3.0) (2024-11-05)


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.3.1",
"version": "1.3.2",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
* devDependencies
* @leather.io/panda-preset bumped to 0.4.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.17.1
* devDependencies
* @leather.io/models bumped to 0.19.1

## [1.34.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.34.0) (2024-11-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.34.0",
"version": "1.34.1",
"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 @@ -131,6 +131,14 @@
* @leather.io/models bumped to 0.18.2
* @leather.io/rpc bumped to 2.1.13

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.13.2
* @leather.io/models bumped to 0.19.1
* @leather.io/rpc bumped to 2.1.16

## [0.17.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.17.0) (2024-11-06)


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