Skip to content

Commit

Permalink
chore(release): v9.1.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Sep 2, 2024
1 parent ff8935b commit 58a4e9c
Show file tree
Hide file tree
Showing 21 changed files with 171 additions and 51 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)


### Bug Fixes

* **html:** add missing context-menu first/last classes ([6b35f98](https://github.com/telerik/kendo-themes/commit/6b35f98a7736f66e63dcbed461f44962de760858))
* **html:** add missing menu first/last classes ([d57f8c1](https://github.com/telerik/kendo-themes/commit/d57f8c135f6f4b8af3ce92e1521a636991d69f97))
* **html:** correct dockmanager tabstrip first/last classes ([4191e04](https://github.com/telerik/kendo-themes/commit/4191e04c5a4bc0a3d172a79428f4c0e2ccdb4b80))
* **html:** correct dockmanager toolbar button sizes ([c5475a3](https://github.com/telerik/kendo-themes/commit/c5475a3b1cf1e68979e1a7aad03cfdfcbbe2cdb8))
* **html:** correct pager double disabled button state ([15c0697](https://github.com/telerik/kendo-themes/commit/15c0697b2ff79ac4e0e4ce78671c7c5dc231da4d))
* **html:** correct pdf-viewer toolbar button-group fillmode ([dc97812](https://github.com/telerik/kendo-themes/commit/dc97812c937c5dff98e4aac47267c54f14f431e0))
* **html:** correct scheduler toolbar-specific classes ([7849f74](https://github.com/telerik/kendo-themes/commit/7849f74d2daef4f5bfa4411e0e96f684bbeb4f7f))
* **html:** correct typo in k-scheduler-task-text class ([67aaf25](https://github.com/telerik/kendo-themes/commit/67aaf2560fdd2ebe9df16ede244d6e12bc025831))
* **html:** remove checkbox warnings from specs ([d8fe713](https://github.com/telerik/kendo-themes/commit/d8fe71309cb8d2d4ff3fd106d03d9ca87ae32446))
* **html:** remove splitter warnings from specs ([6ae1777](https://github.com/telerik/kendo-themes/commit/6ae177775eb9101c2f8f3c3d1864eaa7e859c433))
* **html:** svg icon names with numbers are not considered ([00e7bb6](https://github.com/telerik/kendo-themes/commit/00e7bb6e61f178c1e2b9fb26772e2113e14d6f36))


### Features

* **html:** add chip action template ([58ea02c](https://github.com/telerik/kendo-themes/commit/58ea02c5c0869930188cfde43db4025d78fca77e))
* **html:** add timedurationpicker templates ([824587f](https://github.com/telerik/kendo-themes/commit/824587ff7893408bacd20d1d7b506d418e45b783))
* **html:** make chip avatar image configurable ([7cfc7d6](https://github.com/telerik/kendo-themes/commit/7cfc7d6db3421ee49ebc379ff83d38ac2ff24005))





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)


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.0.1-dev.3",
"version": "9.1.0-dev.0",
"packages": [
"packages/*"
],
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/bootstrap/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.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)

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





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)


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.0.1-dev.3",
"version": "9.1.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "9.0.1-dev.3",
"@progress/kendo-theme-default": "9.0.1-dev.3",
"@progress/kendo-theme-utils": "9.0.1-dev.3",
"@progress/kendo-theme-core": "9.1.0-dev.0",
"@progress/kendo-theme-default": "9.1.0-dev.0",
"@progress/kendo-theme-utils": "9.1.0-dev.0",
"bootstrap": "5.2.1"
},
"directories": {
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.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)

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





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)

**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.0.1-dev.3",
"version": "9.1.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "9.0.1-dev.3",
"@progress/kendo-theme-default": "9.0.1-dev.3",
"@progress/kendo-theme-utils": "9.0.1-dev.3"
"@progress/kendo-theme-core": "9.1.0-dev.0",
"@progress/kendo-theme-default": "9.1.0-dev.0",
"@progress/kendo-theme-utils": "9.1.0-dev.0"
},
"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.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)

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





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)

**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.0.1-dev.3",
"version": "9.1.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/default/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.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)

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





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)


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.0.1-dev.3",
"version": "9.1.0-dev.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "9.0.1-dev.3",
"@progress/kendo-theme-utils": "9.0.1-dev.3"
"@progress/kendo-theme-core": "9.1.0-dev.0",
"@progress/kendo-theme-utils": "9.1.0-dev.0"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/fluent/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.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)

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





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)


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

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)


### Bug Fixes

* **html:** add missing context-menu first/last classes ([6b35f98](https://github.com/telerik/kendo-themes/commit/6b35f98a7736f66e63dcbed461f44962de760858))
* **html:** add missing menu first/last classes ([d57f8c1](https://github.com/telerik/kendo-themes/commit/d57f8c135f6f4b8af3ce92e1521a636991d69f97))
* **html:** correct dockmanager tabstrip first/last classes ([4191e04](https://github.com/telerik/kendo-themes/commit/4191e04c5a4bc0a3d172a79428f4c0e2ccdb4b80))
* **html:** correct dockmanager toolbar button sizes ([c5475a3](https://github.com/telerik/kendo-themes/commit/c5475a3b1cf1e68979e1a7aad03cfdfcbbe2cdb8))
* **html:** correct pager double disabled button state ([15c0697](https://github.com/telerik/kendo-themes/commit/15c0697b2ff79ac4e0e4ce78671c7c5dc231da4d))
* **html:** correct pdf-viewer toolbar button-group fillmode ([dc97812](https://github.com/telerik/kendo-themes/commit/dc97812c937c5dff98e4aac47267c54f14f431e0))
* **html:** correct scheduler toolbar-specific classes ([7849f74](https://github.com/telerik/kendo-themes/commit/7849f74d2daef4f5bfa4411e0e96f684bbeb4f7f))
* **html:** correct typo in k-scheduler-task-text class ([67aaf25](https://github.com/telerik/kendo-themes/commit/67aaf2560fdd2ebe9df16ede244d6e12bc025831))
* **html:** remove checkbox warnings from specs ([d8fe713](https://github.com/telerik/kendo-themes/commit/d8fe71309cb8d2d4ff3fd106d03d9ca87ae32446))
* **html:** remove splitter warnings from specs ([6ae1777](https://github.com/telerik/kendo-themes/commit/6ae177775eb9101c2f8f3c3d1864eaa7e859c433))
* **html:** svg icon names with numbers are not considered ([00e7bb6](https://github.com/telerik/kendo-themes/commit/00e7bb6e61f178c1e2b9fb26772e2113e14d6f36))


### Features

* **html:** add chip action template ([58ea02c](https://github.com/telerik/kendo-themes/commit/58ea02c5c0869930188cfde43db4025d78fca77e))
* **html:** add timedurationpicker templates ([824587f](https://github.com/telerik/kendo-themes/commit/824587ff7893408bacd20d1d7b506d418e45b783))
* **html:** make chip avatar image configurable ([7cfc7d6](https://github.com/telerik/kendo-themes/commit/7cfc7d6db3421ee49ebc379ff83d38ac2ff24005))





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)


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.0.1-dev.3",
"version": "9.1.0-dev.0",
"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.

# [9.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.3...v9.1.0-dev.0) (2024-09-02)

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





## [9.0.1-dev.3](https://github.com/telerik/kendo-themes/compare/v9.0.1-dev.2...v9.0.1-dev.3) (2024-08-26)


Expand Down
Loading

0 comments on commit 58a4e9c

Please sign in to comment.