Skip to content

Commit

Permalink
Merge pull request #242 from proto-graphql/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
izumin5210 authored Dec 15, 2022
2 parents 8bb3851 + c65b27f commit 5c5d341
Show file tree
Hide file tree
Showing 15 changed files with 90 additions and 41 deletions.
9 changes: 0 additions & 9 deletions .changeset/lovely-rings-approve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plenty-days-remain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/popular-seals-compete.md

This file was deleted.

6 changes: 6 additions & 0 deletions e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @proto-graphql/e2e

## 0.1.0

### Minor Changes

- [#239](https://github.com/proto-graphql/proto-graphql-js/pull/239) [`f072608`](https://github.com/proto-graphql/proto-graphql-js/commit/f0726082c9ad728ff5ad648e79ab7862f85a1a97) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-pothos printer with ts-poet

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@proto-graphql/e2e",
"version": "0.0.2",
"version": "0.1.0",
"description": "E2E tests",
"private": true,
"devDependencies": {
"@testapis/node": "^0.5.0",
"@testapis/node-native": "^0.5.1",
"@testapis/ts-proto": "^0.5.1",
"@testapis/ts-proto-with-forcelong-number": "^0.6.0",
"protoc-gen-nexus": "^0.5.5",
"protoc-gen-pothos": "^0.2.1",
"protoc-gen-nexus": "^0.6.0",
"protoc-gen-pothos": "^0.3.0",
"tsconfig-paths": "^4.1.0"
},
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/@proto-graphql/codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @proto-graphql/codegen-core

## 0.3.0

### Minor Changes

- [#241](https://github.com/proto-graphql/proto-graphql-js/pull/241) [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-nexus printer with ts-poet

- [#239](https://github.com/proto-graphql/proto-graphql-js/pull/239) [`f072608`](https://github.com/proto-graphql/proto-graphql-js/commit/f0726082c9ad728ff5ad648e79ab7862f85a1a97) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-pothos printer with ts-poet

### Patch Changes

- [#243](https://github.com/proto-graphql/proto-graphql-js/pull/243) [`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00) Thanks [@izumin5210](https://github.com/izumin5210)! - remove unused code from codegen-core

- Updated dependencies [[`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00), [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9)]:
- @proto-graphql/proto-descriptors@0.3.0

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@proto-graphql/codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-graphql/codegen-core",
"version": "0.2.3",
"version": "0.3.0",
"description": "",
"keywords": [
"graphql",
Expand All @@ -20,7 +20,7 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/proto-descriptors": "^0.2.0",
"@proto-graphql/proto-descriptors": "^0.3.0",
"change-case": "^4.1.2",
"ts-poet": "^6.3.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@proto-graphql/proto-descriptors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @proto-graphql/proto-descriptors

## 0.3.0

### Minor Changes

- [#241](https://github.com/proto-graphql/proto-graphql-js/pull/241) [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-nexus printer with ts-poet

### Patch Changes

- [#243](https://github.com/proto-graphql/proto-graphql-js/pull/243) [`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00) Thanks [@izumin5210](https://github.com/izumin5210)! - remove unused code from codegen-core

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@proto-graphql/proto-descriptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-graphql/proto-descriptors",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"keywords": [
"graphql",
Expand Down
10 changes: 10 additions & 0 deletions packages/@proto-graphql/protoc-plugin-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @proto-graphql/protoc-plugin-helpers

## 0.2.2

### Patch Changes

- [#243](https://github.com/proto-graphql/proto-graphql-js/pull/243) [`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00) Thanks [@izumin5210](https://github.com/izumin5210)! - remove unused code from codegen-core

- Updated dependencies [[`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00), [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9), [`f072608`](https://github.com/proto-graphql/proto-graphql-js/commit/f0726082c9ad728ff5ad648e79ab7862f85a1a97)]:
- @proto-graphql/codegen-core@0.3.0
- @proto-graphql/proto-descriptors@0.3.0

## 0.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/@proto-graphql/protoc-plugin-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-graphql/protoc-plugin-helpers",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"keywords": [
"graphql",
Expand All @@ -20,8 +20,8 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.2.2",
"@proto-graphql/proto-descriptors": "^0.2.0"
"@proto-graphql/codegen-core": "^0.3.0",
"@proto-graphql/proto-descriptors": "^0.3.0"
},
"peerDependencies": {
"google-protobuf": "^3.12.2"
Expand Down
15 changes: 15 additions & 0 deletions packages/protoc-gen-nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# protoc-gen-nexus

## 0.6.0

### Minor Changes

- [#241](https://github.com/proto-graphql/proto-graphql-js/pull/241) [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-nexus printer with ts-poet

### Patch Changes

- [#243](https://github.com/proto-graphql/proto-graphql-js/pull/243) [`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00) Thanks [@izumin5210](https://github.com/izumin5210)! - remove unused code from codegen-core

- Updated dependencies [[`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00), [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9), [`f072608`](https://github.com/proto-graphql/proto-graphql-js/commit/f0726082c9ad728ff5ad648e79ab7862f85a1a97)]:
- @proto-graphql/codegen-core@0.3.0
- @proto-graphql/protoc-plugin-helpers@0.2.2
- @proto-graphql/proto-descriptors@0.3.0

## 0.5.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/protoc-gen-nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protoc-gen-nexus",
"version": "0.5.6",
"version": "0.6.0",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -23,9 +23,9 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.2.2",
"@proto-graphql/proto-descriptors": "^0.2.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.1",
"@proto-graphql/codegen-core": "^0.3.0",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
"change-case": "^4.1.2",
"google-protobuf": "^3.20.1",
"ts-poet": "^6.3.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/protoc-gen-pothos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# protoc-gen-pothos

## 0.3.0

### Minor Changes

- [#239](https://github.com/proto-graphql/proto-graphql-js/pull/239) [`f072608`](https://github.com/proto-graphql/proto-graphql-js/commit/f0726082c9ad728ff5ad648e79ab7862f85a1a97) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-pothos printer with ts-poet

### Patch Changes

- [#243](https://github.com/proto-graphql/proto-graphql-js/pull/243) [`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00) Thanks [@izumin5210](https://github.com/izumin5210)! - remove unused code from codegen-core

- [#241](https://github.com/proto-graphql/proto-graphql-js/pull/241) [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9) Thanks [@izumin5210](https://github.com/izumin5210)! - rewrite protoc-gen-nexus printer with ts-poet

- Updated dependencies [[`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00), [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9), [`f072608`](https://github.com/proto-graphql/proto-graphql-js/commit/f0726082c9ad728ff5ad648e79ab7862f85a1a97)]:
- @proto-graphql/codegen-core@0.3.0
- @proto-graphql/protoc-plugin-helpers@0.2.2
- @proto-graphql/proto-descriptors@0.3.0

## 0.2.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/protoc-gen-pothos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protoc-gen-pothos",
"version": "0.2.3",
"version": "0.3.0",
"description": "Generate DSL for Pothos GraphQL from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -23,9 +23,9 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.2.3",
"@proto-graphql/proto-descriptors": "^0.2.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.1",
"@proto-graphql/codegen-core": "^0.3.0",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
"google-protobuf": "^3.20.1",
"ts-poet": "^6.3.0"
},
Expand Down

0 comments on commit 5c5d341

Please sign in to comment.