Version Packages

This commit is contained in:
github-actions[bot] 2023-02-28 14:20:52 +00:00 committed by Thijs Louisse
parent 28f18b5f3a
commit ecea06cb6e
7 changed files with 15 additions and 17 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] fix direct open and closing of the overlay on focus of empty input when `showAllOnEmpty`

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] add translations

View file

@ -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.

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",