From 24e72e0a896348daae0d32695c9a52be63cbdfad Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Tue, 31 Oct 2023 09:13:00 -0700 Subject: [PATCH] Bump version to v22.2.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7798394..7364e1045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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. -# Next +# 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 21f46ac7a..a014d445b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "22.1.0", + "version": "22.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "22.1.0", + "version": "22.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 183dbb795..0dac0c222 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "henning@doist.com", "url": "http://doist.com" }, - "version": "22.1.0", + "version": "22.2.0", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": {