Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #59

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-goats-own.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/brave-lobsters-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-pants-camp.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.15.0

### Minor Changes

- e12d678: use ts-proto v2 for proto generation

### Patch Changes

- e12d678: update dependencies

## 0.14.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ddadaal/tsgrpc-cli",
"version": "0.14.9",
"version": "0.15.0",
"description": "CLI",
"author": "Chen Junda <[email protected]>",
"homepage": "https://github.com/ddadaal/tsgrpc#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ddadaal/tsgrpc-client

## 0.17.8

### Patch Changes

- e12d678: update dependencies
- Updated dependencies [e12d678]
- @ddadaal/[email protected]

## 0.17.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ddadaal/tsgrpc-client",
"version": "0.17.7",
"version": "0.17.8",
"description": "Clien utilities for ts to call gRPC services",
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ddadaal/tsgrpc-common

## 0.2.6

### Patch Changes

- e12d678: update dependencies

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ddadaal/tsgrpc-common",
"version": "0.2.5",
"version": "0.2.6",
"description": "Common utilities for tsgrpc server and client",
"main": "lib/index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.19.6

### Patch Changes

- e12d678: update dependencies
- df75490: remove stream.finished to avoid error
- Updated dependencies [e12d678]
- @ddadaal/[email protected]

## 0.19.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ddadaal/tsgrpc-server",
"version": "0.19.5",
"version": "0.19.6",
"description": "A simple gRPC Server Framework for TypeScript Node.js",
"main": "lib/index.js",
"scripts": {
Expand Down