diff --git a/.changeset/witty-oranges-lick.md b/.changeset/witty-oranges-lick.md deleted file mode 100644 index 808282a16..000000000 --- a/.changeset/witty-oranges-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[combobox] do not submit form if overlay of combobox is opened and ENTER is hit diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index a7434e93b..fbb46524e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @lion/ui +## 0.11.3 + +### Patch Changes + +- 23cd984: [combobox] do not submit form if overlay of combobox is opened and ENTER is hit + ## 0.11.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 2771f39c7..1b287afd4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.11.2", + "version": "0.11.3", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",