-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c41084f
commit 8c18118
Showing
11 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters