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

Version Packages
This commit is contained in:
Thijs Louisse 2024-05-07 17:29:38 +02:00 committed by GitHub
commit 8fd9ec4df1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 22 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': patch
---
Allow getCacheIdentifier to be asynchronous

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': patch
---
Reset cache and pending requests when cache session ID changes

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[select-rich] only close the overlay on tab when trapsKeyboardFocus is false

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': patch
---
Add caching tests for when getCacheIdentifier is asynchronous

View file

@ -1,5 +1,13 @@
# Change Log
## 2.0.2
### Patch Changes
- c5ffe9cf: Allow getCacheIdentifier to be asynchronous
- df8bf58f: Reset cache and pending requests when cache session ID changes
- a8105ec2: Add caching tests for when getCacheIdentifier is asynchronous
## 2.0.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @lion/ui
## 0.7.2
### Patch Changes
- 36f0bbce: [select-rich] only close the overlay on tab when trapsKeyboardFocus is false
## 0.7.1
### Patch Changes

View file

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