courthive-components 0.8.4 → 0.8.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "courthive-components",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "engines": {
5
5
  "node": ">=16.16.0 < 25"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "commits": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --no-merges --pretty=format:'%s: %h' | sed '/courthive-components/d'",
38
38
  "release": "npm run build && npm run commits && npm run release:patch",
39
39
  "dev": "vite",
40
- "build": "vite build",
40
+ "build": "vite build && ./addVersion $npm_package_version",
41
41
  "preview": "vite preview",
42
42
  "storybook": "storybook dev -p 6006",
43
43
  "build-storybook": "storybook build",