diff --git a/.changeset/fair-foxes-tap.md b/.changeset/fair-foxes-tap.md deleted file mode 100644 index 1212afb5..00000000 --- a/.changeset/fair-foxes-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add isTouched flag to Form. diff --git a/.changeset/khaki-carrots-perform.md b/.changeset/khaki-carrots-perform.md deleted file mode 100644 index 3505cde4..00000000 --- a/.changeset/khaki-carrots-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Add field support for FileInput. diff --git a/.changeset/proud-jars-travel.md b/.changeset/proud-jars-travel.md deleted file mode 100644 index 7e16b9d3..00000000 --- a/.changeset/proud-jars-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Remove @react-types typings and rely solely on react-aria package. diff --git a/.changeset/seven-pugs-cry.md b/.changeset/seven-pugs-cry.md deleted file mode 100644 index ae279614..00000000 --- a/.changeset/seven-pugs-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Support "accept" attribute in FileInput component. diff --git a/.changeset/stupid-dolls-play.md b/.changeset/stupid-dolls-play.md deleted file mode 100644 index 4978d709..00000000 --- a/.changeset/stupid-dolls-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Reinitialize Field on name change. diff --git a/CHANGELOG.md b/CHANGELOG.md index bfaf553b..97b38357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @cube-dev/ui-kit +## 0.40.0 + +### Minor Changes + +- [#511](https://github.com/cube-js/cube-ui-kit/pull/511) [`384b41a`](https://github.com/cube-js/cube-ui-kit/commit/384b41a087d2965bbd4dc815c73435ed357ca576) Thanks [@tenphi](https://github.com/tenphi)! - Add field support for FileInput. + +- [#511](https://github.com/cube-js/cube-ui-kit/pull/511) [`384b41a`](https://github.com/cube-js/cube-ui-kit/commit/384b41a087d2965bbd4dc815c73435ed357ca576) Thanks [@tenphi](https://github.com/tenphi)! - Remove @react-types typings and rely solely on react-aria package. + +### Patch Changes + +- [#511](https://github.com/cube-js/cube-ui-kit/pull/511) [`384b41a`](https://github.com/cube-js/cube-ui-kit/commit/384b41a087d2965bbd4dc815c73435ed357ca576) Thanks [@tenphi](https://github.com/tenphi)! - Add isTouched flag to Form. + +- [#511](https://github.com/cube-js/cube-ui-kit/pull/511) [`384b41a`](https://github.com/cube-js/cube-ui-kit/commit/384b41a087d2965bbd4dc815c73435ed357ca576) Thanks [@tenphi](https://github.com/tenphi)! - Support "accept" attribute in FileInput component. + +- [#511](https://github.com/cube-js/cube-ui-kit/pull/511) [`384b41a`](https://github.com/cube-js/cube-ui-kit/commit/384b41a087d2965bbd4dc815c73435ed357ca576) Thanks [@tenphi](https://github.com/tenphi)! - Reinitialize Field on name change. + ## 0.39.1 ### Patch Changes diff --git a/package.json b/package.json index 8952c2f6..d8a44a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.39.1", + "version": "0.40.0", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",