valtech-components 1.6.0 → 1.8.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valtech-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/solucionesvaltech/valtech-workspace/"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"ng": "ng",
|
|
19
19
|
"build": "ng build",
|
|
20
20
|
"build-prod": "ng build --configuration production",
|
|
21
|
-
"release": "npx semantic-release --no-ci && npm run build-prod && npm publish && git add package.json package-lock.json && git commit --amend --no-edit --
|
|
21
|
+
"release": "npx semantic-release --no-ci && npm run build-prod && npm publish && git add package.json package-lock.json && git commit --amend --no-edit --no-verify && git push"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"tslib": "^2.3.0"
|
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@ionic/angular": "^7.8.0",
|
|
29
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
30
|
+
"@semantic-release/git": "^10.0.1",
|
|
29
31
|
"@semantic-release/npm": "^12.0.0"
|
|
30
32
|
}
|
|
31
33
|
}
|