Skip to content

Commit

Permalink
chore(release): v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Nov 6, 2024
1 parent 961c691 commit 3c36733
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "4.0.0",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions packages/font-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/font-icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 24 additions & 0 deletions packages/svg-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/svg-icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3c36733

Please sign in to comment.