diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5020fd1..11c3ecd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "last-release-sha": "9af560e588c25f91c17f26f0dbfc21258704c0a6", - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6618fe98..5319136e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3b38f4ca..43978304 100644 --- a/package.json +++ b/package.json @@ -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",