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 26, 2024
1 parent 5e01c16 commit 5623861
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 9 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.10.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-26)


### Features

* support node 20 and 22 ([b462be6](https://github.com/adaltas/node-shell/commit/b462be6883b2bd14b35550fb3cc9177c4458f67e))





## [0.9.5](https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5) (2024-01-17)


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.6"
"version": "0.10.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.10.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-26)

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





## [0.9.4](https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4) (2022-03-15)


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.9.6",
"version": "0.10.0",
"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.6",
"@shell-js/grpc_server": "^0.10.0",
"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.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-26)

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





## [0.9.4](https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4) (2022-03-15)


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.6",
"version": "0.10.0",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"contributors": [
"Sergei Kudinov <[email protected]> (https://www.adaltas.com)"
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.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-26)

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





## [0.9.4](https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4) (2022-03-15)


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.6",
"version": "0.10.0",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"@grpc/grpc-js": "^1.11.1",
"@shell-js/grpc_proto": "^0.9.6",
"@shell-js/grpc_proto": "^0.10.0",
"mixme": "^1.1.0",
"protobufjs": "^7.3.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/shell/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.10.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-26)


### Features

* support node 20 and 22 ([b462be6](https://github.com/adaltas/node-shell/commit/b462be6883b2bd14b35550fb3cc9177c4458f67e))





## [0.9.5](https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5) (2024-01-17)


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.6",
"version": "0.10.0",
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
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.0](https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0) (2024-07-26)

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





## [0.9.5](https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5) (2024-01-17)

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

0 comments on commit 5623861

Please sign in to comment.