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 Dec 13, 2024
1 parent 45a1f12 commit 015f4ca
Show file tree
Hide file tree
Showing 23 changed files with 151 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": "2.1.3",
"packages/analytics": "3.0.2",
"packages/bitcoin": "0.19.5",
"packages/constants": "0.15.0",
"apps/mobile": "2.2.0",
"packages/analytics": "3.0.3",
"packages/bitcoin": "0.19.6",
"packages/constants": "0.15.1",
"packages/eslint-config": "0.7.0",
"packages/models": "0.24.0",
"packages/models": "0.24.1",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.8.0",
"packages/query": "2.26.6",
"packages/query": "2.26.7",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.3.0",
"packages/ui": "1.43.1",
"packages/utils": "0.22.2",
"packages/crypto": "1.6.22",
"packages/stacks": "1.5.7"
"packages/rpc": "2.3.1",
"packages/ui": "1.44.0",
"packages/utils": "0.22.3",
"packages/crypto": "1.6.23",
"packages/stacks": "1.5.8"
}
30 changes: 30 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,36 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.19.5

## [2.2.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.0) (2024-12-13)


### Features

* add haptics to account cards & wallet creation flow ([6e6d795](https://github.com/leather-io/mono/commit/6e6d795ee94eb38547cad880be16c64afa115147))


### Bug Fixes

* dismiss keyboard onPaste if text change matches clipboard, ref LEA-1789 ([bf5950f](https://github.com/leather-io/mono/commit/bf5950fcfed60e9cb8580a62a4a75488da6ab21a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 3.0.3
* @leather.io/bitcoin bumped to 0.19.6
* @leather.io/constants bumped to 0.15.1
* @leather.io/crypto bumped to 1.6.23
* @leather.io/models bumped to 0.24.1
* @leather.io/query bumped to 2.26.7
* @leather.io/rpc bumped to 2.3.1
* @leather.io/stacks bumped to 1.5.8
* @leather.io/ui bumped to 1.44.0
* @leather.io/utils bumped to 0.22.3
* devDependencies
* @leather.io/bitcoin bumped to 0.19.6

## [2.1.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.1.2) (2024-12-12)


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": "2.1.3",
"version": "2.2.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

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

## [3.0.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.0.2) (2024-12-09)


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": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,25 @@
* devDependencies
* @leather.io/rpc bumped to 2.3.0

## [0.19.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.6) (2024-12-13)


### Bug Fixes

* make p2tr payments more permissive ([6f79d06](https://github.com/leather-io/mono/commit/6f79d06dd71d9f796980021d520ea6c9cbe35df0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.15.1
* @leather.io/crypto bumped to 1.6.23
* @leather.io/models bumped to 0.24.1
* @leather.io/utils bumped to 0.22.3
* devDependencies
* @leather.io/rpc bumped to 2.3.1

## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.0) (2024-12-04)


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.19.5",
"version": "0.19.6",
"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 @@ -91,6 +91,12 @@
* dependencies
* @leather.io/models bumped to 0.24.0

### Dependencies

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

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


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.15.0",
"version": "0.15.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 @@ -162,6 +162,12 @@
* dependencies
* @leather.io/utils bumped to 0.22.2

### Dependencies

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

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


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.22",
"version": "1.6.23",
"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.24.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.24.1) (2024-12-13)


### Bug Fixes

* testnet ordering ([c98c69f](https://github.com/leather-io/mono/commit/c98c69f0db00449232adcb2775ebb4a3d7c7fbc4))

## [0.24.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.24.0) (2024-12-03)


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.24.0",
"version": "0.24.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 @@ -237,6 +237,16 @@
* @leather.io/rpc bumped to 2.3.0
* @leather.io/utils bumped to 0.22.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.6
* @leather.io/constants bumped to 0.15.1
* @leather.io/models bumped to 0.24.1
* @leather.io/rpc bumped to 2.3.1
* @leather.io/utils bumped to 0.22.3

## [2.26.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.5) (2024-12-12)


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.26.6",
"version": "2.26.7",
"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 @@ -168,6 +168,12 @@
* dependencies
* @leather.io/models bumped to 0.24.0

### Dependencies

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

## [2.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.3.0) (2024-12-12)


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.3.0",
"version": "2.3.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@
* @leather.io/crypto bumped to 1.6.22
* @leather.io/utils bumped to 0.22.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.15.1
* @leather.io/crypto bumped to 1.6.23
* @leather.io/models bumped to 0.24.1
* @leather.io/utils bumped to 0.22.3

## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.0) (2024-11-29)


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

## [1.44.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.0) (2024-12-13)


### Features

* add border to approver footer ([45a1f12](https://github.com/leather-io/mono/commit/45a1f1259741f00b1255e54061544099b9ef284d))
* add haptics to account cards & wallet creation flow ([6e6d795](https://github.com/leather-io/mono/commit/6e6d795ee94eb38547cad880be16c64afa115147))


### Bug Fixes

* chevron in item layout ([7952755](https://github.com/leather-io/mono/commit/795275585e495a39a2ef83054ce624cd794462bd))


### Dependencies

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

## [1.43.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.43.0) (2024-12-12)


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.43.1",
"version": "1.44.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 @@ -187,6 +187,14 @@
* dependencies
* @leather.io/rpc bumped to 2.3.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.15.1
* @leather.io/models bumped to 0.24.1
* @leather.io/rpc bumped to 2.3.1

## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.22.0) (2024-12-10)


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

0 comments on commit 015f4ca

Please sign in to comment.