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 2193733 commit 8d70aba
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apps/mobile": "2.0.4",
"apps/mobile": "2.0.5",
"packages/analytics": "3.0.0",
"packages/bitcoin": "0.19.1",
"packages/bitcoin": "0.19.2",
"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.2",
"packages/query": "2.26.3",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.22",
"packages/ui": "1.41.1",
"packages/utils": "0.21.2",
"packages/crypto": "1.6.18",
"packages/stacks": "1.5.3"
"packages/ui": "1.41.2",
"packages/utils": "0.21.3",
"packages/crypto": "1.6.19",
"packages/stacks": "1.5.4"
}
13 changes: 13 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,19 @@
* dependencies
* @leather.io/ui bumped to 1.41.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.19.2
* @leather.io/crypto bumped to 1.6.19
* @leather.io/query bumped to 2.26.3
* @leather.io/stacks bumped to 1.5.4
* @leather.io/ui bumped to 1.41.2
* @leather.io/utils bumped to 0.21.3
* devDependencies
* @leather.io/bitcoin bumped to 0.19.2

## [2.0.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.0.4) (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.4",
"version": "2.0.5",
"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 @@ -329,6 +329,13 @@
* @leather.io/crypto bumped to 1.6.18
* @leather.io/utils bumped to 0.21.2

### Dependencies

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

## [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.1",
"version": "0.19.2",
"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 @@ -138,6 +138,12 @@
* dependencies
* @leather.io/utils bumped to 0.21.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.21.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.18",
"version": "1.6.19",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@
* @leather.io/constants bumped to 0.14.1
* @leather.io/utils bumped to 0.21.2

### Dependencies

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

## [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.2",
"version": "2.26.3",
"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 @@ -165,6 +165,13 @@
* @leather.io/crypto bumped to 1.6.18
* @leather.io/utils bumped to 0.21.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/crypto bumped to 1.6.19
* @leather.io/utils bumped to 0.21.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.3",
"version": "1.5.4",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
* devDependencies
* @leather.io/models bumped to 0.24.0

### Dependencies

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

## [1.41.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.41.1) (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.1",
"version": "1.41.2",
"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 @@ -175,6 +175,13 @@
* dependencies
* @leather.io/constants bumped to 0.14.1

## [0.21.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.21.3) (2024-12-09)


### Bug Fixes

* remove number conversion in sumMoney utility ([2193733](https://github.com/leather-io/mono/commit/2193733cccaf6ebc3eb87d1bcf84a35ac54dfa12))

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

0 comments on commit 8d70aba

Please sign in to comment.