From a5d6d1dabc7fa8e0617ad890d6dd8eed88235143 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:50:26 +0200 Subject: [PATCH] chore(main): release 9.0.0 (#777) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb28a9d..273e5ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [9.0.0](https://github.com/zakodium-oss/react-science/compare/v8.0.1...v9.0.0) (2024-10-18) + + +### ⚠ BREAKING CHANGES + +* the `fill`, `large` and `minimal` props have been removed from the Toolbar component + +### Features + +* add ActivityBar component ([a51279a](https://github.com/zakodium-oss/react-science/commit/a51279abde657877bf199f8c0b56e0fc8a4a2506)) +* remove fill, large and minimal props from Toolbar component ([40069b1](https://github.com/zakodium-oss/react-science/commit/40069b1c1a9ec924b96809dd2649ef5c047cc2a1)) + + +### Bug Fixes + +* correct regression to incorrect layout in Toolbar component ([9eb75ae](https://github.com/zakodium-oss/react-science/commit/9eb75ae416d5ca3b9883464a7009b7a2bb0af142)) +* Toolbar should have a backdrop only with "click" as the interaction kind ([19d5350](https://github.com/zakodium-oss/react-science/commit/19d53503010b72a4996762cb4ee473a411148291)) + ## [8.0.1](https://github.com/zakodium-oss/react-science/compare/v8.0.0...v8.0.1) (2024-10-16) diff --git a/package-lock.json b/package-lock.json index 55af61b8..fd6bd816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "8.0.1", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "8.0.1", + "version": "9.0.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.2.5", diff --git a/package.json b/package.json index 3c3e05f5..850688c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "8.0.1", + "version": "9.0.0", "description": "React components to build scientific applications UI", "type": "module", "exports": {