Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - nice-grpc-client-middleware-deadline@2.0.7
 - nice-grpc-client-middleware-retry@3.1.4
 - nice-grpc-error-details@0.2.1
 - nice-grpc-opentelemetry@0.1.10
 - nice-grpc-prometheus@0.1.7
 - nice-grpc-server-health@2.0.7
 - nice-grpc-server-middleware-terminator@2.0.7
 - nice-grpc-server-reflection@2.0.7
 - nice-grpc-web@3.3.1
 - nice-grpc@2.1.5
  • Loading branch information
aikoven committed Jul 16, 2023
1 parent 27c6230 commit e25d70a
Show file tree
Hide file tree
Showing 21 changed files with 120 additions and 20 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.7](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-deadline@2.0.6...nice-grpc-client-middleware-deadline@2.0.7) (2023-07-16)

**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.6](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-deadline@2.0.4...nice-grpc-client-middleware-deadline@2.0.6) (2023-03-31)

**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.6",
"version": "2.0.7",
"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.4"
"nice-grpc": "^2.1.5"
},
"dependencies": {
"nice-grpc-common": "^2.0.2"
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.4](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-retry@3.1.3...nice-grpc-client-middleware-retry@3.1.4) (2023-07-16)

**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.3](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-retry@3.1.1...nice-grpc-client-middleware-retry@3.1.3) (2023-03-31)

**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.3",
"version": "3.1.4",
"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.4",
"nice-grpc": "^2.1.5",
"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.1](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-error-details@0.2.0...nice-grpc-error-details@0.2.1) (2023-07-16)

**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.0](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-error-details@0.1.9...nice-grpc-error-details@0.2.0) (2023-05-15)

### Features
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.0",
"version": "0.2.1",
"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.4",
"nice-grpc": "^2.1.5",
"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.10](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-opentelemetry@0.1.9...nice-grpc-opentelemetry@0.1.10) (2023-07-16)

**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.9](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-opentelemetry@0.1.8...nice-grpc-opentelemetry@0.1.9) (2023-05-02)

**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.9",
"version": "0.1.10",
"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.4",
"nice-grpc": "^2.1.5",
"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.9';
export const VERSION = '0.1.10';
9 changes: 9 additions & 0 deletions packages/nice-grpc-prometheus/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.7](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-prometheus@0.1.6...nice-grpc-prometheus@0.1.7) (2023-07-16)

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

# 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.6](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-prometheus@0.1.4...nice-grpc-prometheus@0.1.6) (2023-03-31)

**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.1.6",
"version": "0.1.7",
"description": "Prometheus monitoring for nice-grpc",
"keywords": [
"grpc",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/node": "^14.18.23",
"defer-promise": "^2.0.1",
"grpc-tools": "^1.10.0",
"nice-grpc": "^2.1.4",
"nice-grpc": "^2.1.5",
"protobufjs": "^7.1.2",
"ts-proto": "^1.112.0"
},
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.7](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-health@2.0.6...nice-grpc-server-health@2.0.7) (2023-07-16)

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

# 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.6](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-health@2.0.4...nice-grpc-server-health@2.0.6) (2023-03-31)

**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.6",
"version": "2.0.7",
"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": "^14.18.23",
"grpc-tools": "^1.10.0",
"jest-os-detection": "^1.3.1",
"nice-grpc-server-middleware-terminator": "^2.0.6",
"nice-grpc-server-middleware-terminator": "^2.0.7",
"request": "^2.88.2",
"ts-proto": "^1.112.0"
},
"dependencies": {
"abort-controller-x": "^0.4.0",
"nice-grpc": "^2.1.4",
"nice-grpc": "^2.1.5",
"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.7](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-middleware-terminator@2.0.6...nice-grpc-server-middleware-terminator@2.0.7) (2023-07-16)

**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.6](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-middleware-terminator@2.0.4...nice-grpc-server-middleware-terminator@2.0.6) (2023-03-31)

**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.6",
"version": "2.0.7",
"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.4",
"nice-grpc": "^2.1.5",
"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.7](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-reflection@2.0.6...nice-grpc-server-reflection@2.0.7) (2023-07-16)

### Bug Fixes

- **nice-grpc-server-reflection:** fix resolving methods
([#405](https://github.com/deeplay-io/nice-grpc/issues/405))
([de01075](https://github.com/deeplay-io/nice-grpc/commit/de01075663749a6ccdf0b80a4ba035699ffe551b)),
closes [#385](https://github.com/deeplay-io/nice-grpc/issues/385)

# 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.6](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-server-reflection@2.0.4...nice-grpc-server-reflection@2.0.6) (2023-03-31)

**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.6",
"version": "2.0.7",
"description": "Server reflection for nice-grpc",
"keywords": [
"grpc",
Expand Down Expand Up @@ -37,6 +37,6 @@
"@grpc/grpc-js": "^1.8.18",
"@types/google-protobuf": "^3.7.4",
"google-protobuf": "^3.15.6",
"nice-grpc": "^2.1.4"
"nice-grpc": "^2.1.5"
}
}
14 changes: 14 additions & 0 deletions packages/nice-grpc-web/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.

## [3.3.1](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-web@3.3.0...nice-grpc-web@3.3.1) (2023-07-16)

### Bug Fixes

- **nice-grpc-web:** don't put stack traces to internal and transport error
messages ([#406](https://github.com/deeplay-io/nice-grpc/issues/406))
([27c6230](https://github.com/deeplay-io/nice-grpc/commit/27c6230eae74cac04223bf536c609e9dcc7d32de)),
closes [#386](https://github.com/deeplay-io/nice-grpc/issues/386)

# 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.0](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-web@3.2.4...nice-grpc-web@3.3.0) (2023-05-02)

### Features
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.0",
"version": "3.3.1",
"description": "A Browser gRPC library that is nice to you",
"keywords": [
"grpc",
Expand Down
9 changes: 9 additions & 0 deletions packages/nice-grpc/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.1.5](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc@2.1.4...nice-grpc@2.1.5) (2023-07-16)

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

# 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.4](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc@2.1.3...nice-grpc@2.1.4) (2023-03-31)

**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.4",
"version": "2.1.5",
"description": "A Node.js gRPC library that is nice to you",
"keywords": [
"grpc",
Expand Down

0 comments on commit e25d70a

Please sign in to comment.