diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8210b41e..3b0213ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "last-release-sha": "9af560e588c25f91c17f26f0dbfc21258704c0a6", - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d7109f..3bcfa385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.2](https://github.com/sbb-design-systems/lyne-design-tokens/compare/v0.8.1...v0.8.2) (2024-05-28) + + +### Features + +* new size xxxs and xxs tokens ([#515](https://github.com/sbb-design-systems/lyne-design-tokens/issues/515)) ([6c687cf](https://github.com/sbb-design-systems/lyne-design-tokens/commit/6c687cf0fb976135b51648a6eab25021fdb1b7b7)) + + +### Miscellaneous Chores + +* release 0.8.1 ([2621ab6](https://github.com/sbb-design-systems/lyne-design-tokens/commit/2621ab64efc08dea99c1306943d6e9c10b03a967)) +* release 0.8.2 ([f28f675](https://github.com/sbb-design-systems/lyne-design-tokens/commit/f28f6753a34aedba01384c803b7586b26d6e4f16)) + ## [0.8.1](https://github.com/sbb-design-systems/lyne-design-tokens/compare/v0.8.0...v0.8.1) (2024-05-27) diff --git a/package.json b/package.json index 50fb7e34..154e2dce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbb-esta/lyne-design-tokens", - "version": "0.8.1", + "version": "0.8.2", "description": "Managing and publishing design tokens for the lyne design system: https://github.com/sbb-design-systems/lyne-components", "scripts": { "build": "tsx ./build.ts",