From 2952902ab12cd8fa49d387b62c0705c34edbc20c Mon Sep 17 00:00:00 2001 From: "iTwin.js admin" <38288322+imodeljs-admin@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:10:12 -0400 Subject: [PATCH] Release packages (#2158) --- .changeset/brave-pants-drop.md | 5 ----- .changeset/quiet-kangaroos-teach.md | 5 ----- packages/itwinui-react/CHANGELOG.md | 7 +++++++ packages/itwinui-react/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/brave-pants-drop.md delete mode 100644 .changeset/quiet-kangaroos-teach.md diff --git a/.changeset/brave-pants-drop.md b/.changeset/brave-pants-drop.md deleted file mode 100644 index 4b3db895b4b..00000000000 --- a/.changeset/brave-pants-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Added `border-radius` to the `Table` component so that the border radius is correctly applied to the `Table`'s corners. diff --git a/.changeset/quiet-kangaroos-teach.md b/.changeset/quiet-kangaroos-teach.md deleted file mode 100644 index 1628c8f745b..00000000000 --- a/.changeset/quiet-kangaroos-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed issue where `emptyTableContent` would not appear on virutalized `Table` components. diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index 1cce3798c43..468ef1b82fb 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.13.2 + +### Patch Changes + +- [#2143](https://github.com/iTwin/iTwinUI/pull/2143): Added `border-radius` to the `Table` component so that the border radius is correctly applied to the `Table`'s corners. +- [#2161](https://github.com/iTwin/iTwinUI/pull/2161): Fixed issue where `emptyTableContent` would not appear on virutalized `Table` components. + ## 3.13.1 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index f82761001ff..d8bbf6d1f70 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "3.13.1", + "version": "3.13.2", "author": "Bentley Systems", "license": "MIT", "type": "module",