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 13, 2024
1 parent 52fd74d commit 75da079
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"apps/mobile": "1.49.0",
"apps/mobile": "1.49.1",
"packages/analytics": "2.0.0",
"packages/bitcoin": "0.16.1",
"packages/constants": "0.13.1",
"packages/eslint-config": "0.7.0",
"packages/models": "0.19.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.4.3",
"packages/query": "2.21.0",
"packages/query": "2.21.1",
"packages/tokens": "0.10.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.15",
Expand Down
6 changes: 6 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@
* @leather.io/tokens bumped to 0.10.0
* @leather.io/ui bumped to 1.32.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/query bumped to 2.21.1

## [1.49.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.49.0) (2024-11-13)


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.49.0",
"version": "1.49.1",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@
* @leather.io/rpc bumped to 2.1.12
* @leather.io/utils bumped to 0.16.5

## [2.21.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.21.1) (2024-11-13)


### Bug Fixes

* **query:** bns schemas, exports ([52fd74d](https://github.com/leather-io/mono/commit/52fd74d460c1dcef08d092587ab88a5b17bf6ca6))

## [2.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.21.0) (2024-11-13)


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

0 comments on commit 75da079

Please sign in to comment.