From fd71b6df44058e2677af7a515e800d0a0544f535 Mon Sep 17 00:00:00 2001 From: literat Date: Mon, 26 Aug 2024 14:35:22 +0200 Subject: [PATCH] Chore(release): Publish - @lmc-eu/jobs-email-components@0.26.0 - @lmc-eu/jobs-icons@0.16.0 --- packages/email-components/CHANGELOG.md | 10 ++++++++++ packages/email-components/package.json | 4 ++-- packages/icons/CHANGELOG.md | 10 ++++++++++ packages/icons/package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/packages/email-components/CHANGELOG.md b/packages/email-components/CHANGELOG.md index f8c5411..3c6323e 100644 --- a/packages/email-components/CHANGELOG.md +++ b/packages/email-components/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.26.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-email-components@0.25.0...@lmc-eu/jobs-email-components@0.26.0) (2024-08-26) + +### Dependencies + +- **email-components:** Use `sass` dependency instead of deprecated `node-sass` ([b235b03](https://github.com/lmc-eu/jobs-design-system/commit/b235b03)) + +**Note:** Version bump only for package @lmc-eu/jobs-email-components + # [0.25.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-email-components@0.24.0...@lmc-eu/jobs-email-components@0.25.0) (2024-04-24) diff --git a/packages/email-components/package.json b/packages/email-components/package.json index 5c4bd46..c2f0671 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.25.0", + "version": "0.26.0", "description": "Email components for mjml jobs email templates.", "license": "MIT", "publishConfig": { @@ -59,8 +59,8 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "fancy-log": "^2.0.0", - "sass": "^8.0.0", "prettier": "^2.8.7", + "sass": "^8.0.0", "sass-loader": "^13.2.2", "style-loader": "^3.3.2", "stylelint": "^14.11.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 118567c..3cfa5e6 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.16.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-icons@0.15.0...@lmc-eu/jobs-icons@0.16.0) (2024-08-26) + +### Features + +- **icons:** Add icon of the uploaded file in the colored variant ([63d7598](https://github.com/lmc-eu/jobs-design-system/commit/63d7598)) + +**Note:** Version bump only for package @lmc-eu/jobs-icons + # [0.15.0](https://github.com/lmc-eu/jobs-design-system/compare/@lmc-eu/jobs-icons@0.14.0...@lmc-eu/jobs-icons@0.15.0) (2024-03-19) diff --git a/packages/icons/package.json b/packages/icons/package.json index 0eca5ff..fb10903 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/jobs-icons", - "version": "0.15.0", + "version": "0.16.0", "description": "Icons for Jobs Design System", "license": "MIT", "publishConfig": {