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.
- package/README.md +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.
|
|
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.
|
|
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