Merge pull request #2035 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2023-07-25 20:00:38 +02:00 committed by GitHub
commit 16d95c624e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
hide overlay arrow from screen readers

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': minor
---
Parses response body automatically for fetchJson failed responses. Add test for reading out the response body in cases of a failed response in regular fetch call.

View file

@ -1,5 +1,11 @@
# Change Log
## 1.2.0
### Minor Changes
- 7a875ef1: Parses response body automatically for fetchJson failed responses. Add test for reading out the response body in cases of a failed response in regular fetch call.
## 1.1.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "1.1.4",
"version": "1.2.0",
"description": "Thin wrapper around fetch with support for interceptors.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# @lion/ui
## 0.3.5
### Patch Changes
- 5eafa1ff: hide overlay arrow from screen readers
## 0.3.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.3.4",
"version": "0.3.5",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",