Bump release to 0.11.0
* In main.yml - reversed a change from last release that did an explicit build, because the prepare script was no longer in package.json * In package.json - replaced prepare script, which will cause automatic build after npm install - set version to 0.11.0 - set versions of inspector-cli, inspector-client, and inspector-server to ^0.11.0 * In package.lock.json - updated versions of inspector, inspector-cli, inspector-client, and inspector-server to ^0.11.0 * In cli/package.json - set version to 0.11.0 - set versions of sdk to 1.10.2 * In client/package.json - set version to 0.11.0 - set versions of sdk to 1.10.2 * In server/package.json - set version to 0.11.0 - set versions of sdk to 1.10.2
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -58,8 +58,6 @@ jobs:
|
||||
# - run: npm ci
|
||||
- run: npm install --no-package-lock
|
||||
|
||||
- run: npm run build
|
||||
|
||||
# TODO: Add --provenance once the repo is public
|
||||
- run: npm run publish-all
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user