diff --git a/CHANGELOG.md b/CHANGELOG.md index 7364e1045..1529d8c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +# v22.3.0 + +- [Build] Add support for Node v21 + # v22.2.0 - [Feat] The `Alert` component now has a new design. Input based components will now also expose a `--reactist-inputs-alert` CSS variable to customize their border colours when put into an error state diff --git a/package-lock.json b/package-lock.json index a014d445b..a91694dfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "22.2.0", + "version": "22.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "22.2.0", + "version": "22.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -110,7 +110,7 @@ "webpack": "^4.43.0" }, "engines": { - "node": "^16.0.0 || ^18.0.0 || ^20.0.0", + "node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^21.0.0", "npm": "^8.3.0 || ^9.0.0 || ^10.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 0dac0c222..2e5f0e6f8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "henning@doist.com", "url": "http://doist.com" }, - "version": "22.2.0", + "version": "22.3.0", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": { @@ -28,7 +28,7 @@ "styles" ], "engines": { - "node": "^16.0.0 || ^18.0.0 || ^20.0.0", + "node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^21.0.0", "npm": "^8.3.0 || ^9.0.0 || ^10.0.0" }, "scripts": {