From a9db993303d7fb9f8be92286359893d36d214d26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:30:40 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f27bc84b..e414c8de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "last-release-sha": "89dc4e1d8ad5b03aa034bf860e0b702797794127", - ".": "1.1.1" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b1052486..09d15022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.2.0](https://github.com/sbb-design-systems/lyne-design-tokens/compare/v1.1.1...v1.2.0) (2024-08-29) + + +### Features + +* introduce hover brightness token ([#526](https://github.com/sbb-design-systems/lyne-design-tokens/issues/526)) ([84d08ec](https://github.com/sbb-design-systems/lyne-design-tokens/commit/84d08ec8417f569e8f084cc2ec173731daa4346d)) + ## [1.1.1](https://github.com/sbb-design-systems/lyne-design-tokens/compare/v1.1.0...v1.1.1) (2024-07-15) diff --git a/package.json b/package.json index 8745769b..801ffecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbb-esta/lyne-design-tokens", - "version": "1.1.1", + "version": "1.2.0", "description": "Managing and publishing design tokens for the lyne design system: https://github.com/sbb-design-systems/lyne-components", "scripts": { "build": "tsx ./build.ts",