Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 11, 2024
1 parent 76106a3 commit 3a8aefe
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm whomai
- run: yarn install --frozen-lockfile
- run: yarn run publish
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
www:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.9.5"
"version": "0.9.6"
}
4 changes: 2 additions & 2 deletions packages/grpc_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shell-js/grpc_client",
"version": "0.9.4",
"version": "0.9.6",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
Expand All @@ -23,7 +23,7 @@
},
"description": "GRPC client plugin for the Shell.js package.",
"devDependencies": {
"@shell-js/grpc_server": "^0.9.4",
"@shell-js/grpc_server": "^0.9.6",
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"should": "^13.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc_proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shell-js/grpc_proto",
"version": "0.9.4",
"version": "0.9.6",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"contributors": [
"Sergei Kudinov <[email protected]> (https://www.adaltas.com)"
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shell-js/grpc_server",
"version": "0.9.4",
"version": "0.9.6",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"@grpc/grpc-js": "^1.8.22",
"@shell-js/grpc_proto": "^0.9.4",
"@shell-js/grpc_proto": "^0.9.6",
"mixme": "^1.1.0",
"protobufjs": "^7.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shell",
"version": "0.9.5",
"version": "0.9.6",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
Expand Down
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@shell-js/samples",
"version": "0.9.5",
"version": "0.9.6",
"private": true,
"dependencies": {
"shell": "^0.9.5"
"shell": "^0.9.6"
},
"devDependencies": {
"glob": "^10.4.1",
Expand Down

0 comments on commit 3a8aefe

Please sign in to comment.