Skip to content

Commit

Permalink
chore(release): v6.4.0-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed May 15, 2023
1 parent 902342f commit f1697f6
Show file tree
Hide file tree
Showing 29 changed files with 161 additions and 35 deletions.
20 changes: 20 additions & 0 deletions 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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **editor:** table tool selection not working in fluent ([5c9043f](https://github.com/telerik/kendo-themes/commit/5c9043fd4b23e931bee849c0ec5a0fadd7856cb1))
* **form:** fix label position outsite of checkbox container ([f10b924](https://github.com/telerik/kendo-themes/commit/f10b924f43364dd503a8a8a20ba8a0ab36aa7e48))
* **grid:** add rtl styles for grid with virtualization ([93ba668](https://github.com/telerik/kendo-themes/commit/93ba66868b2afc0e53ea9eadb1e0cb9c7f9a56ec))
* **grid:** fix grid column menu width ([2d62d41](https://github.com/telerik/kendo-themes/commit/2d62d4197e971d76bad4604e469b2f28ad6ea337))
* **html:** render empty label only in horizontal form ([efdb49b](https://github.com/telerik/kendo-themes/commit/efdb49b0857459aeaac6a1737a15170b8f7a16f4))
* **icon:** wrong icon size when svg is used with k-icon-modifier ([94ea968](https://github.com/telerik/kendo-themes/commit/94ea968c7f354459192a2288b1802fdafef835d2))
* **menu:** fix menu rtl styles ([831bd80](https://github.com/telerik/kendo-themes/commit/831bd801a857a8074c69a2c04919aa0edaa250d1))
* **pdf-viewer:** wrong cursor in search panel ([1139f96](https://github.com/telerik/kendo-themes/commit/1139f963ca386b93603bee3ce1d7c52a2edf01f9))
* remove icons flipping styles in rtl ([7f5e54c](https://github.com/telerik/kendo-themes/commit/7f5e54cc75c5647f02e53fe3faa97bdef7b82f24))
* **slider:** fix slider rtl styles ([99cb32e](https://github.com/telerik/kendo-themes/commit/99cb32ec40f2810c3d361590ede9ea27eee2f6e1))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package kendo-themes.repo
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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"packages": [
"packages/*"
],
Expand Down
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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **grid:** fix grid column menu width ([2d62d41](https://github.com/telerik/kendo-themes/commit/2d62d4197e971d76bad4604e469b2f28ad6ea337))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@progress/kendo-font-icons": "1.5.0",
"@progress/kendo-theme-core": "6.4.0-dev.3",
"@progress/kendo-theme-default": "6.4.0-dev.3",
"@progress/kendo-theme-utils": "6.4.0-dev.3",
"@progress/kendo-theme-core": "6.4.0-dev.4",
"@progress/kendo-theme-default": "6.4.0-dev.4",
"@progress/kendo-theme-utils": "6.4.0-dev.4",
"bootstrap": "5.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/classic/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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **grid:** fix grid column menu width ([2d62d41](https://github.com/telerik/kendo-themes/commit/2d62d4197e971d76bad4604e469b2f28ad6ea337))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-theme-classic
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@progress/kendo-font-icons": "1.5.0",
"@progress/kendo-theme-core": "6.4.0-dev.3",
"@progress/kendo-theme-default": "6.4.0-dev.3",
"@progress/kendo-theme-utils": "6.4.0-dev.3"
"@progress/kendo-theme-core": "6.4.0-dev.4",
"@progress/kendo-theme-default": "6.4.0-dev.4",
"@progress/kendo-theme-utils": "6.4.0-dev.4"
}
}
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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)

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





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

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

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **form:** fix label position outsite of checkbox container ([f10b924](https://github.com/telerik/kendo-themes/commit/f10b924f43364dd503a8a8a20ba8a0ab36aa7e48))
* **grid:** add rtl styles for grid with virtualization ([93ba668](https://github.com/telerik/kendo-themes/commit/93ba66868b2afc0e53ea9eadb1e0cb9c7f9a56ec))
* **grid:** fix grid column menu width ([2d62d41](https://github.com/telerik/kendo-themes/commit/2d62d4197e971d76bad4604e469b2f28ad6ea337))
* **icon:** wrong icon size when svg is used with k-icon-modifier ([94ea968](https://github.com/telerik/kendo-themes/commit/94ea968c7f354459192a2288b1802fdafef835d2))
* **menu:** fix menu rtl styles ([831bd80](https://github.com/telerik/kendo-themes/commit/831bd801a857a8074c69a2c04919aa0edaa250d1))
* **pdf-viewer:** wrong cursor in search panel ([1139f96](https://github.com/telerik/kendo-themes/commit/1139f963ca386b93603bee3ce1d7c52a2edf01f9))
* remove icons flipping styles in rtl ([7f5e54c](https://github.com/telerik/kendo-themes/commit/7f5e54cc75c5647f02e53fe3faa97bdef7b82f24))
* **slider:** fix slider rtl styles ([99cb32e](https://github.com/telerik/kendo-themes/commit/99cb32ec40f2810c3d361590ede9ea27eee2f6e1))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-theme-default
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@progress/kendo-font-icons": "1.5.0",
"@progress/kendo-theme-core": "6.4.0-dev.3",
"@progress/kendo-theme-utils": "6.4.0-dev.3"
"@progress/kendo-theme-core": "6.4.0-dev.4",
"@progress/kendo-theme-utils": "6.4.0-dev.4"
}
}
17 changes: 17 additions & 0 deletions packages/fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **editor:** table tool selection not working in fluent ([5c9043f](https://github.com/telerik/kendo-themes/commit/5c9043fd4b23e931bee849c0ec5a0fadd7856cb1))
* **form:** fix label position outsite of checkbox container ([f10b924](https://github.com/telerik/kendo-themes/commit/f10b924f43364dd503a8a8a20ba8a0ab36aa7e48))
* **grid:** add rtl styles for grid with virtualization ([93ba668](https://github.com/telerik/kendo-themes/commit/93ba66868b2afc0e53ea9eadb1e0cb9c7f9a56ec))
* **grid:** fix grid column menu width ([2d62d41](https://github.com/telerik/kendo-themes/commit/2d62d4197e971d76bad4604e469b2f28ad6ea337))
* **icon:** wrong icon size when svg is used with k-icon-modifier ([94ea968](https://github.com/telerik/kendo-themes/commit/94ea968c7f354459192a2288b1802fdafef835d2))
* **pdf-viewer:** wrong cursor in search panel ([1139f96](https://github.com/telerik/kendo-themes/commit/1139f963ca386b93603bee3ce1d7c52a2edf01f9))
* remove icons flipping styles in rtl ([7f5e54c](https://github.com/telerik/kendo-themes/commit/7f5e54cc75c5647f02e53fe3faa97bdef7b82f24))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-theme-fluent
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@progress/kendo-font-icons": "1.5.0",
"@progress/kendo-theme-core": "6.4.0-dev.3",
"@progress/kendo-theme-utils": "6.4.0-dev.3"
"@progress/kendo-theme-core": "6.4.0-dev.4",
"@progress/kendo-theme-utils": "6.4.0-dev.4"
}
}
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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **html:** render empty label only in horizontal form ([efdb49b](https://github.com/telerik/kendo-themes/commit/efdb49b0857459aeaac6a1737a15170b8f7a16f4))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-themes-html
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* **grid:** fix grid column menu width ([2d62d41](https://github.com/telerik/kendo-themes/commit/2d62d4197e971d76bad4604e469b2f28ad6ea337))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-theme-material
Expand Down
2 changes: 1 addition & 1 deletion packages/material/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/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": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@progress/kendo-font-icons": "1.5.0",
"@progress/kendo-theme-core": "6.4.0-dev.3",
"@progress/kendo-theme-default": "6.4.0-dev.3",
"@progress/kendo-theme-utils": "6.4.0-dev.3"
"@progress/kendo-theme-core": "6.4.0-dev.4",
"@progress/kendo-theme-default": "6.4.0-dev.4",
"@progress/kendo-theme-utils": "6.4.0-dev.4"
}
}
11 changes: 11 additions & 0 deletions packages/nouvelle/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.

# [6.4.0-dev.4](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.3...v6.4.0-dev.4) (2023-05-15)


### Bug Fixes

* remove icons flipping styles in rtl ([7f5e54c](https://github.com/telerik/kendo-themes/commit/7f5e54cc75c5647f02e53fe3faa97bdef7b82f24))





# [6.4.0-dev.3](https://github.com/telerik/kendo-themes/compare/v6.4.0-dev.2...v6.4.0-dev.3) (2023-05-08)

**Note:** Version bump only for package @progress/kendo-theme-nouvelle
Expand Down
2 changes: 1 addition & 1 deletion packages/nouvelle/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/nouvelle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-nouvelle",
"description": "A css variables heavy theme for Kendo UI",
"version": "6.4.0-dev.3",
"version": "6.4.0-dev.4",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@progress/kendo-font-icons": "1.5.0",
"@progress/kendo-theme-core": "6.4.0-dev.3",
"@progress/kendo-theme-utils": "6.4.0-dev.3"
"@progress/kendo-theme-core": "6.4.0-dev.4",
"@progress/kendo-theme-utils": "6.4.0-dev.4"
}
}
Loading

0 comments on commit f1697f6

Please sign in to comment.