From 1b46da7172ecddc0fe1fe2b41e2d6fcb56df6a58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:20:20 +0000 Subject: [PATCH] chore: release --- .changeset/neat-clouds-sleep.md | 5 ----- .changeset/strong-falcons-complain.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/neat-clouds-sleep.md delete mode 100644 .changeset/strong-falcons-complain.md diff --git a/.changeset/neat-clouds-sleep.md b/.changeset/neat-clouds-sleep.md deleted file mode 100644 index bac87a98..00000000 --- a/.changeset/neat-clouds-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Faster overlay transition with 120ms duration instead of 180ms. diff --git a/.changeset/strong-falcons-complain.md b/.changeset/strong-falcons-complain.md deleted file mode 100644 index 23ab2b4f..00000000 --- a/.changeset/strong-falcons-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Minor fixes for typings. diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6b5d91..2d1ead4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.59.10 + +### Patch Changes + +- [#647](https://github.com/cube-js/cube-ui-kit/pull/647) [`762b604`](https://github.com/cube-js/cube-ui-kit/commit/762b604b916abe20932dbd0e9b59a39c61db971b) Thanks [@tenphi](https://github.com/tenphi)! - Faster overlay transition with 120ms duration instead of 180ms. + +- [#647](https://github.com/cube-js/cube-ui-kit/pull/647) [`762b604`](https://github.com/cube-js/cube-ui-kit/commit/762b604b916abe20932dbd0e9b59a39c61db971b) Thanks [@tenphi](https://github.com/tenphi)! - Minor fixes for typings. + ## 0.59.9 ### Patch Changes diff --git a/package.json b/package.json index b4e963ac..63e1f4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.59.9", + "version": "0.59.10", "type": "module", "description": "UIKit for Cube Projects", "module": "dist/es/index.js",