diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 1aa0d7d..53472d4 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.10.0](https://github.com/lmc-eu/jobs-design-tokens/compare/@lmc-eu/jobs-design-tokens@1.9.0...@lmc-eu/jobs-design-tokens@1.10.0) (2023-10-26) + +### Features + +- **design-tokens:** Edit typography styles and action colors, minification of the shadow values ([af9c3ae](https://github.com/lmc-eu/jobs-design-tokens/commit/af9c3ae)) + +**Note:** Version bump only for package @lmc-eu/jobs-design-tokens + # [1.9.0](https://github.com/lmc-eu/jobs-design-tokens/compare/@lmc-eu/jobs-design-tokens@1.7.0...@lmc-eu/jobs-design-tokens@1.9.0) (2023-09-06) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 7f212e8..02d85b6 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.9.0", + "version": "1.10.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 35bb383..2d6b4a1 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.20.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-email-components@0.19.0...@lmc-eu/jobs-email-components@0.20.0) (2023-10-26) + +Miscellaneous changes + +**Note:** Version bump only for package @lmc-eu/jobs-email-components + # 0.19.0 (2023-09-06) diff --git a/packages/email-components/package.json b/packages/email-components/package.json index e0f879b..5d07014 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.19.0", + "version": "0.20.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.9.0", + "@lmc-eu/jobs-design-tokens": "^1.10.0", "@lmc-eu/prettier-config": "^1.2.4", "@lmc-eu/spirit-design-tokens": "^0.25.2", "@lmc-eu/spirit-web": "^0.45.0",