Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - @progress/kendo-theme-bootstrap@4.35.0
 - @progress/kendo-theme-classic@0.15.0
 - @progress/kendo-theme-default@4.38.0
 - @progress/kendo-theme-material@3.33.0
 - @progress/kendo-theme-nouvelle@0.2.6
  • Loading branch information
kendo-bot committed May 4, 2021
1 parent a71c12b commit b23ba2b
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 8 deletions.
16 changes: 16 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.35.0"></a>
# [4.35.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-bootstrap@4.34.0...@progress/kendo-theme-bootstrap@4.35.0) (2021-05-04)


### Bug Fixes

* wrong border color ([5c12855](https://github.com/telerik/kendo-themes/commit/5c12855))


### Features

* expose certain swatches to theme builder ([9f75bc5](https://github.com/telerik/kendo-themes/commit/9f75bc5))




<a name="4.34.0"></a>
# [4.34.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-bootstrap@4.33.1...@progress/kendo-theme-bootstrap@4.34.0) (2021-04-16)

Expand Down
4 changes: 2 additions & 2 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 v4 theme for Kendo UI",
"version": "4.34.0",
"version": "4.35.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"bootstrap": "^4.5.2"
},
"devDependencies": {
"@progress/kendo-theme-default": "^4.37.0",
"@progress/kendo-theme-default": "^4.38.0",
"bootstrap": "^4.5.2"
}
}
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.

<a name="0.15.0"></a>
# [0.15.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-classic@0.14.0...@progress/kendo-theme-classic@0.15.0) (2021-05-04)


### Features

* expose certain swatches to theme builder ([9f75bc5](https://github.com/telerik/kendo-themes/commit/9f75bc5))




<a name="0.14.0"></a>
# [0.14.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-classic@0.13.1...@progress/kendo-theme-classic@0.14.0) (2021-04-16)

Expand Down
4 changes: 2 additions & 2 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": "0.14.0",
"version": "0.15.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -45,6 +45,6 @@
"postpublish": "rm -rf modules && git checkout scss"
},
"devDependencies": {
"@progress/kendo-theme-default": "^4.37.0"
"@progress/kendo-theme-default": "^4.38.0"
}
}
21 changes: 21 additions & 0 deletions packages/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.38.0"></a>
# [4.38.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-default@4.37.0...@progress/kendo-theme-default@4.38.0) (2021-05-04)


### Bug Fixes

* various fixes for content with virtualization ([a71c12b](https://github.com/telerik/kendo-themes/commit/a71c12b))
* **action-sheet:** add z-index to actionsheet container ([d6aca3b](https://github.com/telerik/kendo-themes/commit/d6aca3b))
* wrong border color ([5c12855](https://github.com/telerik/kendo-themes/commit/5c12855))
* **actionsheet:** reset position of action sheet in popup ([e331c6b](https://github.com/telerik/kendo-themes/commit/e331c6b))
* **grid:** non sticky header cells should slide below sticky cells ([be74a9e](https://github.com/telerik/kendo-themes/commit/be74a9e))
* **taskboard:** scope category border selector in rtl ([1f021e3](https://github.com/telerik/kendo-themes/commit/1f021e3))


### Features

* expose certain swatches to theme builder ([9f75bc5](https://github.com/telerik/kendo-themes/commit/9f75bc5))




<a name="4.37.0"></a>
# [4.37.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-default@4.36.0...@progress/kendo-theme-default@4.37.0) (2021-04-16)

Expand Down
2 changes: 1 addition & 1 deletion 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": "4.37.0",
"version": "4.38.0",
"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.

<a name="3.33.0"></a>
# [3.33.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-material@3.32.0...@progress/kendo-theme-material@3.33.0) (2021-05-04)


### Features

* expose certain swatches to theme builder ([9f75bc5](https://github.com/telerik/kendo-themes/commit/9f75bc5))




<a name="3.32.0"></a>
# [3.32.0](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-material@3.31.1...@progress/kendo-theme-material@3.32.0) (2021-04-16)

Expand Down
4 changes: 2 additions & 2 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": "3.32.0",
"version": "3.33.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -46,6 +46,6 @@
"postpublish": "rm -rf modules && git checkout scss"
},
"devDependencies": {
"@progress/kendo-theme-default": "^4.37.0"
"@progress/kendo-theme-default": "^4.38.0"
}
}
8 changes: 8 additions & 0 deletions packages/nouvelle/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.

<a name="0.2.6"></a>
## 0.2.6 (2021-05-04)




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

<a name="0.2.5"></a>
## [0.2.5](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-nouvelle@0.2.4...@progress/kendo-theme-nouvelle@0.2.5) (2020-11-16)

Expand Down
2 changes: 1 addition & 1 deletion 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": "0.2.5",
"version": "0.2.6",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit b23ba2b

Please sign in to comment.