brand-shell 0.6.0 → 0.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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brand-shell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Reusable Header and Footer components with typed details and theme. Premium default UX, works in React, Vite, Next.js.",
|
|
5
5
|
"homepage": "https://github.com/venwork-dev/brand-shell#readme",
|
|
6
6
|
"repository": {
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"changeset": "bunx @changesets/cli@2.29.7",
|
|
74
74
|
"version:packages": "bun run changeset version",
|
|
75
75
|
"release:publish": "bun run changeset publish --provenance",
|
|
76
|
-
"release:publish:next": "bun run changeset publish --provenance --tag next",
|
|
77
76
|
"storybook": "storybook dev -p 6006",
|
|
78
77
|
"build-storybook": "storybook build",
|
|
79
78
|
"postbuild": "node scripts/copy-css.cjs"
|