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 8, 2024
1 parent c41084f commit 8c18118
Show file tree
Hide file tree
Showing 11 changed files with 56 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.48.0",
"packages/analytics": "1.0.0",
"apps/mobile": "1.48.1",
"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.2",
"packages/panda-preset": "0.4.3",
"packages/query": "2.20.0",
"packages/tokens": "0.9.2",
"packages/tokens": "0.10.0",
"packages/tsconfig-config": "0.6.0",
"packages/rpc": "2.1.15",
"packages/ui": "1.32.1",
"packages/ui": "1.32.2",
"packages/utils": "0.17.0",
"packages/crypto": "1.6.8",
"packages/stacks": "1.3.1"
Expand Down
8 changes: 8 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@
* dependencies
* @leather.io/ui bumped to 1.27.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 2.0.0
* @leather.io/tokens bumped to 0.10.0
* @leather.io/ui bumped to 1.32.2

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

## [2.0.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v2.0.0) (2024-11-08)


### ⚠ BREAKING CHANGES

* document historical events and trigger build

### Code Refactoring

* document historical events and trigger build ([c41084f](https://github.com/leather-io/mono/commit/c41084f01eaa8217ed99845220c6b251549c11b4))

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


Expand Down
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": "1.0.0",
"version": "2.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 @@ -66,6 +66,12 @@
* devDependencies
* @leather.io/tokens bumped to 0.9.2

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/tokens bumped to 0.10.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.2",
"version": "0.4.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
* devDependencies
* @leather.io/eslint-config bumped to 0.7.0

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


### Features

* add address text style token ([4e6613c](https://github.com/leather-io/mono/commit/4e6613c74c659f32ca78bd99fddd0fd741347fea))


### Bug Fixes

* add Fira Code for mobile, use correct weights for web ([6ea653e](https://github.com/leather-io/mono/commit/6ea653ef3686a255f36347bed4c6b15d3492d55b))
* export address displayer types ([70c81d7](https://github.com/leather-io/mono/commit/70c81d7ca40e23125ca7ad95116982a48b462af4))

## [0.9.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.9.2) (2024-11-01)


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.2",
"version": "0.10.0",
"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 @@ -119,6 +119,14 @@
* devDependencies
* @leather.io/models bumped to 0.19.0

### Dependencies

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

## [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.1",
"version": "1.32.2",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8c18118

Please sign in to comment.