@foxy.io/elements 1.30.0-beta.6 → 1.30.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 +13 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foxy.io/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.30.0
|
|
4
|
+
"version": "1.30.0",
|
|
5
5
|
"description": "E-commerce web components by Foxy.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"rollup-plugin-copy": "^3.4.0",
|
|
106
106
|
"rollup-plugin-multi-input": "^1.1.1",
|
|
107
107
|
"rollup-plugin-terser": "^7.0.1",
|
|
108
|
-
"semantic-release": "^24.
|
|
108
|
+
"semantic-release": "^24.1.0",
|
|
109
109
|
"sinon": "^9.0.2",
|
|
110
110
|
"tailwindcss": "^2.0.4",
|
|
111
111
|
"tslib": "2.1.0",
|
|
@@ -142,6 +142,17 @@
|
|
|
142
142
|
"name": "beta",
|
|
143
143
|
"prerelease": true
|
|
144
144
|
}
|
|
145
|
+
],
|
|
146
|
+
"plugins": [
|
|
147
|
+
"@semantic-release/commit-analyzer",
|
|
148
|
+
"@semantic-release/release-notes-generator",
|
|
149
|
+
"@semantic-release/npm",
|
|
150
|
+
[
|
|
151
|
+
"@semantic-release/github",
|
|
152
|
+
{
|
|
153
|
+
"successComment": false
|
|
154
|
+
}
|
|
155
|
+
]
|
|
145
156
|
]
|
|
146
157
|
},
|
|
147
158
|
"publishConfig": {
|