Skip to content

Commit

Permalink
chore(release): v10.0.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Nov 1, 2024
1 parent 85a84b7 commit a7d8708
Show file tree
Hide file tree
Showing 21 changed files with 188 additions and 48 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **bootstrap:** detach the theme from twbs/bootstrap ([35ad29e](https://github.com/telerik/kendo-themes/commit/35ad29e032aa7dfe14dd8ba2d7cc2ab8634170ae))
* **bootstrap:** migrate theme to the dart-sass module system ([0d4583b](https://github.com/telerik/kendo-themes/commit/0d4583b7af8eaf8b18320a13cb0110c67c9566fa))
* **classic:** migrate theme to the dart-sass module system ([11f910f](https://github.com/telerik/kendo-themes/commit/11f910f4cde08d961001d6e04e24dc1404c060b4))
* **core:** migrate to the dart-sass module system ([19bdedb](https://github.com/telerik/kendo-themes/commit/19bdedbf1dcccc2ad778c4a8dc963d7aaca9af2b))
* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de))
* **fluent:** migrate theme to the dart-sass module system ([c1d9891](https://github.com/telerik/kendo-themes/commit/c1d9891d518dcc3618eeab808521b2ce0fe9db2f))
* **material:** migrate theme to the dart-sass module system ([a04a40c](https://github.com/telerik/kendo-themes/commit/a04a40ce0f579de32f3e62e214c53b3bb692758f))
* **utils:** migrate to the dart-sass module system ([82f0cb5](https://github.com/telerik/kendo-themes/commit/82f0cb5d726c2f10e4315e016d419f50d6dea8be))


### BREAKING CHANGES

* **bootstrap:** Effective with the R4 2024 release, twbs/bootstrap is
removed as a dependency of the Kendo UI Bootstrap theme. This means that
customizing bootstrap scss variables will no longer have an effect on
our components, as the theme will be detached i.e. not depending upon.
However, we will provide mostly the same look and feel through variables
that have the same values.

In order to continue using twbs/bootstrap along with the Kendo Bootstrap
theme, make sure to add a it as a dependency to your project.





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package kendo-themes.repo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"packages": [
"packages/*"
],
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

25 changes: 25 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **bootstrap:** detach the theme from twbs/bootstrap ([35ad29e](https://github.com/telerik/kendo-themes/commit/35ad29e032aa7dfe14dd8ba2d7cc2ab8634170ae))
* **bootstrap:** migrate theme to the dart-sass module system ([0d4583b](https://github.com/telerik/kendo-themes/commit/0d4583b7af8eaf8b18320a13cb0110c67c9566fa))


### BREAKING CHANGES

* **bootstrap:** Effective with the R4 2024 release, twbs/bootstrap is
removed as a dependency of the Kendo UI Bootstrap theme. This means that
customizing bootstrap scss variables will no longer have an effect on
our components, as the theme will be detached i.e. not depending upon.
However, we will provide mostly the same look and feel through variables
that have the same values.

In order to continue using twbs/bootstrap along with the Kendo Bootstrap
theme, make sure to add a it as a dependency to your project.





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "9.1.1-dev.2",
"@progress/kendo-theme-default": "9.1.1-dev.2",
"@progress/kendo-theme-utils": "9.1.1-dev.2"
"@progress/kendo-theme-core": "10.0.0-dev.0",
"@progress/kendo-theme-default": "10.0.0-dev.0",
"@progress/kendo-theme-utils": "10.0.0-dev.0"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/classic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **classic:** migrate theme to the dart-sass module system ([11f910f](https://github.com/telerik/kendo-themes/commit/11f910f4cde08d961001d6e04e24dc1404c060b4))





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-theme-classic
Expand Down
8 changes: 4 additions & 4 deletions packages/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-classic",
"description": "Sass port of less based themes for Kendo UI theme",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "9.1.1-dev.2",
"@progress/kendo-theme-default": "9.1.1-dev.2",
"@progress/kendo-theme-utils": "9.1.1-dev.2"
"@progress/kendo-theme-core": "10.0.0-dev.0",
"@progress/kendo-theme-default": "10.0.0-dev.0",
"@progress/kendo-theme-utils": "10.0.0-dev.0"
},
"directories": {
"doc": "docs",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **core:** migrate to the dart-sass module system ([19bdedb](https://github.com/telerik/kendo-themes/commit/19bdedbf1dcccc2ad778c4a8dc963d7aaca9af2b))
* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de))





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-theme-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-core",
"description": "A collection of functions and mixins used for building themes for Kendo UI",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de))





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-theme-default
Expand Down
6 changes: 3 additions & 3 deletions packages/default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "9.1.1-dev.2",
"@progress/kendo-theme-utils": "9.1.1-dev.2"
"@progress/kendo-theme-core": "10.0.0-dev.0",
"@progress/kendo-theme-utils": "10.0.0-dev.0"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **fluent:** migrate theme to the dart-sass module system ([c1d9891](https://github.com/telerik/kendo-themes/commit/c1d9891d518dcc3618eeab808521b2ce0fe9db2f))





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-theme-fluent
Expand Down
6 changes: 3 additions & 3 deletions packages/fluent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-fluent",
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "9.1.1-dev.2",
"@progress/kendo-theme-utils": "9.1.1-dev.2"
"@progress/kendo-theme-core": "10.0.0-dev.0",
"@progress/kendo-theme-utils": "10.0.0-dev.0"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)

**Note:** Version bump only for package @progress/kendo-themes-html





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-themes-html
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-themes-html",
"description": "A collection of HTML helpers used for developing Kendo UI themes",
"version": "9.1.1-dev.2",
"version": "10.0.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.2...v10.0.0-dev.0) (2024-11-01)


### Features

* **material:** migrate theme to the dart-sass module system ([a04a40c](https://github.com/telerik/kendo-themes/commit/a04a40ce0f579de32f3e62e214c53b3bb692758f))





## [9.1.1-dev.2](https://github.com/telerik/kendo-themes/compare/v9.1.1-dev.1...v9.1.1-dev.2) (2024-10-28)

**Note:** Version bump only for package @progress/kendo-theme-material
Expand Down
Loading

0 comments on commit a7d8708

Please sign in to comment.