Skip to content

Commit

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

# [7.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Bug Fixes

* **card:** content shrinks in horizontal orientation and action buttons with horizontal layout ([0ec00d0](https://github.com/telerik/kendo-themes/commit/0ec00d000e014b12bc41a470fc4499c3f49f6221))
* **filemanager:** remove content splitter double border ([7d939b5](https://github.com/telerik/kendo-themes/commit/7d939b57ab2edf3b0d8be9d693fbad4134d8e6fd))
* **filemanager:** toolbar shadow not visible in material theme ([bb52658](https://github.com/telerik/kendo-themes/commit/bb52658009830f7ddb91e98af16dfa352f4109fa))


### Features

* **bootstrap:** implement color system ([21e3916](https://github.com/telerik/kendo-themes/commit/21e391667e335cfe90be9451618e87c4c1ca1ff4))
* **classic:** implement color system ([2e73df4](https://github.com/telerik/kendo-themes/commit/2e73df445cbc6d1262c3b142f2c8f966781b400d))
* **default:** implement color system ([c985322](https://github.com/telerik/kendo-themes/commit/c985322ac5f1b2da98561b9dfbb698cc0bc02e04))
* **fluent:** implement color system ([5a8bbc8](https://github.com/telerik/kendo-themes/commit/5a8bbc81393066cc5650eca1bc61bd6e60767508))
* **gantt:** update selectors to match updated rendering ([4efe6e5](https://github.com/telerik/kendo-themes/commit/4efe6e51928e2ec7393b319b24e301aa0fd2ca0f))
* **material:** implement color system ([bfc5c60](https://github.com/telerik/kendo-themes/commit/bfc5c60c9ad11c0595956358c0e125b3dae7656a))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-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 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.1.0-dev.8",
"version": "7.1.0-dev.9",
"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.

13 changes: 13 additions & 0 deletions packages/bootstrap/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.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Features

* **bootstrap:** implement color system ([21e3916](https://github.com/telerik/kendo-themes/commit/21e391667e335cfe90be9451618e87c4c1ca1ff4))
* **classic:** implement color system ([2e73df4](https://github.com/telerik/kendo-themes/commit/2e73df445cbc6d1262c3b142f2c8f966781b400d))
* **default:** implement color system ([c985322](https://github.com/telerik/kendo-themes/commit/c985322ac5f1b2da98561b9dfbb698cc0bc02e04))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-08)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
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": "7.1.0-dev.8",
"version": "7.1.0-dev.9",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.1.0",
"@progress/kendo-theme-core": "7.1.0-dev.8",
"@progress/kendo-theme-default": "7.1.0-dev.8",
"@progress/kendo-theme-utils": "7.1.0-dev.8",
"@progress/kendo-theme-core": "7.1.0-dev.9",
"@progress/kendo-theme-default": "7.1.0-dev.9",
"@progress/kendo-theme-utils": "7.1.0-dev.9",
"bootstrap": "5.2.1"
},
"directories": {
Expand Down
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.

# [7.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Features

* **classic:** implement color system ([2e73df4](https://github.com/telerik/kendo-themes/commit/2e73df445cbc6d1262c3b142f2c8f966781b400d))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-08)

**Note:** Version bump only for package @progress/kendo-theme-classic
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": "7.1.0-dev.8",
"version": "7.1.0-dev.9",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.1.0",
"@progress/kendo-theme-core": "7.1.0-dev.8",
"@progress/kendo-theme-default": "7.1.0-dev.8",
"@progress/kendo-theme-utils": "7.1.0-dev.8"
"@progress/kendo-theme-core": "7.1.0-dev.9",
"@progress/kendo-theme-default": "7.1.0-dev.9",
"@progress/kendo-theme-utils": "7.1.0-dev.9"
},
"directories": {
"doc": "docs",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/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.

# [7.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Features

* **bootstrap:** implement color system ([21e3916](https://github.com/telerik/kendo-themes/commit/21e391667e335cfe90be9451618e87c4c1ca1ff4))
* **default:** implement color system ([c985322](https://github.com/telerik/kendo-themes/commit/c985322ac5f1b2da98561b9dfbb698cc0bc02e04))
* **fluent:** implement color system ([5a8bbc8](https://github.com/telerik/kendo-themes/commit/5a8bbc81393066cc5650eca1bc61bd6e60767508))
* **material:** implement color system ([bfc5c60](https://github.com/telerik/kendo-themes/commit/bfc5c60c9ad11c0595956358c0e125b3dae7656a))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-08)

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

# [7.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Bug Fixes

* **card:** content shrinks in horizontal orientation and action buttons with horizontal layout ([0ec00d0](https://github.com/telerik/kendo-themes/commit/0ec00d000e014b12bc41a470fc4499c3f49f6221))
* **filemanager:** remove content splitter double border ([7d939b5](https://github.com/telerik/kendo-themes/commit/7d939b57ab2edf3b0d8be9d693fbad4134d8e6fd))
* **filemanager:** toolbar shadow not visible in material theme ([bb52658](https://github.com/telerik/kendo-themes/commit/bb52658009830f7ddb91e98af16dfa352f4109fa))


### Features

* **bootstrap:** implement color system ([21e3916](https://github.com/telerik/kendo-themes/commit/21e391667e335cfe90be9451618e87c4c1ca1ff4))
* **classic:** implement color system ([2e73df4](https://github.com/telerik/kendo-themes/commit/2e73df445cbc6d1262c3b142f2c8f966781b400d))
* **default:** implement color system ([c985322](https://github.com/telerik/kendo-themes/commit/c985322ac5f1b2da98561b9dfbb698cc0bc02e04))
* **fluent:** implement color system ([5a8bbc8](https://github.com/telerik/kendo-themes/commit/5a8bbc81393066cc5650eca1bc61bd6e60767508))
* **gantt:** update selectors to match updated rendering ([4efe6e5](https://github.com/telerik/kendo-themes/commit/4efe6e51928e2ec7393b319b24e301aa0fd2ca0f))
* **material:** implement color system ([bfc5c60](https://github.com/telerik/kendo-themes/commit/bfc5c60c9ad11c0595956358c0e125b3dae7656a))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-08)

**Note:** Version bump only for package @progress/kendo-theme-default
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": "7.1.0-dev.8",
"version": "7.1.0-dev.9",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.1.0",
"@progress/kendo-theme-core": "7.1.0-dev.8",
"@progress/kendo-theme-utils": "7.1.0-dev.8"
"@progress/kendo-theme-core": "7.1.0-dev.9",
"@progress/kendo-theme-utils": "7.1.0-dev.9"
},
"directories": {
"doc": "docs",
Expand Down
21 changes: 21 additions & 0 deletions packages/fluent/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.

# [7.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Bug Fixes

* **card:** content shrinks in horizontal orientation and action buttons with horizontal layout ([0ec00d0](https://github.com/telerik/kendo-themes/commit/0ec00d000e014b12bc41a470fc4499c3f49f6221))
* **filemanager:** remove content splitter double border ([7d939b5](https://github.com/telerik/kendo-themes/commit/7d939b57ab2edf3b0d8be9d693fbad4134d8e6fd))
* **filemanager:** toolbar shadow not visible in material theme ([bb52658](https://github.com/telerik/kendo-themes/commit/bb52658009830f7ddb91e98af16dfa352f4109fa))


### Features

* **classic:** implement color system ([2e73df4](https://github.com/telerik/kendo-themes/commit/2e73df445cbc6d1262c3b142f2c8f966781b400d))
* **default:** implement color system ([c985322](https://github.com/telerik/kendo-themes/commit/c985322ac5f1b2da98561b9dfbb698cc0bc02e04))
* **fluent:** implement color system ([5a8bbc8](https://github.com/telerik/kendo-themes/commit/5a8bbc81393066cc5650eca1bc61bd6e60767508))
* **gantt:** update selectors to match updated rendering ([4efe6e5](https://github.com/telerik/kendo-themes/commit/4efe6e51928e2ec7393b319b24e301aa0fd2ca0f))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-08)

**Note:** Version bump only for package @progress/kendo-theme-fluent
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": "7.1.0-dev.8",
"version": "7.1.0-dev.9",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "2.1.0",
"@progress/kendo-theme-core": "7.1.0-dev.8",
"@progress/kendo-theme-utils": "7.1.0-dev.8"
"@progress/kendo-theme-core": "7.1.0-dev.9",
"@progress/kendo-theme-utils": "7.1.0-dev.9"
},
"directories": {
"doc": "docs",
Expand Down
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.

# [7.1.0-dev.9](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.8...v7.1.0-dev.9) (2024-01-10)


### Bug Fixes

* **card:** content shrinks in horizontal orientation and action buttons with horizontal layout ([0ec00d0](https://github.com/telerik/kendo-themes/commit/0ec00d000e014b12bc41a470fc4499c3f49f6221))





# [7.1.0-dev.8](https://github.com/telerik/kendo-themes/compare/v7.1.0-dev.7...v7.1.0-dev.8) (2024-01-08)

**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": "7.1.0-dev.8",
"version": "7.1.0-dev.9",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 4a6a0cb

Please sign in to comment.