diff --git a/.changeset/witty-oranges-lick.md b/.changeset/witty-oranges-lick.md new file mode 100644 index 000000000..808282a16 --- /dev/null +++ b/.changeset/witty-oranges-lick.md @@ -0,0 +1,5 @@ +--- +'@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 fbb46524e..a7434e93b 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,11 +1,5 @@ # @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 1b287afd4..2771f39c7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.11.3", + "version": "0.11.2", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",