Skip to content

Commit ed4c92f

Browse files
committed
bump version to 8
1 parent c1ae00d commit ed4c92f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
17-
- run: npm publish
17+
- run: npm publish --tag latest
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "create-react-storefront",
3-
"version": "7.2.3",
3+
"version": "8.0.0",
44
"description": "A CLI for creating React Storefront apps.",
55
"main": "index.js",
66
"dependencies": {
77
"chalk": "^2.4.2",
8-
"decompress": "^4.2.0",
8+
"decompress": "^4.2.1",
99
"download": "^7.1.0",
1010
"fs-extra": "^8.1.0",
1111
"lodash": "^4.17.11",

0 commit comments

Comments
 (0)