Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Aug 17, 2023
1 parent ff4f86a commit 6490863
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/zakodium-oss/react-ocl-nmr/compare/v2.3.0...v3.0.0) (2023-08-17)


### ⚠ BREAKING CHANGES

* The callback object is different and properties have been renamed: ``` { "idCode": "gGPHADIMmURTAbJ`RHgBj@", "attachedHydrogensIDCodes": [ "gNpDALzHRVvjjH`OtbADj`" ], "nbAttachedHydrogens": 3, "atomLabel": "C", "nbEquivalentAtoms": 1, "atomMapNo": 0 } ```

### Features

* use TopicMolecule to deal with diaIDs ([#20](https://github.com/zakodium-oss/react-ocl-nmr/issues/20)) ([cafe891](https://github.com/zakodium-oss/react-ocl-nmr/commit/cafe89116627b622d101853616322f20db059565))


### Bug Fixes

* add correct types on callback ([ff4f86a](https://github.com/zakodium-oss/react-ocl-nmr/commit/ff4f86a226a8f860f061a657a6e6af340695e5fc))

## [2.3.0](https://github.com/zakodium-oss/react-ocl-nmr/compare/v2.2.1...v2.3.0) (2023-08-04)


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-nmr",
"version": "2.3.0",
"version": "3.0.0",
"description": "A component to display chemical structure for NMR spectra assignments",
"main": "./lib/OCLnmr.js",
"module": "./lib-esm/OCLnmr.js",
Expand Down

0 comments on commit 6490863

Please sign in to comment.