Browse Source

Mol* 2.2.3

JonStargaryen 3 năm trước cách đây
mục cha
commit
1b200b854a
3 tập tin đã thay đổi với 12 bổ sung8 xóa
  1. 4 0
      CHANGELOG.md
  2. 7 7
      package-lock.json
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [1.8.7] - 2021-08-25
+### General
+- Mol* 2.2.3
+
 ## [1.8.6] - 2021-08-23
 ### General
 - Display warning if membrane preset calculation fails

+ 7 - 7
package-lock.json

@@ -21,7 +21,7 @@
                 "file-loader": "^6.2.0",
                 "fs-extra": "^9.0.1",
                 "mini-css-extract-plugin": "^1.3.2",
-                "molstar": "^2.2.1",
+                "molstar": "^2.2.3",
                 "node-sass": "^5.0.0",
                 "raw-loader": "^4.0.2",
                 "react": "^17.0.1",
@@ -5527,9 +5527,9 @@
             }
         },
         "node_modules/molstar": {
-            "version": "2.2.1",
-            "resolved": "https://registry.npmjs.org/molstar/-/molstar-2.2.1.tgz",
-            "integrity": "sha512-UpekFiOd1wl/HQ+efANtLK08pQ83xKgCnQnVabp96FaeMrJPKec4l4kB+oovZpV1ajC+w70IabDSa+Hdg/5tTw==",
+            "version": "2.2.3",
+            "resolved": "https://registry.npmjs.org/molstar/-/molstar-2.2.3.tgz",
+            "integrity": "sha512-yMofwI/SLTfR3HXLUFkBb0OK0T59giyN37ESF7XOtIs7GqOA1sotHeLDQm6+5udj6Q+JeJXakBzNL/BZiwHt3Q==",
             "dev": true,
             "dependencies": {
                 "@types/argparse": "^1.0.38",
@@ -14387,9 +14387,9 @@
             }
         },
         "molstar": {
-            "version": "2.2.1",
-            "resolved": "https://registry.npmjs.org/molstar/-/molstar-2.2.1.tgz",
-            "integrity": "sha512-UpekFiOd1wl/HQ+efANtLK08pQ83xKgCnQnVabp96FaeMrJPKec4l4kB+oovZpV1ajC+w70IabDSa+Hdg/5tTw==",
+            "version": "2.2.3",
+            "resolved": "https://registry.npmjs.org/molstar/-/molstar-2.2.3.tgz",
+            "integrity": "sha512-yMofwI/SLTfR3HXLUFkBb0OK0T59giyN37ESF7XOtIs7GqOA1sotHeLDQm6+5udj6Q+JeJXakBzNL/BZiwHt3Q==",
             "dev": true,
             "requires": {
                 "@types/argparse": "^1.0.38",

+ 1 - 1
package.json

@@ -49,7 +49,7 @@
         "file-loader": "^6.2.0",
         "fs-extra": "^9.0.1",
         "mini-css-extract-plugin": "^1.3.2",
-        "molstar": "^2.2.1",
+        "molstar": "^2.2.3",
         "node-sass": "^5.0.0",
         "raw-loader": "^4.0.2",
         "react": "^17.0.1",