Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release dev #612

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"apps/mobile": "1.48.1",
"apps/mobile": "1.49.0",
"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.20.0",
"packages/query": "2.21.0",
"packages/tokens": "0.10.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.15",
"packages/ui": "1.32.2",
"packages/ui": "1.33.0",
"packages/utils": "0.17.0",
"packages/crypto": "1.6.8",
"packages/stacks": "1.3.1"
Expand Down
16 changes: 16 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,22 @@
* @leather.io/tokens bumped to 0.10.0
* @leather.io/ui bumped to 1.32.2

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


### Features

* add account card press animation ([b61f008](https://github.com/leather-io/mono/commit/b61f008ee1735e95a55887a2fa02e53f9b6fc66e))
* send select asset sheet, closes LEA-1643 and LEA-1628 ([4937d9b](https://github.com/leather-io/mono/commit/4937d9b8c4d7c9036716790f716c9201d1c6ac14))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/query bumped to 2.21.0
* @leather.io/ui bumped to 1.33.0

## [1.48.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.48.0) (2024-11-06)


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

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


### Features

* add bns v2 client and zonefile request ([b4ec0e5](https://github.com/leather-io/mono/commit/b4ec0e50ec52944004469710a66128750985bc6b))


### Bug Fixes

* bns-v2-sdk patch ([9b342af](https://github.com/leather-io/mono/commit/9b342afc8257b27204f26362adf17357bbb37ddd))

## [2.20.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.20.0) (2024-11-06)


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.20.0",
"version": "2.21.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,19 @@
* devDependencies
* @leather.io/panda-preset bumped to 0.4.3

## [1.33.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.33.0) (2024-11-13)


### Features

* add account card press animation ([b61f008](https://github.com/leather-io/mono/commit/b61f008ee1735e95a55887a2fa02e53f9b6fc66e))
* send select asset sheet, closes LEA-1643 and LEA-1628 ([4937d9b](https://github.com/leather-io/mono/commit/4937d9b8c4d7c9036716790f716c9201d1c6ac14))


### Bug Fixes

* improve mobile Pressable ([5b66d72](https://github.com/leather-io/mono/commit/5b66d7235b521262e927ce980b60d08795e22f95))

## [1.32.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.32.0) (2024-11-05)


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.32.2",
"version": "1.33.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
Loading