Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#507)
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 24, 2024
1 parent 8df6ee9 commit 5d69fb6
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.6.0"
".": "0.7.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.7.0](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.6.0...v0.7.0) (2024-04-24)


### ⚠ BREAKING CHANGES

* replaced Roman, bold, and light font-face variants with a single "SbbWeb" font. Changed the "typeFace" symbol name into "fontFamily".

### Features

* reduce font-faces to single SbbWeb variant ([#506](https://github.com/lyne-design-system/lyne-design-tokens/issues/506)) ([7b6cad4](https://github.com/lyne-design-system/lyne-design-tokens/commit/7b6cad47e52e5024f15731721b1ef7b84759c2ec))


### Miscellaneous Chores

* release 0.7.0 ([8df6ee9](https://github.com/lyne-design-system/lyne-design-tokens/commit/8df6ee95ba26ecfc82961e2fbd2d9208151e689d))

## [0.6.0](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.5.0...v0.6.0) (2024-04-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.6.0",
"version": "0.7.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 5d69fb6

Please sign in to comment.