Skip to content

Commit

Permalink
chore(release): v10.1.0-dev.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Dec 23, 2024
1 parent 9a06d68 commit 202e78d
Show file tree
Hide file tree
Showing 21 changed files with 212 additions and 48 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.

# [10.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)


### Bug Fixes

* **checkbox:** svg check icon always uses fallback color ([9e40412](https://github.com/telerik/kendo-themes/commit/9e404128d1751f2e72946d92b40bdc875d74cd1f))
* **html:** use GridToolbar in angular grid test ([79859ba](https://github.com/telerik/kendo-themes/commit/79859ba74a0fddad3db5d0fe1dd5cf45a6f30fca))
* **radio:** svg check icon always uses fallback color ([7696f64](https://github.com/telerik/kendo-themes/commit/7696f646ce2b458c9274e6ceae093c982782ef59))


### Features

* **dock-manager:** add support for floating panes ([dbbce4b](https://github.com/telerik/kendo-themes/commit/dbbce4b76336ff09369b5e328a00357fe50e582d))
* **html:** add otp spec ([592948b](https://github.com/telerik/kendo-themes/commit/592948b64583e47e30108cf32008bc20430c6fbf))
* **html:** add toolbar adaptive specs ([72570d2](https://github.com/telerik/kendo-themes/commit/72570d2ccdf7dfcfc025a0fd9519336f650c25d0))
* **html:** enhance TabStrip rendering with sizing options and hidden scroll buttons ([74220b4](https://github.com/telerik/kendo-themes/commit/74220b402245696b7ad4356f29dacb905f394e6b))
* **otp:** add component styles ([42c071b](https://github.com/telerik/kendo-themes/commit/42c071b33278f50118e4be96824b6de154ba8057))
* **tabstrip:** add styles for different sizes and hidden scroll buttons ([c493dd3](https://github.com/telerik/kendo-themes/commit/c493dd30c2cd1c1dbaeda537529b22e73854765c))
* **toolbar:** add adaptive styles ([97e3731](https://github.com/telerik/kendo-themes/commit/97e3731e3c0d5086872983be1be5b2a77c1daaad))





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)


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.1.0-dev.5",
"version": "10.1.0-dev.6",
"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.

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

# [10.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)


### Bug Fixes

* **checkbox:** svg check icon always uses fallback color ([9e40412](https://github.com/telerik/kendo-themes/commit/9e404128d1751f2e72946d92b40bdc875d74cd1f))
* **radio:** svg check icon always uses fallback color ([7696f64](https://github.com/telerik/kendo-themes/commit/7696f646ce2b458c9274e6ceae093c982782ef59))


### Features

* **otp:** add component styles ([42c071b](https://github.com/telerik/kendo-themes/commit/42c071b33278f50118e4be96824b6de154ba8057))
* **tabstrip:** add styles for different sizes and hidden scroll buttons ([c493dd3](https://github.com/telerik/kendo-themes/commit/c493dd30c2cd1c1dbaeda537529b22e73854765c))
* **toolbar:** add adaptive styles ([97e3731](https://github.com/telerik/kendo-themes/commit/97e3731e3c0d5086872983be1be5b2a77c1daaad))





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)

**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": "10.1.0-dev.5",
"version": "10.1.0-dev.6",
"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.1.0-dev.5",
"@progress/kendo-theme-default": "10.1.0-dev.5",
"@progress/kendo-theme-utils": "10.1.0-dev.5"
"@progress/kendo-theme-core": "10.1.0-dev.6",
"@progress/kendo-theme-default": "10.1.0-dev.6",
"@progress/kendo-theme-utils": "10.1.0-dev.6"
},
"directories": {
"doc": "docs",
Expand Down
19 changes: 19 additions & 0 deletions packages/classic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)


### Bug Fixes

* **checkbox:** svg check icon always uses fallback color ([9e40412](https://github.com/telerik/kendo-themes/commit/9e404128d1751f2e72946d92b40bdc875d74cd1f))
* **radio:** svg check icon always uses fallback color ([7696f64](https://github.com/telerik/kendo-themes/commit/7696f646ce2b458c9274e6ceae093c982782ef59))


### Features

* **otp:** add component styles ([42c071b](https://github.com/telerik/kendo-themes/commit/42c071b33278f50118e4be96824b6de154ba8057))
* **tabstrip:** add styles for different sizes and hidden scroll buttons ([c493dd3](https://github.com/telerik/kendo-themes/commit/c493dd30c2cd1c1dbaeda537529b22e73854765c))
* **toolbar:** add adaptive styles ([97e3731](https://github.com/telerik/kendo-themes/commit/97e3731e3c0d5086872983be1be5b2a77c1daaad))





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)

**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": "10.1.0-dev.5",
"version": "10.1.0-dev.6",
"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.1.0-dev.5",
"@progress/kendo-theme-default": "10.1.0-dev.5",
"@progress/kendo-theme-utils": "10.1.0-dev.5"
"@progress/kendo-theme-core": "10.1.0-dev.6",
"@progress/kendo-theme-default": "10.1.0-dev.6",
"@progress/kendo-theme-utils": "10.1.0-dev.6"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)

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





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)

**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.1.0-dev.5",
"version": "10.1.0-dev.6",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
20 changes: 20 additions & 0 deletions packages/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)


### Bug Fixes

* **checkbox:** svg check icon always uses fallback color ([9e40412](https://github.com/telerik/kendo-themes/commit/9e404128d1751f2e72946d92b40bdc875d74cd1f))
* **radio:** svg check icon always uses fallback color ([7696f64](https://github.com/telerik/kendo-themes/commit/7696f646ce2b458c9274e6ceae093c982782ef59))


### Features

* **dock-manager:** add support for floating panes ([dbbce4b](https://github.com/telerik/kendo-themes/commit/dbbce4b76336ff09369b5e328a00357fe50e582d))
* **otp:** add component styles ([42c071b](https://github.com/telerik/kendo-themes/commit/42c071b33278f50118e4be96824b6de154ba8057))
* **tabstrip:** add styles for different sizes and hidden scroll buttons ([c493dd3](https://github.com/telerik/kendo-themes/commit/c493dd30c2cd1c1dbaeda537529b22e73854765c))
* **toolbar:** add adaptive styles ([97e3731](https://github.com/telerik/kendo-themes/commit/97e3731e3c0d5086872983be1be5b2a77c1daaad))





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)


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.1.0-dev.5",
"version": "10.1.0-dev.6",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.1.0-dev.5",
"@progress/kendo-theme-utils": "10.1.0-dev.5"
"@progress/kendo-theme-core": "10.1.0-dev.6",
"@progress/kendo-theme-utils": "10.1.0-dev.6"
},
"directories": {
"doc": "docs",
Expand Down
20 changes: 20 additions & 0 deletions packages/fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)


### Bug Fixes

* **checkbox:** svg check icon always uses fallback color ([9e40412](https://github.com/telerik/kendo-themes/commit/9e404128d1751f2e72946d92b40bdc875d74cd1f))
* **radio:** svg check icon always uses fallback color ([7696f64](https://github.com/telerik/kendo-themes/commit/7696f646ce2b458c9274e6ceae093c982782ef59))


### Features

* **dock-manager:** add support for floating panes ([dbbce4b](https://github.com/telerik/kendo-themes/commit/dbbce4b76336ff09369b5e328a00357fe50e582d))
* **otp:** add component styles ([42c071b](https://github.com/telerik/kendo-themes/commit/42c071b33278f50118e4be96824b6de154ba8057))
* **tabstrip:** add styles for different sizes and hidden scroll buttons ([c493dd3](https://github.com/telerik/kendo-themes/commit/c493dd30c2cd1c1dbaeda537529b22e73854765c))
* **toolbar:** add adaptive styles ([97e3731](https://github.com/telerik/kendo-themes/commit/97e3731e3c0d5086872983be1be5b2a77c1daaad))





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)


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.1.0-dev.5",
"version": "10.1.0-dev.6",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-core": "10.1.0-dev.5",
"@progress/kendo-theme-utils": "10.1.0-dev.5"
"@progress/kendo-theme-core": "10.1.0-dev.6",
"@progress/kendo-theme-utils": "10.1.0-dev.6"
},
"directories": {
"doc": "docs",
Expand Down
19 changes: 19 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0-dev.6](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.5...v10.1.0-dev.6) (2024-12-23)


### Bug Fixes

* **html:** use GridToolbar in angular grid test ([79859ba](https://github.com/telerik/kendo-themes/commit/79859ba74a0fddad3db5d0fe1dd5cf45a6f30fca))


### Features

* **dock-manager:** add support for floating panes ([dbbce4b](https://github.com/telerik/kendo-themes/commit/dbbce4b76336ff09369b5e328a00357fe50e582d))
* **html:** add otp spec ([592948b](https://github.com/telerik/kendo-themes/commit/592948b64583e47e30108cf32008bc20430c6fbf))
* **html:** add toolbar adaptive specs ([72570d2](https://github.com/telerik/kendo-themes/commit/72570d2ccdf7dfcfc025a0fd9519336f650c25d0))
* **html:** enhance TabStrip rendering with sizing options and hidden scroll buttons ([74220b4](https://github.com/telerik/kendo-themes/commit/74220b402245696b7ad4356f29dacb905f394e6b))





# [10.1.0-dev.5](https://github.com/telerik/kendo-themes/compare/v10.1.0-dev.4...v10.1.0-dev.5) (2024-12-16)

**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.1.0-dev.5",
"version": "10.1.0-dev.6",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
Loading

0 comments on commit 202e78d

Please sign in to comment.