diff --git a/.changeset/chilly-plants-cry.md b/.changeset/chilly-plants-cry.md deleted file mode 100644 index 26fa17ebf..000000000 --- a/.changeset/chilly-plants-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[combobox] fix direct open and closing of the overlay on focus of empty input when `showAllOnEmpty` diff --git a/.changeset/cuddly-windows-fail.md b/.changeset/cuddly-windows-fail.md deleted file mode 100644 index 0ec2b7c4d..000000000 --- a/.changeset/cuddly-windows-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[combobox] add translations diff --git a/.changeset/eight-cooks-clap.md b/.changeset/eight-cooks-clap.md deleted file mode 100644 index 1ac1e300c..000000000 --- a/.changeset/eight-cooks-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -fetchJSON will try to parse Response body as JSON if the content-type headers are missing, in this case it will assume JSON. diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index f353ec17a..dc9aa47ad 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.3 + +### Patch Changes + +- 63bb012e: fetchJSON will try to parse Response body as JSON if the content-type headers are missing, in this case it will assume JSON. + ## 1.1.2 ### Patch Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 0f66ca132..ae8cd0cb2 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "1.1.2", + "version": "1.1.3", "description": "Thin wrapper around fetch with support for interceptors.", "license": "MIT", "author": "ing-bank", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 98b636d31..b5b9c2f7e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @lion/ui +## 0.1.5 + +### Patch Changes + +- 943618fd: [combobox] fix direct open and closing of the overlay on focus of empty input when `showAllOnEmpty` +- 4226a014: [combobox] add translations + ## 0.1.4 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 34593b60e..98b96dc80 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.1.4", + "version": "0.1.5", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",