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 9, 2024
1 parent 83caa84 commit af7f990
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "2.0.3",
"apps/mobile": "2.0.4",
"packages/analytics": "3.0.0",
"packages/bitcoin": "0.19.0",
"packages/constants": "0.14.0",
"packages/bitcoin": "0.19.1",
"packages/constants": "0.14.1",
"packages/eslint-config": "0.7.0",
"packages/models": "0.24.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.6.0",
"packages/query": "2.26.1",
"packages/query": "2.26.2",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.22",
"packages/ui": "1.41.0",
"packages/utils": "0.21.1",
"packages/crypto": "1.6.17",
"packages/stacks": "1.5.2"
"packages/ui": "1.41.1",
"packages/utils": "0.21.2",
"packages/crypto": "1.6.18",
"packages/stacks": "1.5.3"
}
23 changes: 23 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,29 @@
* dependencies
* @leather.io/ui bumped to 1.41.0

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


### Bug Fixes

* add support links and text updates, ref #LEA-1835 ([8103cac](https://github.com/leather-io/mono/commit/8103cac687c2df10a8df81d511c43e38bb11c92b))
* only show support links if they go somewhere, ref #LEA-1835 ([83caa84](https://github.com/leather-io/mono/commit/83caa84a7f247c4438719e6cd3625b200ab203fd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.1
* @leather.io/constants bumped to 0.14.1
* @leather.io/crypto bumped to 1.6.18
* @leather.io/query bumped to 2.26.2
* @leather.io/stacks bumped to 1.5.3
* @leather.io/ui bumped to 1.41.1
* @leather.io/utils bumped to 0.21.2
* devDependencies
* @leather.io/bitcoin bumped to 0.19.1

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


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.14.1
* @leather.io/crypto bumped to 1.6.18
* @leather.io/utils bumped to 0.21.2

## [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.0",
"version": "0.19.1",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@
* dependencies
* @leather.io/models bumped to 0.24.0

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


### Bug Fixes

* add support links and text updates, ref #LEA-1835 ([8103cac](https://github.com/leather-io/mono/commit/8103cac687c2df10a8df81d511c43e38bb11c92b))
* only show support links if they go somewhere, ref #LEA-1835 ([83caa84](https://github.com/leather-io/mono/commit/83caa84a7f247c4438719e6cd3625b200ab203fd))

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


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.14.0",
"version": "0.14.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 @@ -132,6 +132,12 @@
* dependencies
* @leather.io/utils bumped to 0.21.1

### Dependencies

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

## [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.17",
"version": "1.6.18",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@
* @leather.io/rpc bumped to 2.1.20
* @leather.io/utils bumped to 0.20.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.1
* @leather.io/constants bumped to 0.14.1
* @leather.io/utils bumped to 0.21.2

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


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.1",
"version": "2.26.2",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@
* @leather.io/crypto bumped to 1.6.17
* @leather.io/utils bumped to 0.21.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.14.1
* @leather.io/crypto bumped to 1.6.18
* @leather.io/utils bumped to 0.21.2

## [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.2",
"version": "1.5.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,20 @@
* devDependencies
* @leather.io/models bumped to 0.24.0

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


### Bug Fixes

* only show support links if they go somewhere, ref #LEA-1835 ([83caa84](https://github.com/leather-io/mono/commit/83caa84a7f247c4438719e6cd3625b200ab203fd))


### Dependencies

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

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


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.14.1

## [0.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.21.0) (2024-12-03)


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

0 comments on commit af7f990

Please sign in to comment.