smoodly 0.0.3 → 0.0.4

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -168,11 +168,11 @@ locale switcher — examples/site is single-locale so it stays hidden).
168
168
 
169
169
  Both packages move together. From the repo root:
170
170
 
171
- npm version 0.0.3 -w smoodly -w create-smoodly-app --no-git-tag-version
171
+ npm version 0.0.4 -w smoodly -w create-smoodly-app --no-git-tag-version
172
172
  npm run build
173
173
  npm publish -w smoodly --access public
174
174
  npm publish -w create-smoodly-app --access public
175
- git commit -am "release: 0.0.3" && git tag v0.0.3 && git push --tags origin main
175
+ git commit -am "release: 0.0.4" && git tag v0.0.4 && git push --tags origin main
176
176
 
177
177
  `prepublishOnly` rebuilds each package; the CLI's template is regenerated from
178
178
  `examples/site` in that build, so the template always matches the example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smoodly",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Open-source, code-first CMS for Next.js on Supabase: define a component once, it becomes a typed, editable building block.",
5
5
  "license": "MIT",
6
6
  "repository": {