From 3dca293e7b88ece466c7f4e98f0ab21546079c1a Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:38:41 +0200 Subject: [PATCH] chore(main): release 0.24.3 (#514) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0eb0738..4570b557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.24.3](https://github.com/zakodium-oss/react-science/compare/v0.24.2...v0.24.3) (2023-07-13) + + +### Bug Fixes + +* set min-width or min-height on split-pane ([#517](https://github.com/zakodium-oss/react-science/issues/517)) ([481aa05](https://github.com/zakodium-oss/react-science/commit/481aa0533f3173dace9207499e69010b824bad46)) + + +### Documentation + +* improve package description ([#513](https://github.com/zakodium-oss/react-science/issues/513)) ([5d9e56a](https://github.com/zakodium-oss/react-science/commit/5d9e56a27be383d7f6a906a7fd7fd117eadaa8e5)) + ## [0.24.2](https://github.com/zakodium-oss/react-science/compare/v0.24.1...v0.24.2) (2023-06-22) diff --git a/package-lock.json b/package-lock.json index 1dd3dc04..a1737272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "0.24.2", + "version": "0.24.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "0.22.2", + "version": "0.24.3", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.6", diff --git a/package.json b/package.json index e30e0ee2..d5c0fc85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.24.2", + "version": "0.24.3", "description": "React components to build scientific applications UI", "exports": { "./app": {