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 alter-eggo committed Nov 15, 2024
1 parent cc72906 commit 96840fa
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"apps/mobile": "1.49.1",
"apps/mobile": "1.50.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.21.1",
"packages/tokens": "0.10.0",
"packages/panda-preset": "0.5.0",
"packages/query": "2.22.0",
"packages/tokens": "0.11.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.15",
"packages/ui": "1.33.0",
"packages/ui": "1.34.0",
"packages/utils": "0.17.0",
"packages/crypto": "1.6.8",
"packages/stacks": "1.3.1"
Expand Down
17 changes: 17 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,23 @@
* dependencies
* @leather.io/query bumped to 2.21.1

## [1.50.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.50.0) (2024-11-15)


### Features

* add z-index scale ([7361358](https://github.com/leather-io/mono/commit/73613585e4e01939a688ab56a291be5bf3d0347b))
* send form, closes LEA-1649 and LEA-1651 ([253dc13](https://github.com/leather-io/mono/commit/253dc134d002b7b2fabcfceb41940df7fb3a901a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/query bumped to 2.22.0
* @leather.io/tokens bumped to 0.11.0
* @leather.io/ui bumped to 1.34.0

## [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.1",
"version": "1.50.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
14 changes: 14 additions & 0 deletions packages/panda-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
* devDependencies
* @leather.io/tokens bumped to 0.10.0

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


### Features

* add z-index scale ([7361358](https://github.com/leather-io/mono/commit/73613585e4e01939a688ab56a291be5bf3d0347b))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/tokens bumped to 0.11.0

## [0.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.4.0) (2024-09-24)


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.4.3",
"version": "0.5.0",
"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 @@ -169,6 +169,13 @@
* @leather.io/rpc bumped to 2.1.12
* @leather.io/utils bumped to 0.16.5

## [2.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.22.0) (2024-11-15)


### Features

* fetch stacks name owner by bns name ([cc72906](https://github.com/leather-io/mono/commit/cc72906af61a5266568950093154d4d064d6260e))

## [2.21.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.21.1) (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.1",
"version": "2.22.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.11.0) (2024-11-15)


### Features

* add z-index scale ([7361358](https://github.com/leather-io/mono/commit/73613585e4e01939a688ab56a291be5bf3d0347b))

## [0.10.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.10.0) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/tokens",
"author": "Leather.io [email protected]",
"description": "Shared design tokens",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,23 @@
* devDependencies
* @leather.io/panda-preset bumped to 0.4.3

## [1.34.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.34.0) (2024-11-15)


### Features

* add z-index scale ([7361358](https://github.com/leather-io/mono/commit/73613585e4e01939a688ab56a291be5bf3d0347b))
* send form, closes LEA-1649 and LEA-1651 ([253dc13](https://github.com/leather-io/mono/commit/253dc134d002b7b2fabcfceb41940df7fb3a901a))


### Dependencies

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

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


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

0 comments on commit 96840fa

Please sign in to comment.