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 #659

Merged
merged 1 commit into from
Nov 27, 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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"apps/mobile": "1.54.0",
"apps/mobile": "1.54.1",
"packages/analytics": "2.0.1",
"packages/bitcoin": "0.17.0",
"packages/constants": "0.13.5",
"packages/eslint-config": "0.7.0",
"packages/models": "0.22.0",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.5.2",
"packages/query": "2.23.2",
"packages/panda-preset": "0.5.3",
"packages/query": "2.23.3",
"packages/tokens": "0.12.1",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.20",
"packages/ui": "1.38.0",
"packages/ui": "1.39.0",
"packages/utils": "0.20.0",
"packages/crypto": "1.6.14",
"packages/stacks": "1.4.0"
Expand Down
19 changes: 19 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,25 @@
* devDependencies
* @leather.io/bitcoin bumped to 0.16.6

## [1.54.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.54.1) (2024-11-27)


### Bug Fixes

* adjust width of create account card, ref LEA-1786 ([79ebbac](https://github.com/leather-io/mono/commit/79ebbac923b9922fdcfde814d6b5e327fb917983))
* disable click of My Accounts if no accounts created ref LEA-1783 ([1c898ae](https://github.com/leather-io/mono/commit/1c898aec65dd436bcb40652859571155471ec500))
* hide developer menu for non production builds, ref LEA-1796 ([36f4e88](https://github.com/leather-io/mono/commit/36f4e886391644a541f44b7768ca05435e39197f))
* hide the scrollbar on accounts and collectibles widgets ([489b500](https://github.com/leather-io/mono/commit/489b5009318412786fdd98f19b9fc2921b504c1c))
* only show tokenlist if the user has wallets, ref #LEA-1787 ([8faf418](https://github.com/leather-io/mono/commit/8faf4186f2363d6e93a90967085fa8f3ceb428ea))


### Dependencies

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

## [1.54.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.54.0) (2024-11-26)


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.54.0",
"version": "1.54.1",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
7 changes: 7 additions & 0 deletions packages/panda-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
* devDependencies
* @leather.io/tokens bumped to 0.12.1

## [0.5.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.5.3) (2024-11-27)


### Bug Fixes

* button spinner color ([3d1d6f8](https://github.com/leather-io/mono/commit/3d1d6f86a913d83cabeca4a99665294b6cee7de7))

## [0.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.5.0) (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/panda-preset",
"author": "Leather, LLC",
"description": "Leather styles package",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@
* @leather.io/rpc bumped to 2.1.20
* @leather.io/utils bumped to 0.20.0

## [2.23.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.23.3) (2024-11-27)


### Bug Fixes

* add sbtc config to wallet config ([2ff7961](https://github.com/leather-io/mono/commit/2ff7961e9d9b25d7814054675adf73cfee392d51))

## [2.23.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.23.2) (2024-11-26)


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.23.2",
"version": "2.23.3",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,26 @@
* devDependencies
* @leather.io/models bumped to 0.21.0

## [1.39.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.39.0) (2024-11-27)


### Features

* add user icon ([1484830](https://github.com/leather-io/mono/commit/1484830fc8c176886fff88fb34f905281bda0c03))
* export slider ([9df7fbd](https://github.com/leather-io/mono/commit/9df7fbda64d67286ac4f2fe0bd56fb75f8cd0774))


### Bug Fixes

* button spinner color ([3d1d6f8](https://github.com/leather-io/mono/commit/3d1d6f86a913d83cabeca4a99665294b6cee7de7))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/panda-preset bumped to 0.5.3

## [1.38.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.38.0) (2024-11-26)


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