diff --git a/.changeset/cuddly-gorillas-type.md b/.changeset/cuddly-gorillas-type.md deleted file mode 100644 index 3bfa4f4912c..00000000000 --- a/.changeset/cuddly-gorillas-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Added warning log in browser when both `subRows` and `subComponent` are passed into `Table`. diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index 0cd4456cf63..fdd2c654dbe 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.15.4 + +### Patch Changes + +- [#2288](https://github.com/iTwin/iTwinUI/pull/2288): Added warning log in browser when both `subRows` and `subComponent` are passed into `Table`. + ## 3.15.3 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index 8b15a14546c..eaf22d0f51b 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "3.15.3", + "version": "3.15.4", "author": "Bentley Systems", "license": "MIT", "type": "module",