Skip to content

Commit

Permalink
Merge pull request #2274 from ing-bank/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tlouisse authored May 7, 2024
2 parents a8105ec + 420e005 commit 8fd9ec4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-roses-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-seas-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-laws-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-pandas-greet.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ajax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ajax/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8fd9ec4

Please sign in to comment.