From 3c36733160ef73800c67fdcf148b4e2864e47edc Mon Sep 17 00:00:00 2001 From: kendo-bot Date: Wed, 6 Nov 2024 14:12:12 +0000 Subject: [PATCH] chore(release): v4.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lerna.json | 2 +- package-lock.json | 4 ++-- packages/font-icons/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/font-icons/package.json | 2 +- packages/svg-icons/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/svg-icons/package.json | 2 +- 7 files changed, 77 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9873e600..75ad3394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/telerik/kendo-icons/compare/v3.3.0...v4.0.0) (2024-11-06) + + +### Features + +* migrate kendo-icons to dart-sass module system ([961c691](https://github.com/telerik/kendo-icons/commit/961c6919616f3de07c571967de8b5f6158e5dd75)) + + +### BREAKING CHANGES + +* Starting with the R4 2024 release the Kendo Font and +SVG icons are now migrated to the SASS module system. This breaking +change is due to the `node-sass` package reaching its official +end of life. + +For more information, please refer to the following links: + +* https://sass-lang.com/blog/the-module-system-is-launched/ +* https://github.com/sass/node-sass/commit/107ded9434cfca43dbd9dfbaeb5c349228bf5cee + + + + + # [3.3.0](https://github.com/telerik/kendo-icons/compare/v3.2.0...v3.3.0) (2024-11-06) diff --git a/lerna.json b/lerna.json index 24471160..06decffd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.3.0", + "version": "4.0.0", "packages": [ "packages/*" ], diff --git a/package-lock.json b/package-lock.json index 10d32b02..18d41fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10259,12 +10259,12 @@ }, "packages/font-icons": { "name": "@progress/kendo-font-icons", - "version": "3.3.0", + "version": "4.0.0", "license": "Apache-2.0" }, "packages/svg-icons": { "name": "@progress/kendo-svg-icons", - "version": "3.3.0", + "version": "4.0.0", "license": "Apache-2.0", "devDependencies": { "rollup": "^4.2.0", diff --git a/packages/font-icons/CHANGELOG.md b/packages/font-icons/CHANGELOG.md index 7f99cf6f..46c3aea3 100644 --- a/packages/font-icons/CHANGELOG.md +++ b/packages/font-icons/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/telerik/kendo-icons/compare/v3.3.0...v4.0.0) (2024-11-06) + + +### Features + +* migrate kendo-icons to dart-sass module system ([961c691](https://github.com/telerik/kendo-icons/commit/961c6919616f3de07c571967de8b5f6158e5dd75)) + + +### BREAKING CHANGES + +* Starting with the R4 2024 release the Kendo Font and +SVG icons are now migrated to the SASS module system. This breaking +change is due to the `node-sass` package reaching its official +end of life. + +For more information, please refer to the following links: + +* https://sass-lang.com/blog/the-module-system-is-launched/ +* https://github.com/sass/node-sass/commit/107ded9434cfca43dbd9dfbaeb5c349228bf5cee + + + + + # [3.3.0](https://github.com/telerik/kendo-icons/compare/v3.2.0...v3.3.0) (2024-11-06) diff --git a/packages/font-icons/package.json b/packages/font-icons/package.json index 27f8c2b2..4b3f7447 100644 --- a/packages/font-icons/package.json +++ b/packages/font-icons/package.json @@ -1,7 +1,7 @@ { "name": "@progress/kendo-font-icons", "description": "", - "version": "3.3.0", + "version": "4.0.0", "author": "Progress", "repository": "telerik/kendo-icons", "bugs": "https://github.com/telerik/kendo-icons/issues", diff --git a/packages/svg-icons/CHANGELOG.md b/packages/svg-icons/CHANGELOG.md index 86ce22be..f95f2b39 100644 --- a/packages/svg-icons/CHANGELOG.md +++ b/packages/svg-icons/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/telerik/kendo-icons/compare/v3.3.0...v4.0.0) (2024-11-06) + + +### Features + +* migrate kendo-icons to dart-sass module system ([961c691](https://github.com/telerik/kendo-icons/commit/961c6919616f3de07c571967de8b5f6158e5dd75)) + + +### BREAKING CHANGES + +* Starting with the R4 2024 release the Kendo Font and +SVG icons are now migrated to the SASS module system. This breaking +change is due to the `node-sass` package reaching its official +end of life. + +For more information, please refer to the following links: + +* https://sass-lang.com/blog/the-module-system-is-launched/ +* https://github.com/sass/node-sass/commit/107ded9434cfca43dbd9dfbaeb5c349228bf5cee + + + + + # [3.3.0](https://github.com/telerik/kendo-icons/compare/v3.2.0...v3.3.0) (2024-11-06) diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index e703ad10..0afea757 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,7 +1,7 @@ { "name": "@progress/kendo-svg-icons", "description": "", - "version": "3.3.0", + "version": "4.0.0", "author": "Progress", "repository": "telerik/kendo-icons", "bugs": "https://github.com/telerik/kendo-icons/issues",