Skip to content

Commit a7d8708

Browse files
committed
chore(release): v10.0.0-dev.0
1 parent 85a84b7 commit a7d8708

21 files changed

+188
-48
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **bootstrap:** detach the theme from twbs/bootstrap ([35ad29e](https://github.com/telerik/kendo-themes/commit/35ad29e032aa7dfe14dd8ba2d7cc2ab8634170ae))
12+
* **bootstrap:** migrate theme to the dart-sass module system ([0d4583b](https://github.com/telerik/kendo-themes/commit/0d4583b7af8eaf8b18320a13cb0110c67c9566fa))
13+
* **classic:** migrate theme to the dart-sass module system ([11f910f](https://github.com/telerik/kendo-themes/commit/11f910f4cde08d961001d6e04e24dc1404c060b4))
14+
* **core:** migrate to the dart-sass module system ([19bdedb](https://github.com/telerik/kendo-themes/commit/19bdedbf1dcccc2ad778c4a8dc963d7aaca9af2b))
15+
* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de))
16+
* **fluent:** migrate theme to the dart-sass module system ([c1d9891](https://github.com/telerik/kendo-themes/commit/c1d9891d518dcc3618eeab808521b2ce0fe9db2f))
17+
* **material:** migrate theme to the dart-sass module system ([a04a40c](https://github.com/telerik/kendo-themes/commit/a04a40ce0f579de32f3e62e214c53b3bb692758f))
18+
* **utils:** migrate to the dart-sass module system ([82f0cb5](https://github.com/telerik/kendo-themes/commit/82f0cb5d726c2f10e4315e016d419f50d6dea8be))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **bootstrap:** Effective with the R4 2024 release, twbs/bootstrap is
24+
removed as a dependency of the Kendo UI Bootstrap theme. This means that
25+
customizing bootstrap scss variables will no longer have an effect on
26+
our components, as the theme will be detached i.e. not depending upon.
27+
However, we will provide mostly the same look and feel through variables
28+
that have the same values.
29+
30+
In order to continue using twbs/bootstrap along with the Kendo Bootstrap
31+
theme, make sure to add a it as a dependency to your project.
32+
33+
34+
35+
36+
637
## [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)
738

839
**Note:** Version bump only for package kendo-themes.repo

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "9.1.1-dev.2",
3+
"version": "10.0.0-dev.0",
44
"packages": [
55
"packages/*"
66
],

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **bootstrap:** detach the theme from twbs/bootstrap ([35ad29e](https://github.com/telerik/kendo-themes/commit/35ad29e032aa7dfe14dd8ba2d7cc2ab8634170ae))
12+
* **bootstrap:** migrate theme to the dart-sass module system ([0d4583b](https://github.com/telerik/kendo-themes/commit/0d4583b7af8eaf8b18320a13cb0110c67c9566fa))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **bootstrap:** Effective with the R4 2024 release, twbs/bootstrap is
18+
removed as a dependency of the Kendo UI Bootstrap theme. This means that
19+
customizing bootstrap scss variables will no longer have an effect on
20+
our components, as the theme will be detached i.e. not depending upon.
21+
However, we will provide mostly the same look and feel through variables
22+
that have the same values.
23+
24+
In order to continue using twbs/bootstrap along with the Kendo Bootstrap
25+
theme, make sure to add a it as a dependency to your project.
26+
27+
28+
29+
30+
631
## [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)
732

833
**Note:** Version bump only for package @progress/kendo-theme-bootstrap

packages/bootstrap/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-bootstrap",
33
"description": "Bootstrap theme for Kendo UI",
4-
"version": "9.1.1-dev.2",
4+
"version": "10.0.0-dev.0",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -52,9 +52,9 @@
5252
},
5353
"dependencies": {
5454
"@progress/kendo-svg-icons": "^3.1.0",
55-
"@progress/kendo-theme-core": "9.1.1-dev.2",
56-
"@progress/kendo-theme-default": "9.1.1-dev.2",
57-
"@progress/kendo-theme-utils": "9.1.1-dev.2"
55+
"@progress/kendo-theme-core": "10.0.0-dev.0",
56+
"@progress/kendo-theme-default": "10.0.0-dev.0",
57+
"@progress/kendo-theme-utils": "10.0.0-dev.0"
5858
},
5959
"directories": {
6060
"doc": "docs",

packages/classic/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **classic:** migrate theme to the dart-sass module system ([11f910f](https://github.com/telerik/kendo-themes/commit/11f910f4cde08d961001d6e04e24dc1404c060b4))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @progress/kendo-theme-classic

packages/classic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-classic",
33
"description": "Sass port of less based themes for Kendo UI theme",
4-
"version": "9.1.1-dev.2",
4+
"version": "10.0.0-dev.0",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -52,9 +52,9 @@
5252
},
5353
"dependencies": {
5454
"@progress/kendo-svg-icons": "^3.1.0",
55-
"@progress/kendo-theme-core": "9.1.1-dev.2",
56-
"@progress/kendo-theme-default": "9.1.1-dev.2",
57-
"@progress/kendo-theme-utils": "9.1.1-dev.2"
55+
"@progress/kendo-theme-core": "10.0.0-dev.0",
56+
"@progress/kendo-theme-default": "10.0.0-dev.0",
57+
"@progress/kendo-theme-utils": "10.0.0-dev.0"
5858
},
5959
"directories": {
6060
"doc": "docs",

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **core:** migrate to the dart-sass module system ([19bdedb](https://github.com/telerik/kendo-themes/commit/19bdedbf1dcccc2ad778c4a8dc963d7aaca9af2b))
12+
* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de))
13+
14+
15+
16+
17+
618
## [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)
719

820
**Note:** Version bump only for package @progress/kendo-theme-core

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-core",
33
"description": "A collection of functions and mixins used for building themes for Kendo UI",
4-
"version": "9.1.1-dev.2",
4+
"version": "10.0.0-dev.0",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [

packages/default/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **default:** migrate theme to the dart-sass module system ([b4db551](https://github.com/telerik/kendo-themes/commit/b4db55114b003f58fa81b2f95ea11f95afc0c3de))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @progress/kendo-theme-default

packages/default/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-default",
33
"description": "SASS resources for the default Kendo UI theme",
4-
"version": "9.1.1-dev.2",
4+
"version": "10.0.0-dev.0",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -51,8 +51,8 @@
5151
},
5252
"dependencies": {
5353
"@progress/kendo-svg-icons": "^3.1.0",
54-
"@progress/kendo-theme-core": "9.1.1-dev.2",
55-
"@progress/kendo-theme-utils": "9.1.1-dev.2"
54+
"@progress/kendo-theme-core": "10.0.0-dev.0",
55+
"@progress/kendo-theme-utils": "10.0.0-dev.0"
5656
},
5757
"directories": {
5858
"doc": "docs",

packages/fluent/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **fluent:** migrate theme to the dart-sass module system ([c1d9891](https://github.com/telerik/kendo-themes/commit/c1d9891d518dcc3618eeab808521b2ce0fe9db2f))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @progress/kendo-theme-fluent

packages/fluent/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-theme-fluent",
33
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4-
"version": "9.1.1-dev.2",
4+
"version": "10.0.0-dev.0",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@progress/kendo-svg-icons": "^3.1.0",
56-
"@progress/kendo-theme-core": "9.1.1-dev.2",
57-
"@progress/kendo-theme-utils": "9.1.1-dev.2"
56+
"@progress/kendo-theme-core": "10.0.0-dev.0",
57+
"@progress/kendo-theme-utils": "10.0.0-dev.0"
5858
},
5959
"directories": {
6060
"doc": "docs",

packages/html/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package @progress/kendo-themes-html
9+
10+
11+
12+
13+
614
## [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)
715

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

packages/html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@progress/kendo-themes-html",
33
"description": "A collection of HTML helpers used for developing Kendo UI themes",
4-
"version": "9.1.1-dev.2",
4+
"version": "10.0.0-dev.0",
55
"author": "Progress",
66
"license": "Apache-2.0",
77
"keywords": [

packages/material/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **material:** migrate theme to the dart-sass module system ([a04a40c](https://github.com/telerik/kendo-themes/commit/a04a40ce0f579de32f3e62e214c53b3bb692758f))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @progress/kendo-theme-material

0 commit comments

Comments
 (0)