Skip to content

Commit

Permalink
Update Ketcher to 2.28.0 (#6521)
Browse files Browse the repository at this point in the history
- updated ketcher to 2.28.0
- updated indigo to 1.27.0
- updated github action versions
  • Loading branch information
rrodionov91 authored Feb 14, 2025
1 parent ceef9d2 commit 6f8c947
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright-macromolecules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
timeout-minutes: 120
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.12.0
- name: Install dependencies
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Run playwright tests in docker
run: cd ketcher-autotests && npm run docker:test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# run even if previous steps fails
if: always()
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
timeout-minutes: 150
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.12.0
- name: Install dependencies
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Run playwright tests in docker
run: cd ketcher-autotests && npm run docker:test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# run even if previous steps fails
if: always()
with:
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.28.0-rc.4",
"version": "2.28.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.28.0-rc.4",
"version": "2.28.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.28.0-rc.4",
"version": "2.28.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.28.0-rc.4",
"version": "2.28.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.27.0-rc.2",
"indigo-ketcher": "1.27.0",
"ketcher-core": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 6f8c947

Please sign in to comment.