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 Nov 19, 2024
1 parent 3dc1d21 commit ab26689
Show file tree
Hide file tree
Showing 23 changed files with 186 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "1.51.0",
"packages/analytics": "2.0.0",
"packages/bitcoin": "0.16.3",
"apps/mobile": "1.52.0",
"packages/analytics": "2.0.1",
"packages/bitcoin": "0.16.4",
"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.1",
"packages/query": "2.22.2",
"packages/tokens": "0.12.0",
"packages/panda-preset": "0.5.2",
"packages/query": "2.22.3",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.16",
"packages/ui": "1.35.0",
"packages/utils": "0.18.0",
"packages/crypto": "1.6.10",
"packages/stacks": "1.3.3"
"packages/rpc": "2.1.17",
"packages/ui": "1.36.0",
"packages/utils": "0.19.0",
"packages/crypto": "1.6.11",
"packages/stacks": "1.3.4"
}
32 changes: 32 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,38 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.16.2

## [1.52.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.52.0) (2024-11-19)


### Features

* add a setting to disable haptics in the app ([c232939](https://github.com/leather-io/mono/commit/c23293957e3509ff12ba23b5a1530a64ee651b08))
* add haptics support to Pressable ([9551ed6](https://github.com/leather-io/mono/commit/9551ed6f53f1c92121f31660f5d4dbd1bca3e59b))


### Bug Fixes

* make ItemLayout full-width and match designs ([8bb0059](https://github.com/leather-io/mono/commit/8bb00594a16805d201a37016390bab70de1a5bae))
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 2.0.1
* @leather.io/bitcoin bumped to 0.16.4
* @leather.io/crypto bumped to 1.6.11
* @leather.io/query bumped to 2.22.3
* @leather.io/rpc bumped to 2.1.17
* @leather.io/stacks bumped to 1.3.4
* @leather.io/tokens bumped to 0.12.1
* @leather.io/ui bumped to 1.36.0
* @leather.io/utils bumped to 0.19.0
* devDependencies
* @leather.io/bitcoin bumped to 0.16.4

## [1.51.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.51.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.51.0",
"version": "1.52.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
8 changes: 8 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v2.0.1) (2024-11-19)


### Bug Fixes

* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))

## [2.0.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v2.0.0) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/analytics",
"author": "Leather.io [email protected]",
"description": "Analytics package for Leather using Segment",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,24 @@
* @leather.io/crypto bumped to 1.6.10
* @leather.io/utils bumped to 0.18.0

## [0.16.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.4) (2024-11-19)


### Bug Fixes

* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.11
* @leather.io/utils bumped to 0.19.0
* devDependencies
* @leather.io/rpc bumped to 2.1.17

## [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.3",
"version": "0.16.4",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,21 @@
* dependencies
* @leather.io/utils bumped to 0.18.0

## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.11) (2024-11-19)


### Bug Fixes

* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.19.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.10",
"version": "1.6.11",
"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 @@ -78,6 +78,12 @@
* devDependencies
* @leather.io/tokens bumped to 0.12.0

### Dependencies

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

## [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.1",
"version": "0.5.2",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,23 @@
* @leather.io/bitcoin bumped to 0.16.3
* @leather.io/utils bumped to 0.18.0

## [2.22.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.22.3) (2024-11-19)


### Bug Fixes

* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.16.4
* @leather.io/rpc bumped to 2.1.17
* @leather.io/utils bumped to 0.19.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.2",
"version": "2.22.3",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@
* dependencies
* @leather.io/models bumped to 0.19.1

## [2.1.17](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.17) (2024-11-19)


### Bug Fixes

* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))

## [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.16",
"version": "2.1.17",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
* @leather.io/crypto bumped to 1.6.10
* @leather.io/utils bumped to 0.18.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.11
* @leather.io/utils bumped to 0.19.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.3",
"version": "1.3.4",
"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.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.1) (2024-11-19)


### Bug Fixes

* make ItemLayout full-width and match designs ([8bb0059](https://github.com/leather-io/mono/commit/8bb00594a16805d201a37016390bab70de1a5bae))

## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.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.12.0",
"version": "0.12.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 @@ -135,6 +135,31 @@
* devDependencies
* @leather.io/models bumped to 0.19.1

## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.36.0) (2024-11-19)


### Features

* add a setting to disable haptics in the app ([c232939](https://github.com/leather-io/mono/commit/c23293957e3509ff12ba23b5a1530a64ee651b08))
* add haptics support to Pressable ([9551ed6](https://github.com/leather-io/mono/commit/9551ed6f53f1c92121f31660f5d4dbd1bca3e59b))


### Bug Fixes

* make ItemLayout full-width and match designs ([8bb0059](https://github.com/leather-io/mono/commit/8bb00594a16805d201a37016390bab70de1a5bae))
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/tokens bumped to 0.12.1
* @leather.io/utils bumped to 0.19.0
* devDependencies
* @leather.io/panda-preset bumped to 0.5.2

## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.35.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.35.0",
"version": "1.36.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
21 changes: 21 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,27 @@
* @leather.io/models bumped to 0.19.1
* @leather.io/rpc bumped to 2.1.16

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


### Features

* add a setting to disable haptics in the app ([c232939](https://github.com/leather-io/mono/commit/c23293957e3509ff12ba23b5a1530a64ee651b08))
* add haptics support to Pressable ([9551ed6](https://github.com/leather-io/mono/commit/9551ed6f53f1c92121f31660f5d4dbd1bca3e59b))


### Bug Fixes

* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/rpc bumped to 2.1.17

## [0.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.18.0) (2024-11-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.18.0",
"version": "0.19.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils",
"repository": {
Expand Down

0 comments on commit ab26689

Please sign in to comment.