Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent cf02784 commit 510a07d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last-release-sha": "9af560e588c25f91c17f26f0dbfc21258704c0a6",
".": "0.3.9"
".": "0.4.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.3.9...v0.4.0) (2024-03-04)


### ⚠ BREAKING CHANGES

* **color:** Removed 'default' suffix from color tokens (e.g. `--sbb-color-iron-default` => `--sbb-color-iron` and `SbbColorIronDefault` => `SbbColorIron`). `lyne-components` will adapt to the changes in the next release.

### Styles

* **color:** remove '-default' from tokens ([dceb0f2](https://github.com/lyne-design-system/lyne-design-tokens/commit/dceb0f2814025a0600f834e232e4df2d82f13aad))


### Miscellaneous Chores

* configure release-please ([7e84314](https://github.com/lyne-design-system/lyne-design-tokens/commit/7e843147f7e514eba5806fab28c622e387295bb0))

### [0.3.9](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.3.8...v0.3.9) (2024-01-16)

### [0.3.8](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.3.7...v0.3.8) (2024-01-16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sbb-esta/lyne-design-tokens",
"version": "0.3.9",
"version": "0.4.0",
"description": "Managing and publishing design tokens for the lyne design system: https://github.com/lyne-design-system/lyne-components",
"scripts": {
"build": "tsx ./build.ts",
Expand Down

0 comments on commit 510a07d

Please sign in to comment.