diff --git a/CHANGELOG.md b/CHANGELOG.md index b46fad86d9..af2f6ecf01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,91 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **bootstrap:** detach utils package ([c2870e0](https://github.com/telerik/kendo-themes/commit/c2870e0c36c618a25f2c5776acc9bf5af707b4e3)) +* **classic:** detach utils package ([7b119ff](https://github.com/telerik/kendo-themes/commit/7b119ff846a4d5efe3a1abf0eec3a9e5b6560418)) +* **default:** detach utils package ([5d3910d](https://github.com/telerik/kendo-themes/commit/5d3910db126d9d70cec9c0fa2caaa04a1a981f65)) +* **fluent:** detach utils package ([69a3e9b](https://github.com/telerik/kendo-themes/commit/69a3e9b23714433a13ffb29ec04e094b1093d303)) +* **material:** detach utils package ([e5f86d9](https://github.com/telerik/kendo-themes/commit/e5f86d9f7b273cd41b87f24642c8c652e0775af6)) +* **utils:** implement responsive layout system ([f81250e](https://github.com/telerik/kendo-themes/commit/f81250ec30c701723d7b194edbee6877bf6caa44)) + + +### BREAKING CHANGES + +* **fluent:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ +* **material:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ +* **classic:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ +* **bootstrap:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ +* **default:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ + + + + + ## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16) diff --git a/lerna.json b/lerna.json index 5b3a3fdfde..602270f582 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "8.2.1", + "version": "9.0.0-dev.0", "packages": [ "packages/*" ], diff --git a/package-lock.json b/package-lock.json index cb9464114f..d0a696e099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21619,55 +21619,55 @@ }, "packages/bootstrap": { "name": "@progress/kendo-theme-bootstrap", - "version": "8.2.1", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-default": "8.2.1", - "@progress/kendo-theme-utils": "8.2.0", + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-default": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0", "bootstrap": "5.2.1" } }, "packages/classic": { "name": "@progress/kendo-theme-classic", - "version": "8.2.1", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-default": "8.2.1", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-default": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" } }, "packages/core": { "name": "@progress/kendo-theme-core", - "version": "8.2.0", + "version": "9.0.0-dev.0", "license": "Apache-2.0" }, "packages/default": { "name": "@progress/kendo-theme-default", - "version": "8.2.1", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" } }, "packages/fluent": { "name": "@progress/kendo-theme-fluent", - "version": "8.2.1", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" } }, "packages/html": { "name": "@progress/kendo-themes-html", - "version": "8.2.0", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", @@ -21680,31 +21680,31 @@ }, "packages/material": { "name": "@progress/kendo-theme-material", - "version": "8.2.1", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-default": "8.2.1", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-default": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" } }, "packages/nouvelle": { "name": "@progress/kendo-theme-nouvelle", - "version": "8.2.0", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" } }, "packages/utils": { "name": "@progress/kendo-theme-utils", - "version": "8.2.0", + "version": "9.0.0-dev.0", "license": "Apache-2.0", "dependencies": { - "@progress/kendo-theme-core": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0" } } } diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md index bc57e237d6..ff72c02dec 100644 --- a/packages/bootstrap/CHANGELOG.md +++ b/packages/bootstrap/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **bootstrap:** detach utils package ([c2870e0](https://github.com/telerik/kendo-themes/commit/c2870e0c36c618a25f2c5776acc9bf5af707b4e3)) + + +### BREAKING CHANGES + +* **bootstrap:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ + + + + + ## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16) diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index 36b3317a03..a4c6eed333 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": "8.2.1", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -53,9 +53,9 @@ }, "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-default": "8.2.1", - "@progress/kendo-theme-utils": "8.2.0", + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-default": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0", "bootstrap": "5.2.1" }, "directories": { diff --git a/packages/classic/CHANGELOG.md b/packages/classic/CHANGELOG.md index 1892fe0c2f..935e3b09c3 100644 --- a/packages/classic/CHANGELOG.md +++ b/packages/classic/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **classic:** detach utils package ([7b119ff](https://github.com/telerik/kendo-themes/commit/7b119ff846a4d5efe3a1abf0eec3a9e5b6560418)) + + +### BREAKING CHANGES + +* **classic:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ + + + + + ## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16) diff --git a/packages/classic/package.json b/packages/classic/package.json index 561556c4fd..fb8307ca25 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": "8.2.1", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -53,9 +53,9 @@ }, "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-default": "8.2.1", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-default": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" }, "directories": { "doc": "docs", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3fa154cb30..470389b428 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + +**Note:** Version bump only for package @progress/kendo-theme-core + + + + + # [8.2.0](https://github.com/telerik/kendo-themes/compare/v8.2.0-dev.0...v8.2.0) (2024-07-15) **Note:** Version bump only for package @progress/kendo-theme-core diff --git a/packages/core/package.json b/packages/core/package.json index 6d187aabef..d9c09c5b2a 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": "8.2.0", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ diff --git a/packages/default/CHANGELOG.md b/packages/default/CHANGELOG.md index a929470f25..77cd5c9953 100644 --- a/packages/default/CHANGELOG.md +++ b/packages/default/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **default:** detach utils package ([5d3910d](https://github.com/telerik/kendo-themes/commit/5d3910db126d9d70cec9c0fa2caaa04a1a981f65)) + + +### BREAKING CHANGES + +* **default:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ + + + + + ## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16) diff --git a/packages/default/package.json b/packages/default/package.json index ac1c77a03f..f58a6b035c 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": "8.2.1", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -52,8 +52,8 @@ }, "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" }, "directories": { "doc": "docs", diff --git a/packages/fluent/CHANGELOG.md b/packages/fluent/CHANGELOG.md index 3102b97e5e..42560b4010 100644 --- a/packages/fluent/CHANGELOG.md +++ b/packages/fluent/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **fluent:** detach utils package ([69a3e9b](https://github.com/telerik/kendo-themes/commit/69a3e9b23714433a13ffb29ec04e094b1093d303)) + + +### BREAKING CHANGES + +* **fluent:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ + + + + + ## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16) diff --git a/packages/fluent/package.json b/packages/fluent/package.json index 4e03e0b2ca..397f97a4da 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": "8.2.1", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -53,8 +53,8 @@ }, "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" }, "directories": { "doc": "docs", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 48237a8b60..40201ebd2a 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/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. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + +**Note:** Version bump only for package @progress/kendo-themes-html + + + + + # [8.2.0](https://github.com/telerik/kendo-themes/compare/v8.2.0-dev.0...v8.2.0) (2024-07-15) **Note:** Version bump only for package @progress/kendo-themes-html diff --git a/packages/html/package.json b/packages/html/package.json index db82229cd8..dee80b056a 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": "8.2.0", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ diff --git a/packages/material/CHANGELOG.md b/packages/material/CHANGELOG.md index 6a81cb270f..7ba9e80b93 100644 --- a/packages/material/CHANGELOG.md +++ b/packages/material/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **material:** detach utils package ([e5f86d9](https://github.com/telerik/kendo-themes/commit/e5f86d9f7b273cd41b87f24642c8c652e0775af6)) + + +### BREAKING CHANGES + +* **material:** The utilities package is now decoupled from the themes package. + +Effective with the R3 2024 release, the utilities package is now +independent of the themes package. This means that, moving forward, +components will selectively import only the utilities they require, +rather than the entire utilities package. This adjustment does not +impact the styling of components but is designed to improve the system's +flexibility and modularity. + +For developers using utility classes for custom layouts, you will now +need to manually import the utilities as a separate stylesheet on your +pages. For step-by-step instructions on how to do this, please visit: +https://www.telerik.com/design-system/docs/utils/get-started/installation/ + + + + + ## [8.2.1](https://github.com/telerik/kendo-themes/compare/v8.2.0...v8.2.1) (2024-07-16) diff --git a/packages/material/package.json b/packages/material/package.json index d0368f02c6..fc008bc3a0 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": "8.2.1", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -54,9 +54,9 @@ }, "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-default": "8.2.1", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-default": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" }, "directories": { "doc": "docs", diff --git a/packages/nouvelle/CHANGELOG.md b/packages/nouvelle/CHANGELOG.md index 709550101d..a5dedff6e5 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. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + +**Note:** Version bump only for package @progress/kendo-theme-nouvelle + + + + + # [8.2.0](https://github.com/telerik/kendo-themes/compare/v8.2.0-dev.0...v8.2.0) (2024-07-15) **Note:** Version bump only for package @progress/kendo-theme-nouvelle diff --git a/packages/nouvelle/package.json b/packages/nouvelle/package.json index 0046e45cae..4e871df0ac 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": "8.2.0", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -54,8 +54,8 @@ }, "dependencies": { "@progress/kendo-svg-icons": "3.0.0", - "@progress/kendo-theme-core": "8.2.0", - "@progress/kendo-theme-utils": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0", + "@progress/kendo-theme-utils": "9.0.0-dev.0" }, "directories": { "doc": "docs" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3717a231f8..6904f93fb5 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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. +# [9.0.0-dev.0](https://github.com/telerik/kendo-themes/compare/v8.2.1...v9.0.0-dev.0) (2024-07-19) + + +### Features + +* **utils:** implement responsive layout system ([f81250e](https://github.com/telerik/kendo-themes/commit/f81250ec30c701723d7b194edbee6877bf6caa44)) + + + + + # [8.2.0](https://github.com/telerik/kendo-themes/compare/v8.2.0-dev.0...v8.2.0) (2024-07-15) **Note:** Version bump only for package @progress/kendo-theme-utils diff --git a/packages/utils/package.json b/packages/utils/package.json index e9fa567958..e88b4cd925 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": "8.2.0", + "version": "9.0.0-dev.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ @@ -43,7 +43,7 @@ "postpublish": "echo 'no postpublish for utils'" }, "dependencies": { - "@progress/kendo-theme-core": "8.2.0" + "@progress/kendo-theme-core": "9.0.0-dev.0" }, "directories": { "doc": "docs"