Skip to content

Commit

Permalink
chore: release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leather-bot committed Nov 27, 2024
1 parent 1484830 commit e1d9775
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 6 deletions.
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.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/panda-preset": "0.5.3",
"packages/query": "2.23.2",
"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
14 changes: 14 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,20 @@
* 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

* hide the scrollbar on accounts and collectibles widgets ([489b500](https://github.com/leather-io/mono/commit/489b5009318412786fdd98f19b9fc2921b504c1c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @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
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

0 comments on commit e1d9775

Please sign in to comment.