From f1c88236c2ab748304d33e90a78fd8e427eb80fa Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:23:45 +0200 Subject: [PATCH] chore(main): release 5.0.0 (#15) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c8b71..ab3eb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [5.0.0](https://github.com/zakodium-oss/react-ocl/compare/v4.4.0...v5.0.0) (2022-08-15) + + +### ⚠ BREAKING CHANGES + +* remove propTypes and defaultProps +* update OpenChemLib to v8.0.0 +* React >=18 is now mandatory. +* The automated ids generated by the SvgRenderer now have a different format. + +### Features + +* update OpenChemLib to v8.0.0 ([cc0ea01](https://github.com/zakodium-oss/react-ocl/commit/cc0ea01082f16793e8d4bb87269e062a9b579b76)) +* update React to v18 ([749ca7f](https://github.com/zakodium-oss/react-ocl/commit/749ca7f38d2f34e6c767f410927c9b2e171a442c)) + + +### Code Refactoring + +* remove propTypes and defaultProps ([7b15f4d](https://github.com/zakodium-oss/react-ocl/commit/7b15f4d7d899e6c9b9b03751f74aa02b560c699f)) + ## [4.4.0](https://www.github.com/zakodium-oss/react-ocl/compare/v4.3.5...v4.4.0) (2022-07-01) diff --git a/package.json b/package.json index 22b89d0..bf54acd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ocl", - "version": "4.4.0", + "version": "5.0.0", "description": "React components integrating OpenChemLib", "keywords": [ "react",