From 420e005668aeefc1d254a025a819b9a1eb91d08b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 May 2024 15:23:48 +0000 Subject: [PATCH] Version Packages --- .changeset/little-roses-doubt.md | 5 ----- .changeset/quick-seas-help.md | 5 ----- .changeset/silly-laws-yell.md | 5 ----- .changeset/stupid-pandas-greet.md | 5 ----- packages/ajax/CHANGELOG.md | 8 ++++++++ packages/ajax/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 8 files changed, 16 insertions(+), 22 deletions(-) delete mode 100644 .changeset/little-roses-doubt.md delete mode 100644 .changeset/quick-seas-help.md delete mode 100644 .changeset/silly-laws-yell.md delete mode 100644 .changeset/stupid-pandas-greet.md diff --git a/.changeset/little-roses-doubt.md b/.changeset/little-roses-doubt.md deleted file mode 100644 index 36b77a74d..000000000 --- a/.changeset/little-roses-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -Allow getCacheIdentifier to be asynchronous diff --git a/.changeset/quick-seas-help.md b/.changeset/quick-seas-help.md deleted file mode 100644 index d3b1e5f57..000000000 --- a/.changeset/quick-seas-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -Reset cache and pending requests when cache session ID changes diff --git a/.changeset/silly-laws-yell.md b/.changeset/silly-laws-yell.md deleted file mode 100644 index 8c5eb88e0..000000000 --- a/.changeset/silly-laws-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[select-rich] only close the overlay on tab when trapsKeyboardFocus is false diff --git a/.changeset/stupid-pandas-greet.md b/.changeset/stupid-pandas-greet.md deleted file mode 100644 index caa28ad62..000000000 --- a/.changeset/stupid-pandas-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -Add caching tests for when getCacheIdentifier is asynchronous diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 75b0db91d..182245470 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -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 diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 782c40cf9..474b56979 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -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", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index a2e278a68..32bca17cd 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index db0a8d9f0..5afb2058b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",