lm-web-controls 1.3.1 → 1.4.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lm-web-controls",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "leadmetrics-lm-web-controls",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
package/readme.md CHANGED
@@ -218,4 +218,5 @@ To publish a package to the npm registry, we need to follow these steps:
218
218
  - Create an npm account on [npmjs.com](https://www.npmjs.com/signup).
219
219
  - Sign in to npm from your terminal using the ```npm login``` command.
220
220
  - Prepare your package for publishing.
221
- - Publish the package from the terminal using the ```npm publish``` command.
221
+ - Publish the package from the terminal using the ```npm publish``` command.
222
+ - React 18 Version 1.3.2.