Skip to content

Commit

Permalink
chore(release): v8.1.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Jun 24, 2024
1 parent 6e8929c commit 4689911
Show file tree
Hide file tree
Showing 21 changed files with 149 additions and 51 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **bootstrap:** update main-dark swatch ([537f168](https://github.com/telerik/kendo-themes/commit/537f168cd20502bb1ac4642d901d7f594554a733))
* **default:** update main-dark swatch ([8a52826](https://github.com/telerik/kendo-themes/commit/8a52826a0fe1a62b48f31b230892d3cfff7a6b6c))
* **fluent:** add main-dark swatch ([b7dd92c](https://github.com/telerik/kendo-themes/commit/b7dd92c20f7458c964ff64371d0aab0ab9589e8e))
* **material:** update main-dark swatch ([a57a8be](https://github.com/telerik/kendo-themes/commit/a57a8be52c5e306974ff47bf20d6111bf0b4982f))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "8.1.0-dev.0",
"version": "8.1.0-dev.1",
"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.

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.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **bootstrap:** update main-dark swatch ([537f168](https://github.com/telerik/kendo-themes/commit/537f168cd20502bb1ac4642d901d7f594554a733))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


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

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)

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





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


Expand Down
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": "8.1.0-dev.0",
"version": "8.1.0-dev.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "8.1.0-dev.0",
"@progress/kendo-theme-default": "8.1.0-dev.0",
"@progress/kendo-theme-utils": "8.1.0-dev.0"
"@progress/kendo-theme-core": "8.1.0-dev.1",
"@progress/kendo-theme-default": "8.1.0-dev.1",
"@progress/kendo-theme-utils": "8.1.0-dev.1"
},
"directories": {
"doc": "docs",
Expand Down
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.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)

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





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)

**Note:** Version bump only for package @progress/kendo-theme-core
Expand Down
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": "8.1.0-dev.0",
"version": "8.1.0-dev.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/default/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.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **default:** update main-dark swatch ([8a52826](https://github.com/telerik/kendo-themes/commit/8a52826a0fe1a62b48f31b230892d3cfff7a6b6c))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


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

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **fluent:** add main-dark swatch ([b7dd92c](https://github.com/telerik/kendo-themes/commit/b7dd92c20f7458c964ff64371d0aab0ab9589e8e))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


Expand Down
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": "8.1.0-dev.0",
"version": "8.1.0-dev.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "8.1.0-dev.0",
"@progress/kendo-theme-utils": "8.1.0-dev.0"
"@progress/kendo-theme-core": "8.1.0-dev.1",
"@progress/kendo-theme-utils": "8.1.0-dev.1"
},
"directories": {
"doc": "docs",
Expand Down
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.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)

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





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)

**Note:** Version bump only for package @progress/kendo-themes-html
Expand Down
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": "8.1.0-dev.0",
"version": "8.1.0-dev.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.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)


### Features

* **material:** update main-dark swatch ([a57a8be](https://github.com/telerik/kendo-themes/commit/a57a8be52c5e306974ff47bf20d6111bf0b4982f))





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)


Expand Down
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": "8.1.0-dev.0",
"version": "8.1.0-dev.1",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "3.0.0",
"@progress/kendo-theme-core": "8.1.0-dev.0",
"@progress/kendo-theme-default": "8.1.0-dev.0",
"@progress/kendo-theme-utils": "8.1.0-dev.0"
"@progress/kendo-theme-core": "8.1.0-dev.1",
"@progress/kendo-theme-default": "8.1.0-dev.1",
"@progress/kendo-theme-utils": "8.1.0-dev.1"
},
"directories": {
"doc": "docs",
Expand Down
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.

# [8.1.0-dev.1](https://github.com/telerik/kendo-themes/compare/v8.1.0-dev.0...v8.1.0-dev.1) (2024-06-24)

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





# [8.1.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.0.2-dev.4...v8.1.0-dev.0) (2024-06-17)

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

0 comments on commit 4689911

Please sign in to comment.