Comparing version 0.5.1 to 0.5.3
@@ -1,1 +0,1 @@ | ||
{"markdown-examples.md":"d2292ed5","guide_index.md":"bc3c8cae","index.md":"f22e386b","readme.md":"5e3ca146","api-examples.md":"c42a8f9b","layout_index.md":"e22e45c8","emoji_index.md":"176ab842","checkbox_index.md":"dc0c45a8","button_index.md":"e6b9d65c"} | ||
{"index.md":"f22e386b","guide_index.md":"bc3c8cae","readme.md":"5e3ca146","emoji_index.md":"176ab842","checkbox_index.md":"dc0c45a8","markdown-examples.md":"d2292ed5","layout_index.md":"e22e45c8","api-examples.md":"c42a8f9b","button_index.md":"e6b9d65c"} |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.5.1", | ||
"version": "0.5.3", | ||
"main": "docs/.vitepress/index.js", | ||
@@ -13,4 +13,4 @@ "scripts": { | ||
"docs:preview": "vitepress preview docs", | ||
"pub-minor": "npm version minor --force && npm publish", | ||
"pub": "npm version patch --force && npm publish" | ||
"pub-minor": "npm version minor -m '🔖 %s : update minor version' --force && npm publish", | ||
"pub": "npm version patch -m '🔖 %s : update patch version' --force && npm publish" | ||
}, | ||
@@ -21,3 +21,11 @@ "dependencies": {}, | ||
"vitepress": "^1.0.0-alpha.75" | ||
}, | ||
"config": { | ||
"cz-emoji": { | ||
"scopes": [ | ||
"button", | ||
"checkbox" | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2353406
11514