Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianq committed Feb 12, 2024
1 parent f80b12b commit c1d83d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3DBIONOTES-WS v3.9.3
# 3DBIONOTES-WS v3.10.0

## Integrating molecular biology

Expand Down
6 changes: 3 additions & 3 deletions app/assets/javascripts/3dbio_viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "3dbio-viewer",
"version": "3.9.3",
"version": "3.10.0",
"private": true,
"dependencies": {
"@3dbionotes/pdbe-molstar": "3.1.0-est-2-beta.3",
"@3dbionotes/protvista-pdb": "2.0.1-est-1-beta.1",
"@3dbionotes/pdbe-molstar": "3.1.0-est-2",
"@3dbionotes/protvista-pdb": "2.0.1-est-2",
"@material-ui/core": "^4.11.2",
"@material-ui/data-grid": "4.0.0-alpha.35",
"@material-ui/icons": "^4.11.2",
Expand Down
16 changes: 8 additions & 8 deletions app/assets/javascripts/3dbio_viewer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@3dbionotes/[email protected]-beta.3":
version "3.1.0-est-2-beta.3"
resolved "https://registry.yarnpkg.com/@3dbionotes/pdbe-molstar/-/pdbe-molstar-3.1.0-est-2-beta.3.tgz#0bd3613af1c345d4b6e90a80a3a238fd0dd1aba0"
integrity sha512-q0qtAvT/SC8MFvyfwciN1jaew/ny18DekKcqwI+gnbz+uWFiyboha4xV1jZn8eapLICzZV/tXxbGUaSZ55NlTg==
"@3dbionotes/[email protected]":
version "3.1.0-est-2"
resolved "https://registry.yarnpkg.com/@3dbionotes/pdbe-molstar/-/pdbe-molstar-3.1.0-est-2.tgz#afa1bed64f01808e08b9a3ae8fc720a52a3a9224"
integrity sha512-8b6QHzc/thtp5dufS+VLqUBjuYYuFTG1lGd84g5xAohkjYxcH0sfgH9NFaUxJZS6FkKK4Z00WjbQpLSOigGhgQ==
dependencies:
d3-axis "^3.0.0"
d3-brush "^3.0.0"
Expand All @@ -15,10 +15,10 @@
lodash "^4.17.21"
molstar "3.15.0"

"@3dbionotes/[email protected]1-beta.1":
version "2.0.1-est-1-beta.1"
resolved "https://registry.yarnpkg.com/@3dbionotes/protvista-pdb/-/protvista-pdb-2.0.1-est-1-beta.1.tgz#9c4c6180fbcb1c072f78d98fda41b29528e67ea9"
integrity sha512-lPAqICTlkGZmyv+iRFwwFQQnsz4iPU/9ZOA6DzdwRE9Fm/Gb5JnxnEkT16t30WRQO6umTiouSl/xRxCnwkKTMQ==
"@3dbionotes/[email protected]2":
version "2.0.1-est-2"
resolved "https://registry.yarnpkg.com/@3dbionotes/protvista-pdb/-/protvista-pdb-2.0.1-est-2.tgz#96560a0d82e00739cb16463f4b0ccc1d83779484"
integrity sha512-ZwxvPIyA1Mx+HlJOyUWfaDIrDOzLw8+jUhwPCRoEanMKrtzUTN3oSxd/fP/Kup25b78uTxHFtFQuzSE9CcNjDw==
dependencies:
lodash-es "^4.17.11"
protvista-filter "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/covid19/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "covid19",
"description": "3dbionotes COVID-19",
"version": "3.9.3",
"version": "3.10.0",
"homepage": ".",
"dependencies": {
"@dhis2/d2-i18n": "1.0.6",
Expand Down

0 comments on commit c1d83d5

Please sign in to comment.