diff --git a/.changeset/many-eggs-chew.md b/.changeset/many-eggs-chew.md deleted file mode 100644 index 3fdab74fc70..00000000000 --- a/.changeset/many-eggs-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed an issue in `Tabs` where it wasn't recalculating the active stripe position when a new tab was asynchronously added to the tablist. diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index b9d9ae1bf3a..602fe833762 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.16.5 + +### Patch Changes + +- [#2402](https://github.com/iTwin/iTwinUI/pull/2402): Fixed an issue in `Tabs` where it wasn't recalculating the active stripe position when a new tab was asynchronously added to the tablist. + ## 3.16.4 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index e8bce7f6f09..8cb89167281 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "3.16.4", + "version": "3.16.5", "author": "Bentley Systems", "license": "MIT", "type": "module",