Skip to content

Commit

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

## [10.0.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)


### Bug Fixes

* **bootstrap:** $kendo-base-bg has wrong color value ([a9a92c8](https://github.com/telerik/kendo-themes/commit/a9a92c8c353f438d05c487e258d1c5289081cd78))
* **dataviz:** incorrect tooltip border radius ([747ad9b](https://github.com/telerik/kendo-themes/commit/747ad9b9ba137054e1e00db8ccd99fc84e3bdb16))
* **html:** remove id attribute from menu spec ([4be5184](https://github.com/telerik/kendo-themes/commit/4be51840a4f7bb63c12127dc0d90bdd390f68671))
* kendo-colors metadata ([3d756c3](https://github.com/telerik/kendo-themes/commit/3d756c31a5ecd3594622d2f54c9755c330a01166))





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.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,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "10.0.0",
"version": "10.0.1",
"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.

11 changes: 11 additions & 0 deletions packages/bootstrap/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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)


### Bug Fixes

* **bootstrap:** $kendo-base-bg has wrong color value ([a9a92c8](https://github.com/telerik/kendo-themes/commit/a9a92c8c353f438d05c487e258d1c5289081cd78))





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)


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": "10.0.0",
"version": "10.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.0.0",
"@progress/kendo-theme-default": "10.0.0",
"@progress/kendo-theme-utils": "10.0.0"
"@progress/kendo-theme-core": "10.0.1",
"@progress/kendo-theme-default": "10.0.1",
"@progress/kendo-theme-utils": "10.0.1"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/classic/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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)

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





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)


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": "10.0.0",
"version": "10.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.0.0",
"@progress/kendo-theme-default": "10.0.0",
"@progress/kendo-theme-utils": "10.0.0"
"@progress/kendo-theme-core": "10.0.1",
"@progress/kendo-theme-default": "10.0.1",
"@progress/kendo-theme-utils": "10.0.1"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)


### Bug Fixes

* kendo-colors metadata ([3d756c3](https://github.com/telerik/kendo-themes/commit/3d756c31a5ecd3594622d2f54c9755c330a01166))





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)

**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": "10.0.0",
"version": "10.0.1",
"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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)


### Bug Fixes

* **dataviz:** incorrect tooltip border radius ([747ad9b](https://github.com/telerik/kendo-themes/commit/747ad9b9ba137054e1e00db8ccd99fc84e3bdb16))





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)


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": "10.0.0",
"version": "10.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.0.0",
"@progress/kendo-theme-utils": "10.0.0"
"@progress/kendo-theme-core": "10.0.1",
"@progress/kendo-theme-utils": "10.0.1"
},
"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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)


### Bug Fixes

* **dataviz:** incorrect tooltip border radius ([747ad9b](https://github.com/telerik/kendo-themes/commit/747ad9b9ba137054e1e00db8ccd99fc84e3bdb16))





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)


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": "10.0.0",
"version": "10.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.0.0",
"@progress/kendo-theme-utils": "10.0.0"
"@progress/kendo-theme-core": "10.0.1",
"@progress/kendo-theme-utils": "10.0.1"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/html/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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)


### Bug Fixes

* **html:** remove id attribute from menu spec ([4be5184](https://github.com/telerik/kendo-themes/commit/4be51840a4f7bb63c12127dc0d90bdd390f68671))





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)

**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": "10.0.0",
"version": "10.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/material/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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)

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





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-material",
"description": "Material theme for Kendo UI",
"version": "10.0.0",
"version": "10.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.0.0",
"@progress/kendo-theme-default": "10.0.0",
"@progress/kendo-theme-utils": "10.0.0"
"@progress/kendo-theme-core": "10.0.1",
"@progress/kendo-theme-default": "10.0.1",
"@progress/kendo-theme-utils": "10.0.1"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/nouvelle/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.1](https://github.com/telerik/kendo-themes/compare/v10.0.0...v10.0.1) (2024-11-08)

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





# [10.0.0](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.4...v10.0.0) (2024-11-06)

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

0 comments on commit f17c246

Please sign in to comment.