Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Jun 6, 2024
1 parent bdfc754 commit 706e434
Show file tree
Hide file tree
Showing 23 changed files with 141 additions and 22 deletions.
9 changes: 9 additions & 0 deletions packages/nice-grpc-client-middleware-deadline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.12](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-deadline@[email protected]) (2024-06-06)

**Note:** Version bump only for package nice-grpc-client-middleware-deadline

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.11](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-deadline@[email protected]) (2024-03-11)

**Note:** Version bump only for package nice-grpc-client-middleware-deadline
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-client-middleware-deadline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-client-middleware-deadline",
"version": "2.0.11",
"version": "2.0.12",
"description": "Deadline client middleware for nice-grpc",
"repository": "deeplay-io/nice-grpc",
"main": "lib/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"google-protobuf": "^3.14.0",
"grpc-tools": "^1.10.0",
"grpc_tools_node_protoc_ts": "^5.0.1",
"nice-grpc": "^2.1.8"
"nice-grpc": "^2.1.9"
},
"dependencies": {
"nice-grpc-common": "^2.0.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/nice-grpc-client-middleware-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-devtools@[email protected]) (2024-06-06)

**Note:** Version bump only for package nice-grpc-client-middleware-devtools

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-devtools@[email protected]) (2024-03-11)

**Note:** Version bump only for package nice-grpc-client-middleware-devtools
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-client-middleware-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-client-middleware-devtools",
"version": "1.0.3",
"version": "1.0.4",
"description": "Client middleware for nice-grpc to work with grpc-web-devtools https://github.com/SafetyCulture/grpc-web-devtools",
"repository": "deeplay-io/nice-grpc",
"main": "lib/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"google-protobuf": "^3.14.0",
"grpc-tools": "^1.10.0",
"grpc_tools_node_protoc_ts": "^5.0.1",
"nice-grpc": "^2.1.8"
"nice-grpc": "^2.1.9"
},
"dependencies": {
"abort-controller-x": "^0.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/nice-grpc-client-middleware-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.8](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-retry@[email protected]) (2024-06-06)

**Note:** Version bump only for package nice-grpc-client-middleware-retry

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.7](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-retry@[email protected]) (2024-03-11)

**Note:** Version bump only for package nice-grpc-client-middleware-retry
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-client-middleware-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-client-middleware-retry",
"version": "3.1.7",
"version": "3.1.8",
"description": "Retry client middleware for nice-grpc",
"repository": "deeplay-io/nice-grpc",
"main": "lib/index.js",
Expand All @@ -25,7 +25,7 @@
"@tsconfig/recommended": "^1.0.1",
"grpc-tools": "^1.10.0",
"jest-mock-random": "^1.1.1",
"nice-grpc": "^2.1.8",
"nice-grpc": "^2.1.9",
"ts-proto": "^1.112.0"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nice-grpc-error-details/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.6](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@0.2.6) (2024-06-06)

**Note:** Version bump only for package nice-grpc-error-details

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.5](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@0.2.5) (2024-03-11)

**Note:** Version bump only for package nice-grpc-error-details
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-error-details/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-error-details",
"version": "0.2.5",
"version": "0.2.6",
"description": "gRPC rich error model implementation for nice-grpc",
"repository": "deeplay-io/nice-grpc",
"main": "lib/index.js",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"grpc-tools": "^1.10.0",
"nice-grpc": "^2.1.8",
"nice-grpc": "^2.1.9",
"ts-proto": "^1.112.0"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nice-grpc-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.15](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@0.1.15) (2024-06-06)

**Note:** Version bump only for package nice-grpc-opentelemetry

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.14](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@0.1.14) (2024-03-11)

**Note:** Version bump only for package nice-grpc-opentelemetry
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-opentelemetry",
"version": "0.1.14",
"version": "0.1.15",
"description": "OpenTelemetry instrumentation for nice-grpc",
"keywords": [
"grpc",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/defer-promise": "^1.0.0",
"defer-promise": "^2.0.1",
"grpc-tools": "^1.10.0",
"nice-grpc": "^2.1.8",
"nice-grpc": "^2.1.9",
"protobufjs": "^7.1.2",
"ts-proto": "^1.112.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nice-grpc-opentelemetry/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by scripts/version.js
export const VERSION = '0.1.14';
export const VERSION = '0.1.15';
14 changes: 14 additions & 0 deletions packages/nice-grpc-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.4](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@0.2.4) (2024-06-06)

### Bug Fixes

- **nice-grpc:** resolve compatibility issues with grpc-js 1.10.x
([bdfc754](https://github.com/deeplay-io/nice-grpc/commit/bdfc7546dce450a9c50947e386e9e9bdf6180c59)),
closes [#555](https://github.com/deeplay-io/nice-grpc/issues/555)
[#607](https://github.com/deeplay-io/nice-grpc/issues/607)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@0.2.3) (2024-03-11)

**Note:** Version bump only for package nice-grpc-prometheus
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-prometheus",
"version": "0.2.3",
"version": "0.2.4",
"description": "Prometheus monitoring for nice-grpc",
"keywords": [
"grpc",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/node": "^18.0.0",
"defer-promise": "^2.0.1",
"grpc-tools": "^1.10.0",
"nice-grpc": "^2.1.8",
"nice-grpc": "^2.1.9",
"protobufjs": "^7.1.2",
"ts-proto": "^1.112.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/nice-grpc-server-health/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.11](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.0.11) (2024-06-06)

### Bug Fixes

- **nice-grpc:** resolve compatibility issues with grpc-js 1.10.x
([bdfc754](https://github.com/deeplay-io/nice-grpc/commit/bdfc7546dce450a9c50947e386e9e9bdf6180c59)),
closes [#555](https://github.com/deeplay-io/nice-grpc/issues/555)
[#607](https://github.com/deeplay-io/nice-grpc/issues/607)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.10](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.0.10) (2024-03-11)

**Note:** Version bump only for package nice-grpc-server-health
Expand Down
6 changes: 3 additions & 3 deletions packages/nice-grpc-server-health/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-server-health",
"version": "2.0.10",
"version": "2.0.11",
"description": "gRPC health checking protocol implementation for nice-grpc",
"repository": "deeplay-io/nice-grpc",
"main": "lib/index.js",
Expand All @@ -27,13 +27,13 @@
"@types/node": "^18.0.0",
"grpc-tools": "^1.10.0",
"jest-os-detection": "^1.3.1",
"nice-grpc-server-middleware-terminator": "^2.0.10",
"nice-grpc-server-middleware-terminator": "^2.0.11",
"request": "^2.88.2",
"ts-proto": "^1.112.0"
},
"dependencies": {
"abort-controller-x": "^0.4.0",
"nice-grpc": "^2.1.8",
"nice-grpc": "^2.1.9",
"protobufjs": "^7.1.2",
"typed-emitter": "^2.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/nice-grpc-server-middleware-terminator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.11](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-middleware-terminator@[email protected]) (2024-06-06)

**Note:** Version bump only for package nice-grpc-server-middleware-terminator

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.10](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-middleware-terminator@[email protected]) (2024-03-11)

**Note:** Version bump only for package nice-grpc-server-middleware-terminator
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-server-middleware-terminator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-server-middleware-terminator",
"version": "2.0.10",
"version": "2.0.11",
"description": "Server middleware for nice-grpc to terminate long-running calls on shutdown",
"repository": "deeplay-io/nice-grpc",
"main": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
"abort-controller-x": "^0.4.0",
"defer-promise": "^2.0.1",
"grpc-tools": "^1.10.0",
"nice-grpc": "^2.1.8",
"nice-grpc": "^2.1.9",
"ts-proto": "^1.112.0"
},
"dependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/nice-grpc-server-reflection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.11](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.0.11) (2024-06-06)

### Bug Fixes

- **nice-grpc:** resolve compatibility issues with grpc-js 1.10.x
([bdfc754](https://github.com/deeplay-io/nice-grpc/commit/bdfc7546dce450a9c50947e386e9e9bdf6180c59)),
closes [#555](https://github.com/deeplay-io/nice-grpc/issues/555)
[#607](https://github.com/deeplay-io/nice-grpc/issues/607)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.10](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.0.10) (2024-03-11)

**Note:** Version bump only for package nice-grpc-server-reflection
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-grpc-server-reflection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-server-reflection",
"version": "2.0.10",
"version": "2.0.11",
"description": "Server reflection for nice-grpc",
"keywords": [
"grpc",
Expand Down Expand Up @@ -36,6 +36,6 @@
"dependencies": {
"@types/google-protobuf": "^3.7.4",
"google-protobuf": "^3.15.6",
"nice-grpc": "^2.1.8"
"nice-grpc": "^2.1.9"
}
}
9 changes: 9 additions & 0 deletions packages/nice-grpc-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.4](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@3.3.4) (2024-06-06)

**Note:** Version bump only for package nice-grpc-web

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.3](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@3.3.3) (2024-03-11)

**Note:** Version bump only for package nice-grpc-web
Expand Down
2 changes: 1 addition & 1 deletion packages/nice-grpc-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc-web",
"version": "3.3.3",
"version": "3.3.4",
"description": "A Browser gRPC library that is nice to you",
"keywords": [
"grpc",
Expand Down
14 changes: 14 additions & 0 deletions packages/nice-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.9](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.1.9) (2024-06-06)

### Bug Fixes

- **nice-grpc:** resolve compatibility issues with grpc-js 1.10.x
([bdfc754](https://github.com/deeplay-io/nice-grpc/commit/bdfc7546dce450a9c50947e386e9e9bdf6180c59)),
closes [#555](https://github.com/deeplay-io/nice-grpc/issues/555)
[#607](https://github.com/deeplay-io/nice-grpc/issues/607)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.8](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.1.8) (2024-03-11)

**Note:** Version bump only for package nice-grpc
Expand Down
2 changes: 1 addition & 1 deletion packages/nice-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-grpc",
"version": "2.1.8",
"version": "2.1.9",
"description": "A Node.js gRPC library that is nice to you",
"keywords": [
"grpc",
Expand Down

0 comments on commit 706e434

Please sign in to comment.