From f4d557d9f1338beee593cb52ca7dffd918f1cbd7 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Fri, 26 May 2023 15:07:13 +0200 Subject: [PATCH] chore(main): release 0.22.2 (#489) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf80c5e5..a801b75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.2](https://github.com/zakodium-oss/react-science/compare/v0.22.1...v0.22.2) (2023-05-26) + + +### Bug Fixes + +* avoid double clicking issue ([#488](https://github.com/zakodium-oss/react-science/issues/488)) ([a98a468](https://github.com/zakodium-oss/react-science/commit/a98a468ae5200898605b413486ab7d9195ca012e)) + ## [0.22.1](https://github.com/zakodium-oss/react-science/compare/v0.22.0...v0.22.1) (2023-05-24) diff --git a/package-lock.json b/package-lock.json index 3426e4da..6e7edaa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.22.1", + "version": "0.22.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4723d918..1b02497f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.22.1", + "version": "0.22.2", "description": "React components to build analysis UI", "exports": { "./app": {