ketcher-react 3.8.0-rc.3 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,6 +107,7 @@ declare class Editor implements KetcherEditor {
107
107
  openMonomerCreationWizard(): void;
108
108
  assignLeavingGroupAtom(atomId: number): void;
109
109
  closeMonomerCreationWizard(): void;
110
+ private cleanupAttachmentPoint;
110
111
  saveNewMonomer(data: any): void;
111
112
  reassignAttachmentPointAtom(atomId: number, atomLabel: string): void;
112
113
  reassignAttachmentPoint(currentName: AttachmentPointName, newName: AttachmentPointName): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "3.8.0-rc.3",
3
+ "version": "3.8.0",
4
4
  "description": "Web-based molecule sketcher",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "http://lifescience.opensource.epam.com/ketcher",