Skip to content

Commit

Permalink
🔖 v0.0.1-alpha.9 (#8)
Browse files Browse the repository at this point in the history
* 👷 Publish to github packages

* 🔖 v0.0.1-alpha.9
  • Loading branch information
devkanro authored Aug 31, 2020
1 parent 79b9a83 commit 1a38638
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: npm run publish-gpr
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.8"
"version": "0.0.1-alpha.9"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"scripts": {
"prepare": "lerna bootstrap --hoist && lerna run build",
"publish": "lerna publish from-package --yes"
"publish": "lerna publish from-package --yes",
"publish-gpr": "lerna publish from-package --yes --registry https://npm.pkg.github.com/"
}
}
2 changes: 1 addition & 1 deletion packages/sisyphus-cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sisyphus-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sisyphus.js/cli",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "Protobuf generator cli for sisyphus project",
"author": "Kanro <[email protected]>",
"bugs": {
Expand All @@ -24,7 +24,7 @@
"build": "tsc"
},
"dependencies": {
"@sisyphus.js/generator": "^0.0.1-alpha.8",
"@sisyphus.js/generator": "^0.0.1-alpha.9",
"commander": "^6.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sisyphus-core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/sisyphus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sisyphus.js/core",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "Protobuf runtime for sisyphus project on js platform",
"author": "Kanro <[email protected]>",
"bugs": {
Expand All @@ -25,8 +25,8 @@
"umi-request": "^1.3.5"
},
"dependencies": {
"protobufjs": "^6.10.1",
"long": "^4.0.0"
"long": "^4.0.0",
"protobufjs": "^6.10.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/sisyphus-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sisyphus.js/generator",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "Protobuf generator for sisyphus project on js platform",
"author": "Kanro <[email protected]>",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"build": "tsc"
},
"dependencies": {
"@sisyphus.js/core": "^0.0.1-alpha.8",
"@sisyphus.js/core": "^0.0.1-alpha.9",
"change-case": "^4.1.1",
"protobufjs": "^6.10.1"
},
Expand Down

0 comments on commit 1a38638

Please sign in to comment.