Skip to content

Commit

Permalink
fix: set right version to avoid semantic-release err
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Jan 17, 2023
1 parent 6e075e3 commit bf52157
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release@19
run: npx semantic-release
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storyblok/js",
"version": "0.0.1",
"version": "2.0.6",
"description": "SDK to integrate Storyblok into your project using JavaScript.",
"main": "./dist/storyblok-js.js",
"module": "./dist/storyblok-js.mjs",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storyblok/js-workspace",
"private": true,
"version": "0.0.1",
"version": "0.0.0",
"workspaces": [
"./lib",
"./playground"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "vite build"
},
"devDependencies": {
"@storyblok/js": "^0.0.1",
"@storyblok/js": "^2.0.6",
"vite": "^4.0.4"
}
}

0 comments on commit bf52157

Please sign in to comment.