From b9dba5be14a65529f9965ecbbd657839418bb0b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:33:47 +0200 Subject: [PATCH] chore(main): release 1.3.0 (#533) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 4f0ebe21..e7b99249 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "last-release-sha": "89dc4e1d8ad5b03aa034bf860e0b702797794127", - ".": "1.2.1" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 761054b0..bac641e6 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.3.0](https://github.com/sbb-design-systems/lyne-design-tokens/compare/v1.2.1...v1.3.0) (2024-10-21) + + +### Features + +* add new blue colors ([#532](https://github.com/sbb-design-systems/lyne-design-tokens/issues/532)) ([a09b75b](https://github.com/sbb-design-systems/lyne-design-tokens/commit/a09b75bbfa8537f63ac7fb26a64e27ac1e25144d)) + ## [1.2.1](https://github.com/sbb-design-systems/lyne-design-tokens/compare/v1.2.0...v1.2.1) (2024-09-02) diff --git a/package.json b/package.json index ca696663..be19c8d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbb-esta/lyne-design-tokens", - "version": "1.2.1", + "version": "1.3.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",