posthtml-component 2.0.0-beta.2 → 2.0.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "posthtml-component",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Laravel Blade-inspired components for PostHTML with slots, attributes as props, custom tags and more.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "posthtml/posthtml-components",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"test": "vitest run --coverage",
|
|
20
20
|
"lint": "biome lint ./src ./scripts",
|
|
21
21
|
"release": "npm run changelog && npx np",
|
|
22
|
-
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m
|
|
22
|
+
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m \"chore: update changelog.md\" && git push"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
25
|
"posthtml",
|