@complat/chemotion-converter-client 0.10.0 → 0.12.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.12.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.11.0...v0.12.0) (2024-09-25)
2
+
3
+ * chore: Update to bootstrap 5.3, react-bootstrap 2.10 (#67) ([af24306](https://github.com/ComPlat/chemotion-converter-client/commit/af24306)), closes [#67](https://github.com/ComPlat/chemotion-converter-client/issues/67)
4
+
5
+ ## [0.11.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.10.0...v0.11.0) (2024-09-20)
6
+
7
+ * build: Add building bundle for use as an npm dependency ([3e641a5](https://github.com/ComPlat/chemotion-converter-client/commit/3e641a5))
8
+
1
9
  ## [0.10.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.9.0...v0.10.0) (2024-09-18)
2
10
 
3
- Bump version
11
+ * chore: Bump version
package/README.md CHANGED
@@ -6,7 +6,7 @@ React client for the [converter-app](https://github.com/ComPlat/chemotion-conver
6
6
  Development setup
7
7
  -----------------
8
8
 
9
- We recomment to use the [nove version manager](https://github.com/nvm-sh/nvm) to install node.js and npm:
9
+ We recomment to use the [node version manager](https://github.com/nvm-sh/nvm) to install node.js and npm:
10
10
 
11
11
  ```bash
12
12
  curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
@@ -42,6 +42,11 @@ After building the production setup, the files in `public` can be copied to the
42
42
  rsync -av public/ user@example.com:/var/www/public/
43
43
  ```
44
44
 
45
+ npm package
46
+ -----------
47
+
48
+ For use of components as npm package there is src/bundle.js that can be built using `npm run build:bundle`.
49
+
45
50
  ## Acknowledgments
46
51
 
47
52
  This project has been funded by the **[DFG]**.