From e031576bb627dc38b99265296a3419e9eac994aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Aug 2022 13:56:10 +0000 Subject: [PATCH] chore: release --- .changeset/metal-baboons-double.md | 5 ----- .changeset/soft-monkeys-marry.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/metal-baboons-double.md delete mode 100644 .changeset/soft-monkeys-marry.md diff --git a/.changeset/metal-baboons-double.md b/.changeset/metal-baboons-double.md deleted file mode 100644 index 9781712aa..000000000 --- a/.changeset/metal-baboons-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Form is no longer validated on field removal (bugfix) diff --git a/.changeset/soft-monkeys-marry.md b/.changeset/soft-monkeys-marry.md deleted file mode 100644 index 24643b67c..000000000 --- a/.changeset/soft-monkeys-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Validation rules in Form now allows to return complex markup in error messages. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7088bca0e..12d5616c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.12.6 + +### Patch Changes + +- [#200](https://github.com/cube-js/cube-ui-kit/pull/200) [`6b7448a`](https://github.com/cube-js/cube-ui-kit/commit/6b7448a65e8112df2c0b079dbfaae9802922d065) Thanks [@tenphi](https://github.com/tenphi)! - Form is no longer validated on field removal (bugfix) + +- [#200](https://github.com/cube-js/cube-ui-kit/pull/200) [`6b7448a`](https://github.com/cube-js/cube-ui-kit/commit/6b7448a65e8112df2c0b079dbfaae9802922d065) Thanks [@tenphi](https://github.com/tenphi)! - Validation rules in Form now allows to return complex markup in error messages. + ## 0.12.5 ### Patch Changes diff --git a/package.json b/package.json index 91a786347..c7baa5941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.12.5", + "version": "0.12.6", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",