From cb3134e955d4689fe336e041338c3947f140c893 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:22:38 +0200 Subject: [PATCH] chore(main): release 0.4.2 (#496) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90a11b2f..54b45a65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "last-release-sha": "9af560e588c25f91c17f26f0dbfc21258704c0a6", - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 945d4e75..d626355a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.4.1...v0.4.2) (2024-04-02) + + +### Features + +* provide composed css variables ([#495](https://github.com/lyne-design-system/lyne-design-tokens/issues/495)) ([3a97857](https://github.com/lyne-design-system/lyne-design-tokens/commit/3a978575ee8003201c8840d24b997112220abd60)) + + +### Miscellaneous Chores + +* release 0.4.2 ([dda727e](https://github.com/lyne-design-system/lyne-design-tokens/commit/dda727e7308d585ceccbdaf1fcef9738657283f9)) + ## [0.4.1](https://github.com/lyne-design-system/lyne-design-tokens/compare/v0.4.0...v0.4.1) (2024-03-11) diff --git a/package.json b/package.json index b5a765e7..60fbeca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbb-esta/lyne-design-tokens", - "version": "0.4.1", + "version": "0.4.2", "description": "Managing and publishing design tokens for the lyne design system: https://github.com/lyne-design-system/lyne-components", "scripts": { "build": "tsx ./build.ts",