Skip to content

Commit

Permalink
chore(release): v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Oct 2, 2023
1 parent 808ccef commit 58e4637
Show file tree
Hide file tree
Showing 29 changed files with 153 additions and 57 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)


### Bug Fixes

* **grid:** dropdown operator height does not match input height ([83254f3](https://github.com/telerik/kendo-themes/commit/83254f35aaa36433102600fb5ebf75e3ad96b7a9))
* **multiselect:** disabled state of chips is not visible in material theme ([6ccf535](https://github.com/telerik/kendo-themes/commit/6ccf535529a6d1a6f728720ab7efc901e6c9731e))
* **spreadsheet:** sheets bar overflows past container dimensions ([2c57d43](https://github.com/telerik/kendo-themes/commit/2c57d432ac1dd35ae78908a3853c43bf48516cbf))





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "7.0.1-dev.1",
"version": "7.0.1",
"packages": [
"packages/*"
],
Expand Down
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.

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)

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





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
Expand Down
10 changes: 5 additions & 5 deletions packages/bootstrap/package-lock.json

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

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": "7.0.1-dev.1",
"version": "7.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,9 +51,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.0.0",
"@progress/kendo-theme-core": "7.0.1-dev.1",
"@progress/kendo-theme-default": "7.0.1-dev.1",
"@progress/kendo-theme-utils": "7.0.1-dev.1",
"@progress/kendo-theme-core": "7.0.1",
"@progress/kendo-theme-default": "7.0.1",
"@progress/kendo-theme-utils": "7.0.1",
"bootstrap": "5.2.1"
}
}
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.

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)

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





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)

**Note:** Version bump only for package @progress/kendo-theme-classic
Expand Down
10 changes: 5 additions & 5 deletions packages/classic/package-lock.json

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

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": "7.0.1-dev.1",
"version": "7.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.0.0",
"@progress/kendo-theme-core": "7.0.1-dev.1",
"@progress/kendo-theme-default": "7.0.1-dev.1",
"@progress/kendo-theme-utils": "7.0.1-dev.1"
"@progress/kendo-theme-core": "7.0.1",
"@progress/kendo-theme-default": "7.0.1",
"@progress/kendo-theme-utils": "7.0.1"
}
}
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.

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)

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





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

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

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)


### Bug Fixes

* **grid:** dropdown operator height does not match input height ([83254f3](https://github.com/telerik/kendo-themes/commit/83254f35aaa36433102600fb5ebf75e3ad96b7a9))
* **spreadsheet:** sheets bar overflows past container dimensions ([2c57d43](https://github.com/telerik/kendo-themes/commit/2c57d432ac1dd35ae78908a3853c43bf48516cbf))





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/default/package-lock.json

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

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

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)


### Bug Fixes

* **grid:** dropdown operator height does not match input height ([83254f3](https://github.com/telerik/kendo-themes/commit/83254f35aaa36433102600fb5ebf75e3ad96b7a9))
* **spreadsheet:** sheets bar overflows past container dimensions ([2c57d43](https://github.com/telerik/kendo-themes/commit/2c57d432ac1dd35ae78908a3853c43bf48516cbf))





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/fluent/package-lock.json

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

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": "7.0.1-dev.1",
"version": "7.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.0.0",
"@progress/kendo-theme-core": "7.0.1-dev.1",
"@progress/kendo-theme-utils": "7.0.1-dev.1"
"@progress/kendo-theme-core": "7.0.1",
"@progress/kendo-theme-utils": "7.0.1"
}
}
8 changes: 8 additions & 0 deletions packages/html/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.

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)

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





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/html/package-lock.json

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

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": "7.0.1-dev.1",
"version": "7.0.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/material/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.

## [7.0.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.1...v7.0.1) (2023-10-02)


### Bug Fixes

* **multiselect:** disabled state of chips is not visible in material theme ([6ccf535](https://github.com/telerik/kendo-themes/commit/6ccf535529a6d1a6f728720ab7efc901e6c9731e))





## [7.0.1-dev.1](https://github.com/telerik/kendo-themes/compare/v7.0.1-dev.0...v7.0.1-dev.1) (2023-10-02)

**Note:** Version bump only for package @progress/kendo-theme-material
Expand Down
10 changes: 5 additions & 5 deletions packages/material/package-lock.json

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

Loading

0 comments on commit 58e4637

Please sign in to comment.