Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated packages version to 2.6.3 and indigo to 1.8.2 #1874

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.2",
"version": "2.6.3",
"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.6.2",
"version": "2.6.3",
"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.6.2",
"version": "2.6.3",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"indigo-ketcher": "1.8.1",
"indigo-ketcher": "1.8.2",
"ketcher-core": "workspace:*"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9265,10 +9265,10 @@ __metadata:
languageName: node
linkType: hard

"indigo-ketcher@npm:1.8.1":
version: 1.8.1
resolution: "indigo-ketcher@npm:1.8.1"
checksum: 322f4802f6984bd260c6e0878b315025d4020e369aa03079f44b362671eb3cd6f68ac3429ffa4687c5950bd83d297d06621dd2b2a29278dcb759ea52bb26a7fc
"indigo-ketcher@npm:1.8.2":
version: 1.8.2
resolution: "indigo-ketcher@npm:1.8.2"
checksum: 4d5fc2d72dc46faa089c4210849bdd5068ea308df98da45487c5684ba9f73ec67fe228a9defc1fecbc706b1c51a3b2568d1651b9259f18642af7d87c0ac38a2a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11447,7 +11447,7 @@ __metadata:
cross-env: ^7.0.3
eslint: ^8.4.1
eslint-plugin-jest: ^25.3.0
indigo-ketcher: 1.8.1
indigo-ketcher: 1.8.2
jest: 26.6.0
ketcher-core: "workspace:*"
npm-run-all: ^4.1.5
Expand Down