From 3c5d74c261b6040d0d6dfb503dde826a8f8642de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kater=CC=8Cina=20Dlouha=CC=81?= Date: Mon, 18 Mar 2024 14:50:48 +0100 Subject: [PATCH] Chore(release): Publish - @lmc-eu/jobs-design-tokens@1.11.0 - @lmc-eu/jobs-email-components@0.24.0 - @lmc-eu/jobs-icons@0.14.0 --- packages/design-tokens/CHANGELOG.md | 10 ++++++++++ packages/design-tokens/package.json | 2 +- packages/email-components/CHANGELOG.md | 8 ++++++++ packages/email-components/package.json | 4 ++-- packages/icons/CHANGELOG.md | 10 ++++++++++ packages/icons/package.json | 2 +- 6 files changed, 32 insertions(+), 4 deletions(-) diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index c480f42..20aaa7a 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.11.0](https://github.com/lmc-eu/jobs-design-tokens/compare/@lmc-eu/jobs-design-tokens@1.10.1...@lmc-eu/jobs-design-tokens@1.11.0) (2024-03-18) + +### Features + +- **design-tokens:** Add `background-hero` color [#JOBS-9750](https://github.com/lmc-eu/jobs-design-tokens/issues/JOBS-9750) ([d9fd3a6](https://github.com/lmc-eu/jobs-design-tokens/commit/d9fd3a6)) + +**Note:** Version bump only for package @lmc-eu/jobs-design-tokens + ## [1.10.1](https://github.com/lmc-eu/jobs-design-tokens/compare/@lmc-eu/jobs-design-tokens@1.10.0...@lmc-eu/jobs-design-tokens@1.10.1) (2023-10-26) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index b03efdf..f57b011 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/jobs-design-tokens", - "version": "1.10.1", + "version": "1.11.0", "description": "Design tokens for Jobs Design System", "license": "MIT", "publishConfig": { diff --git a/packages/email-components/CHANGELOG.md b/packages/email-components/CHANGELOG.md index ea2a6cf..8c38ae8 100644 --- a/packages/email-components/CHANGELOG.md +++ b/packages/email-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [0.24.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-email-components@0.23.0...@lmc-eu/jobs-email-components@0.24.0) (2024-03-18) + +Miscellaneous changes + +**Note:** Version bump only for package @lmc-eu/jobs-email-components + # [0.23.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-email-components@0.20.1...@lmc-eu/jobs-email-components@0.23.0) (2023-12-04) diff --git a/packages/email-components/package.json b/packages/email-components/package.json index b7d88ef..0dc5796 100644 --- a/packages/email-components/package.json +++ b/packages/email-components/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/jobs-email-components", - "version": "0.23.0", + "version": "0.24.0", "description": "Email components for mjml jobs email templates.", "license": "MIT", "publishConfig": { @@ -46,7 +46,7 @@ "@babel/register": "^7.21.0", "@lmc-eu/eslint-config-base": "^1.1.6", "@lmc-eu/eslint-config-react": "^1.1.1", - "@lmc-eu/jobs-design-tokens": "^1.10.1", + "@lmc-eu/jobs-design-tokens": "^1.11.0", "@lmc-eu/prettier-config": "^1.2.4", "@lmc-eu/spirit-design-tokens": "^0.25.2", "@lmc-eu/spirit-web": "^0.45.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index f2fb1e8..734c67b 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [0.14.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-icons@0.13.0...@lmc-eu/jobs-icons@0.14.0) (2024-03-18) + +### Code Refactoring + +- **icons:** Various edits of the icons ([a4c8da5](https://github.com/lmc-eu/jobs-design-system/commit/a4c8da5)) + +**Note:** Version bump only for package @lmc-eu/jobs-icons + # [0.13.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-icons@0.12.0...@lmc-eu/jobs-icons@0.13.0) (2023-12-12) diff --git a/packages/icons/package.json b/packages/icons/package.json index 15f1ef3..b98c88c 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/jobs-icons", - "version": "0.13.0", + "version": "0.14.0", "description": "Icons for Jobs Design System", "license": "MIT", "publishConfig": {