diff --git a/CHANGELOG.md b/CHANGELOG.md index a144a3d..d740904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/gravity-ui/dashkit/compare/v5.6.2...v6.0.0) (2023-07-17) + + +### ⚠ BREAKING CHANGES + +* move to uikit v5 ([#74](https://github.com/gravity-ui/dashkit/issues/74)) + +### Features + +* move to uikit v5 ([#74](https://github.com/gravity-ui/dashkit/issues/74)) ([7df9c49](https://github.com/gravity-ui/dashkit/commit/7df9c49e8d678235d003f337be8b5136742061c1)) + ## [5.6.2](https://github.com/gravity-ui/dashkit/compare/v5.6.1...v5.6.2) (2023-06-16) diff --git a/package-lock.json b/package-lock.json index b959276..8efc9c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "5.6.2", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "5.6.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@gravity-ui/i18n": "^1.0.0", diff --git a/package.json b/package.json index a1a18aa..a71afae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "5.6.2", + "version": "6.0.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {