valtech-components 0.0.10 → 0.0.11

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 CHANGED
@@ -36,6 +36,14 @@ Available Components
36
36
 
37
37
  Each component comes with detailed documentation on how to use it and what input properties or events it supports.
38
38
 
39
+ ## Versioning
40
+
41
+ ```
42
+ npm version patch
43
+ npm version minor
44
+ npm version mayor
45
+ ```
46
+
39
47
  ## Contribution
40
48
 
41
49
  We welcome contributions! If you'd like to contribute to ValtechComponents, please follow these steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/solucionesvaltech/valtech-workspace/tree/main/projects/valtech-components"
@@ -110,10 +110,6 @@ ion-alert {
110
110
  }
111
111
  }
112
112
 
113
- ion-list {
114
- width: 98% !important;
115
- }
116
-
117
113
  ion-label {
118
114
  text-align: start;
119
115
  }