From 91a1bfaa94c431f2d5430ebc7decbbcb61f095f2 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:31:58 +0300 Subject: [PATCH] chore(main): release 8.13.0 (#186) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2b13d..d8a0765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.13.0](https://github.com/gravity-ui/dashkit/compare/v8.12.1...v8.13.0) (2024-09-05) + + +### Features + +* make newItemLayout optional in reflowLayout ([#185](https://github.com/gravity-ui/dashkit/issues/185)) ([4309e8e](https://github.com/gravity-ui/dashkit/commit/4309e8e389fdf9771f9bb39e7e6f387de269ea60)) + ## [8.12.1](https://github.com/gravity-ui/dashkit/compare/v8.12.0...v8.12.1) (2024-09-04) diff --git a/package-lock.json b/package-lock.json index f1fca36..fc88b3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.12.1", + "version": "8.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.12.1", + "version": "8.13.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a645094..acbbb94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.12.1", + "version": "8.13.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {