Skip to content

Commit

Permalink
chore(release): v8.0.0-dev.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Apr 29, 2024
1 parent f20cf34 commit 586e93e
Show file tree
Hide file tree
Showing 21 changed files with 146 additions and 51 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)


### Bug Fixes

* add display flex to listview ([d7d6a66](https://github.com/telerik/kendo-themes/commit/d7d6a66433dfde5313dbfd68e0a870c03c0f4c74))
* **calendar:** unscope range selection styles ([214ec7e](https://github.com/telerik/kendo-themes/commit/214ec7ee4873a4b6e37dabd01fe17f0d958ea7bb))
* **chart:** remove sankey label pointer-events ([ba9b1cf](https://github.com/telerik/kendo-themes/commit/ba9b1cf47836094d8c67f1cdd64b3346f2b776cd))





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

**Note:** Version bump only for package kendo-themes.repo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "8.0.0-dev.9",
"version": "8.0.0-dev.10",
"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
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.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)

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





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
"version": "8.0.0-dev.9",
"version": "8.0.0-dev.10",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.3.0",
"@progress/kendo-theme-core": "8.0.0-dev.9",
"@progress/kendo-theme-default": "8.0.0-dev.9",
"@progress/kendo-theme-utils": "8.0.0-dev.9",
"@progress/kendo-theme-core": "8.0.0-dev.10",
"@progress/kendo-theme-default": "8.0.0-dev.10",
"@progress/kendo-theme-utils": "8.0.0-dev.10",
"bootstrap": "5.2.1"
},
"directories": {
Expand Down
8 changes: 8 additions & 0 deletions packages/classic/CHANGELOG.md
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.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)

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





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

**Note:** Version bump only for package @progress/kendo-theme-classic
Expand Down
8 changes: 4 additions & 4 deletions packages/classic/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-classic",
"description": "Sass port of less based themes for Kendo UI theme",
"version": "8.0.0-dev.9",
"version": "8.0.0-dev.10",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.3.0",
"@progress/kendo-theme-core": "8.0.0-dev.9",
"@progress/kendo-theme-default": "8.0.0-dev.9",
"@progress/kendo-theme-utils": "8.0.0-dev.9"
"@progress/kendo-theme-core": "8.0.0-dev.10",
"@progress/kendo-theme-default": "8.0.0-dev.10",
"@progress/kendo-theme-utils": "8.0.0-dev.10"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
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.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)

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





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

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

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)


### Bug Fixes

* add display flex to listview ([d7d6a66](https://github.com/telerik/kendo-themes/commit/d7d6a66433dfde5313dbfd68e0a870c03c0f4c74))
* **calendar:** unscope range selection styles ([214ec7e](https://github.com/telerik/kendo-themes/commit/214ec7ee4873a4b6e37dabd01fe17f0d958ea7bb))
* **chart:** remove sankey label pointer-events ([ba9b1cf](https://github.com/telerik/kendo-themes/commit/ba9b1cf47836094d8c67f1cdd64b3346f2b776cd))





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

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

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)


### Bug Fixes

* add display flex to listview ([d7d6a66](https://github.com/telerik/kendo-themes/commit/d7d6a66433dfde5313dbfd68e0a870c03c0f4c74))
* **calendar:** unscope range selection styles ([214ec7e](https://github.com/telerik/kendo-themes/commit/214ec7ee4873a4b6e37dabd01fe17f0d958ea7bb))
* **chart:** remove sankey label pointer-events ([ba9b1cf](https://github.com/telerik/kendo-themes/commit/ba9b1cf47836094d8c67f1cdd64b3346f2b776cd))





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

**Note:** Version bump only for package @progress/kendo-theme-fluent
Expand Down
6 changes: 3 additions & 3 deletions packages/fluent/package.json
@@ -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": "8.0.0-dev.9",
"version": "8.0.0-dev.10",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.3.0",
"@progress/kendo-theme-core": "8.0.0-dev.9",
"@progress/kendo-theme-utils": "8.0.0-dev.9"
"@progress/kendo-theme-core": "8.0.0-dev.10",
"@progress/kendo-theme-utils": "8.0.0-dev.10"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/html/CHANGELOG.md
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.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)

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





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

**Note:** Version bump only for package @progress/kendo-themes-html
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-themes-html",
"description": "A collection of HTML helpers used for developing Kendo UI themes",
"version": "8.0.0-dev.9",
"version": "8.0.0-dev.10",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/material/CHANGELOG.md
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.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)

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





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

**Note:** Version bump only for package @progress/kendo-theme-material
Expand Down
8 changes: 4 additions & 4 deletions packages/material/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-material",
"description": "Material theme for Kendo UI",
"version": "8.0.0-dev.9",
"version": "8.0.0-dev.10",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.3.0",
"@progress/kendo-theme-core": "8.0.0-dev.9",
"@progress/kendo-theme-default": "8.0.0-dev.9",
"@progress/kendo-theme-utils": "8.0.0-dev.9"
"@progress/kendo-theme-core": "8.0.0-dev.10",
"@progress/kendo-theme-default": "8.0.0-dev.10",
"@progress/kendo-theme-utils": "8.0.0-dev.10"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/nouvelle/CHANGELOG.md
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.

# [8.0.0-dev.10](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.9...v8.0.0-dev.10) (2024-04-29)

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





# [8.0.0-dev.9](https://github.com/telerik/kendo-themes/compare/v8.0.0-dev.8...v8.0.0-dev.9) (2024-04-25)

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

0 comments on commit 586e93e

Please sign in to comment.