diff --git a/CHANGELOG.md b/CHANGELOG.md index b40a4806..4615d3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/zakodium-oss/react-science/compare/v1.0.2...v2.0.0) (2024-04-02) + + +### ⚠ BREAKING CHANGES + +* remove LayoutManager ([#692](https://github.com/zakodium-oss/react-science/issues/692)) + +### Features + +* improve info-panel design ([#696](https://github.com/zakodium-oss/react-science/issues/696)) ([792b7df](https://github.com/zakodium-oss/react-science/commit/792b7df9150430d77f04bcb4e61dc05962a11dd9)) +* remove LayoutManager ([#692](https://github.com/zakodium-oss/react-science/issues/692)) ([636c2f2](https://github.com/zakodium-oss/react-science/commit/636c2f27308f0657e198690f1f49a0b5b2cbd6fe)) + ## [1.0.2](https://github.com/zakodium-oss/react-science/compare/v1.0.1...v1.0.2) (2024-03-16) diff --git a/package-lock.json b/package-lock.json index 0284ba2a..05a8092e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.1.2", diff --git a/package.json b/package.json index 7a432b56..f6f7cb15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "1.0.2", + "version": "2.0.0", "description": "React components to build scientific applications UI", "exports": { "./app": {