valtech-components 1.11.58 → 1.11.59

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,9 +39,11 @@ Each component comes with detailed documentation on how to use it and what input
39
39
  ## Versioning
40
40
 
41
41
  ```
42
+
42
43
  npm version patch
43
44
  npm version minor
44
45
  npm version mayor
46
+
45
47
  ```
46
48
 
47
49
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "1.11.58",
3
+ "version": "1.11.59",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/solucionesvaltech/valtech-workspace.git"