Skip to content

Commit

Permalink
chore(release): v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Jan 24, 2022
1 parent 1626963 commit 279941c
Show file tree
Hide file tree
Showing 20 changed files with 95 additions and 17 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)


### Bug Fixes

* **button:** use kendo-button prefix in swatch definitions ([bf482e6](https://github.com/telerik/kendo-themes/commit/bf482e6f0c2c39426fd9eefbe71759743ae4332a))


### Features

* **tabstrip:** add focused state styles on tab item ([1626963](https://github.com/telerik/kendo-themes/commit/16269638f57aa0316cd9df88a14f6bcb68a1cf78))





## [5.0.1](https://github.com/telerik/kendo-themes/compare/v5.0.0...v5.0.1) (2022-01-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "5.0.2-dev.0",
"version": "5.1.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/bootstrap/CHANGELOG.md
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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)


### Bug Fixes

* **button:** use kendo-button prefix in swatch definitions ([bf482e6](https://github.com/telerik/kendo-themes/commit/bf482e6f0c2c39426fd9eefbe71759743ae4332a))





## [5.0.1](https://github.com/telerik/kendo-themes/compare/v5.0.0...v5.0.1) (2022-01-19)


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.

4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
"version": "5.0.2-dev.0",
"version": "5.1.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"postpublish": "echo 'no postpublish for bootstrap theme'"
},
"dependencies": {
"@progress/kendo-theme-default": "^5.0.2-dev.0",
"@progress/kendo-theme-default": "^5.1.0",
"bootstrap": "^5.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/classic/CHANGELOG.md
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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)


### Bug Fixes

* **button:** use kendo-button prefix in swatch definitions ([bf482e6](https://github.com/telerik/kendo-themes/commit/bf482e6f0c2c39426fd9eefbe71759743ae4332a))





## [5.0.1](https://github.com/telerik/kendo-themes/compare/v5.0.0...v5.0.1) (2022-01-19)


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.

4 changes: 2 additions & 2 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": "5.0.2-dev.0",
"version": "5.1.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -49,6 +49,6 @@
"postpublish": "echo 'no postpublish for classic theme'"
},
"dependencies": {
"@progress/kendo-theme-default": "^5.0.2-dev.0"
"@progress/kendo-theme-default": "^5.1.0"
}
}
16 changes: 16 additions & 0 deletions packages/default/CHANGELOG.md
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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)


### Bug Fixes

* **button:** use kendo-button prefix in swatch definitions ([bf482e6](https://github.com/telerik/kendo-themes/commit/bf482e6f0c2c39426fd9eefbe71759743ae4332a))


### Features

* **tabstrip:** add focused state styles on tab item ([1626963](https://github.com/telerik/kendo-themes/commit/16269638f57aa0316cd9df88a14f6bcb68a1cf78))





## [5.0.1](https://github.com/telerik/kendo-themes/compare/v5.0.0...v5.0.1) (2022-01-19)


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.

2 changes: 1 addition & 1 deletion packages/default/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "5.0.2-dev.0",
"version": "5.1.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)

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





# [5.0.0](https://github.com/telerik/kendo-themes/compare/v4.44.0...v5.0.0) (2022-01-18)


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
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-themes-html",
"description": "A collection of HTML helpers used for developing Kendo UI themes",
"version": "5.0.2-dev.0",
"version": "5.1.0",
"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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)

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





## [5.0.1](https://github.com/telerik/kendo-themes/compare/v5.0.0...v5.0.1) (2022-01-19)


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.

4 changes: 2 additions & 2 deletions packages/material/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-material",
"description": "Material theme for Kendo UI",
"version": "5.0.2-dev.0",
"version": "5.1.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"postpublish": "echo 'no postpublish for material theme'"
},
"dependencies": {
"@progress/kendo-theme-default": "^5.0.2-dev.0"
"@progress/kendo-theme-default": "^5.1.0"
}
}
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.

# [5.1.0](https://github.com/telerik/kendo-themes/compare/v5.0.1...v5.1.0) (2022-01-24)

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





## [5.0.1](https://github.com/telerik/kendo-themes/compare/v5.0.0...v5.0.1) (2022-01-19)

**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.

4 changes: 2 additions & 2 deletions packages/nouvelle/package.json
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-nouvelle",
"description": "A css variables heavy theme for Kendo UI",
"version": "5.0.2-dev.0",
"version": "5.1.0",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"postpublish": "echo 'no postpublish for nouvelle theme'"
},
"dependencies": {
"@progress/kendo-theme-default": "^5.0.2-dev.0"
"@progress/kendo-theme-default": "^5.1.0"
}
}

0 comments on commit 279941c

Please sign in to comment.