bsmnt 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # bsmnt `1.0.0`
1
+ # bsmnt `0.2.5`
2
2
 
3
3
  Your project starts here. One command to go from zero to a fully configured Next.js project with our stack, CMS, agent skills, and everything wired up.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bsmnt",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "packageManager": "bun@1.2.20",
5
5
  "description": "CLI to scaffold basement projects and add integrations",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  "lint": "biome check .",
30
30
  "lint:fix": "biome check --write .",
31
31
  "changeset": "changeset",
32
- "version-packages": "changeset version",
32
+ "version-packages": "changeset version && node scripts/sync-readme-version.js",
33
33
  "release": "changeset publish",
34
34
  "prepublishOnly": "rm -rf dist && bun run build",
35
35
  "default": "turbo run dev --filter=bsmnt-next-starter",