diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bb24ed4dd..4b2e9e7dfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 13208a436b0..65fb656c5a5 100644 --- a/lerna.json +++ b/lerna.json @@ -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/*" ], diff --git a/package-lock.json b/package-lock.json index 920ed49a220..32f919d6c42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25186,55 +25186,55 @@ }, "packages/bootstrap": { "name": "@progress/kendo-theme-bootstrap", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "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" } }, "packages/classic": { "name": "@progress/kendo-theme-classic", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "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" } }, "packages/core": { "name": "@progress/kendo-theme-core", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0" }, "packages/default": { "name": "@progress/kendo-theme-default", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "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" } }, "packages/fluent": { "name": "@progress/kendo-theme-fluent", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "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" } }, "packages/html": { "name": "@progress/kendo-themes-html", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "2.1.0", @@ -25247,31 +25247,31 @@ }, "packages/material": { "name": "@progress/kendo-theme-material", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "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" } }, "packages/nouvelle": { "name": "@progress/kendo-theme-nouvelle", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "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" } }, "packages/utils": { "name": "@progress/kendo-theme-utils", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "license": "Apache-2.0", "dependencies": { - "@progress/kendo-theme-core": "7.1.0-dev.8" + "@progress/kendo-theme-core": "7.1.0-dev.9" } } } diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md index 1da75fefa25..9216bd336e1 100644 --- a/packages/bootstrap/CHANGELOG.md +++ b/packages/bootstrap/CHANGELOG.md @@ -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 diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index d327de87aec..606fe13d4b6 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -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": [ @@ -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": { diff --git a/packages/classic/CHANGELOG.md b/packages/classic/CHANGELOG.md index 201222e28b5..d3901835367 100644 --- a/packages/classic/CHANGELOG.md +++ b/packages/classic/CHANGELOG.md @@ -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 diff --git a/packages/classic/package.json b/packages/classic/package.json index dc61da07004..de4f4b40032 100644 --- a/packages/classic/package.json +++ b/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": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a5529b0e472..cf82c97e7fd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 80b46c41103..ff9c7b3790e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": [ diff --git a/packages/default/CHANGELOG.md b/packages/default/CHANGELOG.md index ef16f1a9574..cd651c1cccf 100644 --- a/packages/default/CHANGELOG.md +++ b/packages/default/CHANGELOG.md @@ -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 diff --git a/packages/default/package.json b/packages/default/package.json index b735bdc11d6..568214b477c 100644 --- a/packages/default/package.json +++ b/packages/default/package.json @@ -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": [ @@ -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", diff --git a/packages/fluent/CHANGELOG.md b/packages/fluent/CHANGELOG.md index ffba3110d5c..c25c784bdf8 100644 --- a/packages/fluent/CHANGELOG.md +++ b/packages/fluent/CHANGELOG.md @@ -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 diff --git a/packages/fluent/package.json b/packages/fluent/package.json index 3ceee34b7d3..5b160dc47d5 100644 --- a/packages/fluent/package.json +++ b/packages/fluent/package.json @@ -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": [ @@ -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", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index e9439c6d9b6..bcf5080819f 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -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 diff --git a/packages/html/package.json b/packages/html/package.json index 19b4a35844e..91354c89eb9 100644 --- a/packages/html/package.json +++ b/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": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "author": "Progress", "license": "Apache-2.0", "keywords": [ diff --git a/packages/material/CHANGELOG.md b/packages/material/CHANGELOG.md index c752fc62e50..e93d21ecdfa 100644 --- a/packages/material/CHANGELOG.md +++ b/packages/material/CHANGELOG.md @@ -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 + +* **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)) +* **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-material diff --git a/packages/material/package.json b/packages/material/package.json index a824e04a909..e69cca12b44 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,7 +1,7 @@ { "name": "@progress/kendo-theme-material", "description": "Material theme for Kendo UI", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -54,9 +54,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", diff --git a/packages/nouvelle/CHANGELOG.md b/packages/nouvelle/CHANGELOG.md index 4425436b0ac..d94a0b69a41 100644 --- a/packages/nouvelle/CHANGELOG.md +++ b/packages/nouvelle/CHANGELOG.md @@ -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. +# [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) + +**Note:** Version bump only for package @progress/kendo-theme-nouvelle + + + + + # [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-nouvelle diff --git a/packages/nouvelle/package.json b/packages/nouvelle/package.json index d14404721e4..9ebf60b0fed 100644 --- a/packages/nouvelle/package.json +++ b/packages/nouvelle/package.json @@ -1,7 +1,7 @@ { "name": "@progress/kendo-theme-nouvelle", "description": "A css variables heavy theme for Kendo UI", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -54,8 +54,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" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d04583baf70..aca42692054 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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. +# [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) + +**Note:** Version bump only for package @progress/kendo-theme-utils + + + + + # [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-utils diff --git a/packages/utils/package.json b/packages/utils/package.json index e7765461f8b..9f4e794e8da 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@progress/kendo-theme-utils", "description": "Utility first library alongside Kendo UI", - "version": "7.1.0-dev.8", + "version": "7.1.0-dev.9", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -43,7 +43,7 @@ "postpublish": "echo 'no postpublish for utils'" }, "dependencies": { - "@progress/kendo-theme-core": "7.1.0-dev.8" + "@progress/kendo-theme-core": "7.1.0-dev.9" }, "directories": { "doc": "docs"