pdbe-molstar 3.2.0-beta.1 → 3.2.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/build/pdbe-molstar-component.js +2 -2
- package/build/pdbe-molstar-light.css +3 -2
- package/build/pdbe-molstar-plugin.js +2 -2
- package/build/pdbe-molstar-plugin.js.LICENSE.txt +1 -1
- package/build/pdbe-molstar.css +1 -1
- package/lib/helpers.d.ts +5 -0
- package/lib/helpers.js +43 -1
- package/lib/index(light).d.ts +21 -6
- package/lib/index(light).js +79 -86
- package/lib/index.d.ts +21 -6
- package/lib/index.js +79 -86
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ npm run watch
|
|
|
31
31
|
- Use a version number like "1.2.3-beta.1" for development versions (to be used in development environment wwwdev.ebi.ac.uk)
|
|
32
32
|
- Use a version number like "1.2.3" for proper releases
|
|
33
33
|
- Ensure install, lint, and rebuild works locally
|
|
34
|
+
- Update `CHANGELOG.md`
|
|
34
35
|
- Git commit and push
|
|
35
36
|
- Create a git tag matching the version with prepended "v" (e.g. "v1.2.3")
|
|
36
37
|
- The GitHub repo will automatically be mirrored to EBI GitLab (might take up to 1 hour)
|