diff --git a/.changeset/olive-ants-remember.md b/.changeset/olive-ants-remember.md deleted file mode 100644 index 36ad20830..000000000 --- a/.changeset/olive-ants-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -A brand new style parser that supports all kinds of css syntax and nested custom tasty syntax. diff --git a/CHANGELOG.md b/CHANGELOG.md index 14876aeeb..d0c0d6db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.71.0 + +### Minor Changes + +- [#681](https://github.com/cube-js/cube-ui-kit/pull/681) [`c5f04fec`](https://github.com/cube-js/cube-ui-kit/commit/c5f04fec2c13cf511b6c45059884af94480a17ce) Thanks [@tenphi](https://github.com/tenphi)! - A brand new style parser that supports all kinds of css syntax and nested custom tasty syntax. + ## 0.70.0 ### Minor Changes diff --git a/package.json b/package.json index f88a2c1c8..372578b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.70.0", + "version": "0.71.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {