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 camerow committed Nov 1, 2024
1 parent 3b70b2c commit b24d0c2
Show file tree
Hide file tree
Showing 11 changed files with 79 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.45.0",
"packages/analytics": "0.0.1",
"apps/mobile": "1.46.0",
"packages/analytics": "1.0.0",
"packages/bitcoin": "0.15.0",
"packages/constants": "0.13.0",
"packages/eslint-config": "0.7.0",
"packages/models": "0.18.3",
"packages/prettier-config": "0.6.0",
"packages/panda-preset": "0.4.1",
"packages/panda-preset": "0.4.2",
"packages/query": "2.18.0",
"packages/tokens": "0.9.1",
"packages/tokens": "0.9.2",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.14",
"packages/ui": "1.31.1",
"packages/ui": "1.31.2",
"packages/utils": "0.16.7",
"packages/crypto": "1.6.7",
"packages/stacks": "1.2.4"
Expand Down
21 changes: 21 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,27 @@
* dependencies
* @leather.io/ui bumped to 1.27.1

## [1.46.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.46.0) (2024-11-01)


### Features

* **mobile:** add leather-io/analytics package ([26c438a](https://github.com/leather-io/mono/commit/26c438a48c32b11ff3e8b626f3b71c9f19025319))


### Bug Fixes

* **mobile:** remove fontWeight from MarchePro font, closes LEA-1584 ([e36f098](https://github.com/leather-io/mono/commit/e36f098eec5fe757d3b788eb849fe59e58f48c91))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 1.0.0
* @leather.io/tokens bumped to 0.9.2
* @leather.io/ui bumped to 1.31.2

## [1.45.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.45.0) (2024-10-30)


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.45.0",
"version": "1.46.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
27 changes: 27 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [1.0.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v1.0.0) (2024-11-01)


### ⚠ BREAKING CHANGES

* small change to trigger publish, closes LEA-1692
* small clean-up and breaking change to release
* **analytics:** update analytics package events, types and exports

### Features

* add new analytics package, leather-io/issues[#345](https://github.com/leather-io/mono/issues/345), closes LEA-1472 ([ddc0991](https://github.com/leather-io/mono/commit/ddc099114135b276bb9db0275517bb3d8cf9344f))
* **analytics:** update analytics package events, types and exports ([1896588](https://github.com/leather-io/mono/commit/18965886c5cb7cf090cfcad8890116c2390577f8))
* **mobile:** add leather-io/analytics package ([26c438a](https://github.com/leather-io/mono/commit/26c438a48c32b11ff3e8b626f3b71c9f19025319))


### Bug Fixes

* update type export ([b67fd0e](https://github.com/leather-io/mono/commit/b67fd0ec0a15b8b762a9daa4937c174a2ed3ff19))


### Code Refactoring

* small change to trigger publish, closes LEA-1692 ([3b70b2c](https://github.com/leather-io/mono/commit/3b70b2c5740f30cbe595c0247898e5f412470e2a))
* small clean-up and breaking change to release ([681b197](https://github.com/leather-io/mono/commit/681b1972b4fff420c0bd104d839de80f1ecca90b))
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/analytics",
"author": "Leather.io [email protected]",
"description": "Analytics package for Leather using Segment",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/panda-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
* devDependencies
* @leather.io/tokens bumped to 0.9.1

### Dependencies

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

## [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.1",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"scripts": {
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.9.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.9.2) (2024-11-01)


### Bug Fixes

* **mobile:** remove fontWeight from MarchePro font, closes LEA-1584 ([e36f098](https://github.com/leather-io/mono/commit/e36f098eec5fe757d3b788eb849fe59e58f48c91))

## [0.9.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.9.1) (2024-10-17)


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.9.1",
"version": "0.9.2",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
* dependencies
* @leather.io/utils bumped to 0.15.0

### Dependencies

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

## [1.31.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.31.1) (2024-10-30)


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

0 comments on commit b24d0c2

Please sign in to comment.