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 edgarkhanzadian committed Nov 18, 2024
1 parent 314a880 commit a8c0c84
Show file tree
Hide file tree
Showing 19 changed files with 104 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "1.50.1",
"apps/mobile": "1.51.0",
"packages/analytics": "2.0.0",
"packages/bitcoin": "0.16.2",
"packages/bitcoin": "0.16.3",
"packages/constants": "0.13.2",
"packages/eslint-config": "0.7.0",
"packages/models": "0.19.1",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.5.0",
"packages/query": "2.22.1",
"packages/tokens": "0.11.0",
"packages/panda-preset": "0.5.1",
"packages/query": "2.22.2",
"packages/tokens": "0.12.0",
"packages/tsconfig-config": "0.6.0",
"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"
"packages/ui": "1.35.0",
"packages/utils": "0.18.0",
"packages/crypto": "1.6.10",
"packages/stacks": "1.3.3"
}
22 changes: 22 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,28 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.16.2

## [1.51.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.51.0) (2024-11-15)


### Features

* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.3
* @leather.io/crypto bumped to 1.6.10
* @leather.io/query bumped to 2.22.2
* @leather.io/stacks bumped to 1.3.3
* @leather.io/tokens bumped to 0.12.0
* @leather.io/ui bumped to 1.35.0
* @leather.io/utils bumped to 0.18.0
* devDependencies
* @leather.io/bitcoin bumped to 0.16.3

## [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.1",
"version": "1.51.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
7 changes: 7 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@
* devDependencies
* @leather.io/rpc bumped to 2.1.16

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.10
* @leather.io/utils bumped to 0.18.0

## [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.2",
"version": "0.16.3",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"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 @@ -90,6 +90,12 @@
* dependencies
* @leather.io/utils bumped to 0.17.1

### Dependencies

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

## [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.9",
"version": "1.6.10",
"license": "MIT",
"scripts": {
"build": "tsup",
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 @@ -72,6 +72,12 @@
* devDependencies
* @leather.io/tokens bumped to 0.10.0

### Dependencies

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

## [0.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.5.0) (2024-11-15)


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.5.0",
"version": "0.5.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@
* @leather.io/rpc bumped to 2.1.16
* @leather.io/utils bumped to 0.17.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.3
* @leather.io/utils bumped to 0.18.0

## [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.1",
"version": "2.22.2",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
* @leather.io/models bumped to 0.19.1
* @leather.io/utils bumped to 0.17.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.10
* @leather.io/utils bumped to 0.18.0

## [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.2",
"version": "1.3.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tokens/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.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.0) (2024-11-15)


### Features

* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72))

## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.11.0) (2024-11-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.11.0",
"version": "0.12.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,23 @@
* devDependencies
* @leather.io/models bumped to 0.19.1

## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.35.0) (2024-11-15)


### Features

* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/tokens bumped to 0.12.0
* @leather.io/utils bumped to 0.18.0
* devDependencies
* @leather.io/panda-preset bumped to 0.5.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.1",
"version": "1.35.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@
* @leather.io/models bumped to 0.19.1
* @leather.io/rpc bumped to 2.1.16

## [0.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.18.0) (2024-11-15)


### Features

* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72))

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

0 comments on commit a8c0c84

Please sign in to comment.