@timus-networks/theme 2.4.99 → 2.4.100
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/dist/module.mjs +1 -1
- package/package.json +2 -2
package/dist/module.mjs
CHANGED
|
@@ -40,7 +40,7 @@ const scripts = {
|
|
|
40
40
|
build: "nuxt-module-build build && npm run clean-composables",
|
|
41
41
|
"release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
|
|
42
42
|
version: "standard-version --release-as ${npm_config_type:-patch}",
|
|
43
|
-
release: "npm run
|
|
43
|
+
release: "npm run build && npm run version && npm run pub && git push --follow-tags origin main"
|
|
44
44
|
};
|
|
45
45
|
const repository = {
|
|
46
46
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timus-networks/theme",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.100",
|
|
4
4
|
"description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"build": "nuxt-module-build build && npm run clean-composables",
|
|
30
30
|
"release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
|
|
31
31
|
"version": "standard-version --release-as ${npm_config_type:-patch}",
|
|
32
|
-
"release": "npm run
|
|
32
|
+
"release": "npm run build && npm run version && npm run pub && git push --follow-tags origin main"
|
|
33
33
|
},
|
|
34
34
|
"standard-version": {
|
|
35
35
|
"tagPrefix": "theme-v",
|