From 7a95fd55993195bc5d4aafa61ad78b0f32757cd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:36:18 +0100 Subject: [PATCH] Version Packages (#549) Co-authored-by: github-actions[bot] --- .changeset/rotten-beers-bathe.md | 5 ----- .changeset/witty-ladybugs-mate.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/rotten-beers-bathe.md delete mode 100644 .changeset/witty-ladybugs-mate.md diff --git a/.changeset/rotten-beers-bathe.md b/.changeset/rotten-beers-bathe.md deleted file mode 100644 index 3fd33177..00000000 --- a/.changeset/rotten-beers-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add ShieldIcon, ShieldFilledIcon and UserLockIcon components. diff --git a/.changeset/witty-ladybugs-mate.md b/.changeset/witty-ladybugs-mate.md deleted file mode 100644 index ba80f3ed..00000000 --- a/.changeset/witty-ladybugs-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fix props propagation in ResizablePanel. diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b64d2a..090e5772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.46.5 + +### Patch Changes + +- [#548](https://github.com/cube-js/cube-ui-kit/pull/548) [`bc16ca4`](https://github.com/cube-js/cube-ui-kit/commit/bc16ca4c9284227d47fe0a418399ac9b0c50a2ed) Thanks [@tenphi](https://github.com/tenphi)! - Add ShieldIcon, ShieldFilledIcon and UserLockIcon components. + +- [#547](https://github.com/cube-js/cube-ui-kit/pull/547) [`273f757`](https://github.com/cube-js/cube-ui-kit/commit/273f757b04962805bc9e4fdb903b29de6838d1ef) Thanks [@tenphi](https://github.com/tenphi)! - Fix props propagation in ResizablePanel. + ## 0.46.4 ### Patch Changes diff --git a/package.json b/package.json index af903633..f692fe58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.46.4", + "version": "0.46.5", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",