Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Aug 15, 2022
1 parent 991c0fe commit f1c8823
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ocl",
"version": "4.4.0",
"version": "5.0.0",
"description": "React components integrating OpenChemLib",
"keywords": [
"react",
Expand Down

0 comments on commit f1c8823

Please sign in to comment.