Skip to content

Commit

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

## [0.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)


### Features

* **shell:** improve error messages ([95d6e0e](https://github.com/adaltas/node-shell/commit/95d6e0e9cf1ba1e2dcca73ca23deca6c287474d0))
* **shell:** new error_message error_stack and error_help router options ([a8e1a1f](https://github.com/adaltas/node-shell/commit/a8e1a1f15b9f32a36aacea76e2487425252c35ec))
* **shell:** router exit option ([8554263](https://github.com/adaltas/node-shell/commit/8554263f3c5575fde122bba3b3ad1e875458a274))



## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)

**Note:** Version bump only for package shell
Expand Down
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"message": "chore(release): publish"
}
},
"ignoreChanges": ["**/test/**"],
"ignoreChanges": [
"**/test/**"
],
"npmClient": "yarn",
"version": "0.11.0"
}
"version": "0.12.0"
}
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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)

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





## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)

**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.11.0",
"version": "0.12.0",
"description": "GRPC client plugin for the Shell.js package.",
"keywords": [
"argument",
Expand All @@ -26,7 +26,7 @@
"@grpc/grpc-js": "^1.12.2"
},
"devDependencies": {
"@shell-js/grpc_server": "^0.11.0",
"@shell-js/grpc_server": "^0.12.0",
"coffeescript": "^2.7.0",
"mocha": "^10.8.2",
"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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)

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





## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)

**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.11.0",
"version": "0.12.0",
"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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)

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





## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)

**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.11.0",
"version": "0.12.0",
"description": "GRPC server plugin for the Shell.js package.",
"keywords": [
"argument",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@grpc/grpc-js": "^1.12.2",
"@shell-js/grpc_proto": "^0.11.0",
"@shell-js/grpc_proto": "^0.12.0",
"mixme": "^1.1.0",
"protobufjs": "^7.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/shell/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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)

### Features

- **shell:** improve error messages ([95d6e0e](https://github.com/adaltas/node-shell/commit/95d6e0e9cf1ba1e2dcca73ca23deca6c287474d0))
- **shell:** new error_message error_stack and error_help router options ([a8e1a1f](https://github.com/adaltas/node-shell/commit/a8e1a1f15b9f32a36aacea76e2487425252c35ec))
- **shell:** router exit option ([8554263](https://github.com/adaltas/node-shell/commit/8554263f3c5575fde122bba3b3ad1e875458a274))

## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)

**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.11.0",
"version": "0.12.0",
"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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)

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





## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)

**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.11.0",
"version": "0.12.0",
"private": true,
"dependencies": {
"shell": "^0.11.0"
"shell": "^0.12.0"
},
"devDependencies": {
"glob": "^11.0.0",
Expand Down

0 comments on commit a7452a2

Please sign in to comment.