JonStargaryen hace 4 años
padre
commit
6ac1a5713d
Se han modificado 3 ficheros con 8 adiciones y 4 borrados
  1. 4 0
      CHANGELOG.md
  2. 3 3
      package-lock.json
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [1.0.35] - 2021-02-08
+### General
+- Mol* 1.3.0
+
 ## [1.0.34] - 2021-02-05
 ### General
 - bumps dependencies

+ 3 - 3
package-lock.json

@@ -4480,9 +4480,9 @@
             }
         },
         "molstar": {
-            "version": "1.2.15",
-            "resolved": "https://registry.npmjs.org/molstar/-/molstar-1.2.15.tgz",
-            "integrity": "sha512-gLzRbHVyCrWQqtkMj8gmfukuk7y1CXux0UaNWNWSTWc6Cel11ytcsxgpKkdCYW36f3UTr6qIdUA4shHQ7ALZdw==",
+            "version": "1.3.0",
+            "resolved": "https://registry.npmjs.org/molstar/-/molstar-1.3.0.tgz",
+            "integrity": "sha512-mjH/UulIXIpdvMtuvDow7eV/yPNgaPFu80jsDbMyq057+lkqLN+/yZdc9fgdSLh8i3c0mmWULj7OZir/dw9quA==",
             "dev": true,
             "requires": {
                 "@types/argparse": "^1.0.38",

+ 1 - 1
package.json

@@ -48,7 +48,7 @@
         "extra-watch-webpack-plugin": "^1.0.3",
         "file-loader": "^6.2.0",
         "mini-css-extract-plugin": "^1.3.2",
-        "molstar": "^1.2.15",
+        "molstar": "^1.3.0",
         "node-sass": "^5.0.0",
         "raw-loader": "^4.0.2",
         "react": "^17.0.1",