Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#509)
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 Apr 25, 2024
1 parent 3125ef0 commit 3bcac84
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.7.0"
".": "0.8.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.8.0](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.7.0...v0.8.0) (2024-04-25)


### ⚠ BREAKING CHANGES

* font-family was renamed from "SBBWeb" to "SBB"

### Miscellaneous Chores

* release 0.8.0 ([3125ef0](https://github.com/lyne-design-system/lyne-design-tokens/commit/3125ef0a6966b3d704fe693f4bc4c93415062f04))


### Code Refactoring

* use "SBB" instead of "SBBWeb" as font-family ([#508](https://github.com/lyne-design-system/lyne-design-tokens/issues/508)) ([f746c95](https://github.com/lyne-design-system/lyne-design-tokens/commit/f746c9557f15fcca33e021ffcc3eeda8250290bd))

## [0.7.0](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.6.0...v0.7.0) (2024-04-24)


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.7.0",
"version": "0.8.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 3bcac84

Please sign in to comment.