diff --git a/.changeset/fast-hats-teach.md b/.changeset/fast-hats-teach.md deleted file mode 100644 index 1632ff75..00000000 --- a/.changeset/fast-hats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Futher improvement of typings. diff --git a/.changeset/serious-windows-search.md b/.changeset/serious-windows-search.md deleted file mode 100644 index b00bad25..00000000 --- a/.changeset/serious-windows-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Add support for more complex selectors in mods. diff --git a/.changeset/swift-pets-roll.md b/.changeset/swift-pets-roll.md deleted file mode 100644 index 945370d7..00000000 --- a/.changeset/swift-pets-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Improve typings and add support for the most html attributes and event handlers. diff --git a/CHANGELOG.md b/CHANGELOG.md index 370e0197..4265264f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @cube-dev/ui-kit +## 0.44.0 + +### Minor Changes + +- [#529](https://github.com/cube-js/cube-ui-kit/pull/529) [`dfc6298`](https://github.com/cube-js/cube-ui-kit/commit/dfc62981a1940d5053222228347617e4e60588ba) Thanks [@tenphi](https://github.com/tenphi)! - Add support for more complex selectors in mods. + +- [#529](https://github.com/cube-js/cube-ui-kit/pull/529) [`dfc6298`](https://github.com/cube-js/cube-ui-kit/commit/dfc62981a1940d5053222228347617e4e60588ba) Thanks [@tenphi](https://github.com/tenphi)! - Improve typings and add support for the most html attributes and event handlers. + +### Patch Changes + +- [#529](https://github.com/cube-js/cube-ui-kit/pull/529) [`dfc6298`](https://github.com/cube-js/cube-ui-kit/commit/dfc62981a1940d5053222228347617e4e60588ba) Thanks [@tenphi](https://github.com/tenphi)! - Futher improvement of typings. + ## 0.43.0 ### Minor Changes diff --git a/package.json b/package.json index 5bff6d65..5c73e560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.43.0", + "version": "0.44.0", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",