Skip to content

Commit

Permalink
Bump Ketcher version to public 2.27.0 (#6257)
Browse files Browse the repository at this point in the history
  • Loading branch information
svvald authored Jan 13, 2025
1 parent f5c8793 commit f1d47f5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
cutAndPaste,
dragMouseTo,
LeftPanelButton,
moveMouseAway,
moveOnAtom,
openDropdown,
openFile,
Expand Down Expand Up @@ -1433,6 +1434,7 @@ test.describe('Multi-Tailed Arrow Tool', () => {
await addTailToArrow(page, 2);
await hoverOverArrowSpine(page, 2, 'right');
await expect(page.getByText('Add new tail')).toBeDisabled();
await moveMouseAway(page);
await takeEditorScreenshot(page);
await verifyFile(
page,
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ketcher-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-core",
"version": "2.27.0-rc.3",
"version": "2.27.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
2 changes: 1 addition & 1 deletion packages/ketcher-macromolecules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-macromolecules",
"version": "2.27.0-rc.3",
"version": "2.27.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
2 changes: 1 addition & 1 deletion packages/ketcher-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-react",
"version": "2.27.0-rc.3",
"version": "2.27.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
4 changes: 2 additions & 2 deletions packages/ketcher-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-standalone",
"version": "2.27.0-rc.3",
"version": "2.27.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"indigo-ketcher": "1.26.0-rc.5",
"indigo-ketcher": "1.26.0",
"ketcher-core": "*"
},
"devDependencies": {
Expand Down

0 comments on commit f1d47f5

Please sign in to comment.