diff --git a/CHANGELOG.md b/CHANGELOG.md index 54201aa0c..c6c7baa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it. +# v25.0.0-beta.3 + +- [Fix] Allow more props to be forwarded to the `Tab` component. +- [Fix] Properly fix CSS build in tsdx config. +- [Chore] Upgrade to `@ariakit/react@0.4.5`. + # v25.0.0-beta.2 - [Fix] Pass `onClick` to the `Tab` component. diff --git a/package-lock.json b/package-lock.json index 0360a6f13..e51ff8450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "25.0.0-beta.2", + "version": "25.0.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "25.0.0-beta.2", + "version": "25.0.0-beta.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 416f2df5e..bef1474aa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "henning@doist.com", "url": "http://doist.com" }, - "version": "25.0.0-beta.2", + "version": "25.0.0-beta.3", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": {