Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Aug 3, 2023
1 parent 27ac6d0 commit 1cbca69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.0.0](https://github.com/zakodium-oss/react-ocl/compare/v5.0.1...v6.0.0) (2023-08-03)


### ⚠ BREAKING CHANGES

* remove the <div> level when redering a molecule

### Features

* allow the renderer to have a label object property ([e27edd9](https://github.com/zakodium-oss/react-ocl/commit/e27edd91d6469a6c11918ae33a3578de1eec302f))
* allow the renderer to have a label object property ([#24](https://github.com/zakodium-oss/react-ocl/issues/24)) ([e27edd9](https://github.com/zakodium-oss/react-ocl/commit/e27edd91d6469a6c11918ae33a3578de1eec302f))
* remove the &lt;div&gt; level when redering a molecule ([e27edd9](https://github.com/zakodium-oss/react-ocl/commit/e27edd91d6469a6c11918ae33a3578de1eec302f))
* Use a SVG as default error renderer ([e27edd9](https://github.com/zakodium-oss/react-ocl/commit/e27edd91d6469a6c11918ae33a3578de1eec302f))

## [5.0.1](https://github.com/zakodium-oss/react-ocl/compare/v5.0.0...v5.0.1) (2023-06-13)


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": "5.0.1",
"version": "6.0.0",
"description": "React components integrating OpenChemLib",
"keywords": [
"react",
Expand Down

0 comments on commit 1cbca69

Please sign in to comment.