Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 28, 2024
1 parent 62e68c2 commit 8162329
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.10.2) (2024-07-28)

**Note:** Version bump only for package shell





## [0.10.1](https://github.com/adaltas/node-shell/compare/v0.10.0...v0.10.1) (2024-07-27)

**Note:** Version bump only for package shell
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"**/test/**"
],
"npmClient": "yarn",
"version": "0.10.1"
"version": "0.10.2"
}
8 changes: 8 additions & 0 deletions packages/grpc_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.10.2) (2024-07-28)

**Note:** Version bump only for package @shell-js/grpc_client





## [0.10.1](https://github.com/adaltas/node-shell/compare/v0.10.0...v0.10.1) (2024-07-27)

**Note:** Version bump only for package @shell-js/grpc_client
Expand Down
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.10.1",
"version": "0.10.2",
"description": "GRPC client plugin for the Shell.js package.",
"keywords": [
"argument",
Expand All @@ -26,7 +26,7 @@
"@grpc/grpc-js": "^1.11.1"
},
"devDependencies": {
"@shell-js/grpc_server": "^0.10.1",
"@shell-js/grpc_server": "^0.10.2",
"coffeescript": "^2.7.0",
"mocha": "^10.7.0",
"should": "^13.2.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/grpc_proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.10.2) (2024-07-28)

**Note:** Version bump only for package @shell-js/grpc_proto





# [0.10.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-27)

**Note:** Version bump only for package @shell-js/grpc_proto
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc_proto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shell-js/grpc_proto",
"description": "GRPC Protocol Buffer definition.",
"version": "0.10.0",
"version": "0.10.2",
"keywords": [
"argument",
"parameter",
Expand Down
8 changes: 8 additions & 0 deletions packages/grpc_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.10.2) (2024-07-28)

**Note:** Version bump only for package @shell-js/grpc_server





## [0.10.1](https://github.com/adaltas/node-shell/compare/v0.10.0...v0.10.1) (2024-07-27)

**Note:** Version bump only for package @shell-js/grpc_server
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.10.1",
"version": "0.10.2",
"description": "GRPC server plugin for the Shell.js package.",
"keywords": [
"argument",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@grpc/grpc-js": "^1.11.1",
"@shell-js/grpc_proto": "^0.10.0",
"@shell-js/grpc_proto": "^0.10.2",
"mixme": "^1.1.0",
"protobufjs": "^7.3.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.10.2) (2024-07-28)

**Note:** Version bump only for package shell

## [0.10.1](https://github.com/adaltas/node-shell/compare/v0.10.0...v0.10.1) (2024-07-27)

**Note:** Version bump only for package shell
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.10.1",
"version": "0.10.2",
"description": "Command line arguments parser and stringifier",
"keywords": [
"shell",
Expand Down
8 changes: 8 additions & 0 deletions samples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.10.2) (2024-07-28)

**Note:** Version bump only for package @shell-js/samples





## [0.10.1](https://github.com/adaltas/node-shell/compare/v0.10.0...v0.10.1) (2024-07-27)

**Note:** Version bump only for package @shell-js/samples
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.10.1",
"version": "0.10.2",
"private": true,
"dependencies": {
"shell": "^0.10.1"
"shell": "^0.10.2"
},
"devDependencies": {
"glob": "^11.0.0",
Expand Down

0 comments on commit 8162329

Please sign in to comment.