Skip to content

Commit 8a0f1f2

Browse files
authored
Merge pull request #254 from proto-graphql/changeset-release/main
Version Packages
2 parents 3f531e4 + ed8b5ff commit 8a0f1f2

File tree

16 files changed

+81
-35
lines changed

16 files changed

+81
-35
lines changed

.changeset/polite-hairs-tap.md

-7
This file was deleted.

.changeset/weak-apes-behave.md

-10
This file was deleted.

e2e/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @proto-graphql/e2e
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional
8+
39
## 0.1.0
410

511
### Minor Changes

e2e/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proto-graphql/e2e",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "E2E tests",
55
"private": true,
66
"devDependencies": {
@@ -16,8 +16,8 @@
1616
"graphql": "15.4.0",
1717
"graphql-scalars": "1.20.1",
1818
"nexus": "1.3.0",
19-
"protoc-gen-nexus": "0.6.1",
20-
"protoc-gen-pothos": "0.3.1",
19+
"protoc-gen-nexus": "0.6.2",
20+
"protoc-gen-pothos": "0.3.2",
2121
"proto-nexus": "^0.5.1",
2222
"tsconfig-paths": "^4.1.0"
2323
},

packages/@proto-graphql/codegen-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @proto-graphql/codegen-core
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#253](https://github.com/proto-graphql/proto-graphql-js/pull/253) [`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4) Thanks [@izumin5210](https://github.com/izumin5210)! - support `emit_imported_files` option
8+
9+
- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional
10+
11+
- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
12+
- @proto-graphql/proto-descriptors@0.3.1
13+
314
## 0.3.1
415

516
### Patch Changes

packages/@proto-graphql/codegen-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proto-graphql/codegen-core",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "",
55
"keywords": [
66
"graphql",
@@ -20,7 +20,7 @@
2020
"node": ">= 14.0.0"
2121
},
2222
"dependencies": {
23-
"@proto-graphql/proto-descriptors": "^0.3.0",
23+
"@proto-graphql/proto-descriptors": "^0.3.1",
2424
"change-case": "^4.1.2",
2525
"google-protobuf": "^3.21.2",
2626
"ts-poet": "^6.3.0"

packages/@proto-graphql/proto-descriptors/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @proto-graphql/proto-descriptors
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#253](https://github.com/proto-graphql/proto-graphql-js/pull/253) [`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4) Thanks [@izumin5210](https://github.com/izumin5210)! - support `emit_imported_files` option
8+
9+
- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional
10+
311
## 0.3.0
412

513
### Minor Changes

packages/@proto-graphql/proto-descriptors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proto-graphql/proto-descriptors",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"keywords": [
66
"graphql",

packages/@proto-graphql/protoc-plugin-helpers/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @proto-graphql/protoc-plugin-helpers
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#253](https://github.com/proto-graphql/proto-graphql-js/pull/253) [`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4) Thanks [@izumin5210](https://github.com/izumin5210)! - support `emit_imported_files` option
8+
9+
- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
10+
- @proto-graphql/codegen-core@0.3.2
11+
- @proto-graphql/proto-descriptors@0.3.1
12+
313
## 0.2.2
414

515
### Patch Changes

packages/@proto-graphql/protoc-plugin-helpers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proto-graphql/protoc-plugin-helpers",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"keywords": [
66
"graphql",
@@ -20,8 +20,8 @@
2020
"node": ">= 14.0.0"
2121
},
2222
"dependencies": {
23-
"@proto-graphql/codegen-core": "^0.3.0",
24-
"@proto-graphql/proto-descriptors": "^0.3.0",
23+
"@proto-graphql/codegen-core": "^0.3.2",
24+
"@proto-graphql/proto-descriptors": "^0.3.1",
2525
"google-protobuf": "3.21.2"
2626
},
2727
"devDependencies": {

packages/@testapis/proto/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @testapis/proto
22

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional
8+
39
## 0.5.5
410

511
### Patch Changes

packages/@testapis/proto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testapis/proto",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Generated codes from protobuf IDL",
55
"private": true
66
}

packages/protoc-gen-nexus/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# protoc-gen-nexus
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional
8+
9+
- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
10+
- @proto-graphql/codegen-core@0.3.2
11+
- @proto-graphql/proto-descriptors@0.3.1
12+
- @proto-graphql/protoc-plugin-helpers@0.2.3
13+
314
## 0.6.1
415

516
### Patch Changes

packages/protoc-gen-nexus/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protoc-gen-nexus",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
55
"keywords": [
66
"graphql",
@@ -23,9 +23,9 @@
2323
"node": ">= 14.0.0"
2424
},
2525
"dependencies": {
26-
"@proto-graphql/codegen-core": "^0.3.1",
27-
"@proto-graphql/proto-descriptors": "^0.3.0",
28-
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
26+
"@proto-graphql/codegen-core": "^0.3.2",
27+
"@proto-graphql/proto-descriptors": "^0.3.1",
28+
"@proto-graphql/protoc-plugin-helpers": "^0.2.3",
2929
"change-case": "^4.1.2",
3030
"google-protobuf": "^3.20.1",
3131
"ts-poet": "^6.3.0"

packages/protoc-gen-pothos/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# protoc-gen-pothos
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional
8+
9+
- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
10+
- @proto-graphql/codegen-core@0.3.2
11+
- @proto-graphql/proto-descriptors@0.3.1
12+
- @proto-graphql/protoc-plugin-helpers@0.2.3
13+
314
## 0.3.1
415

516
### Patch Changes

packages/protoc-gen-pothos/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protoc-gen-pothos",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Generate DSL for Pothos GraphQL from Protocol Buffers IDL",
55
"keywords": [
66
"graphql",
@@ -23,9 +23,9 @@
2323
"node": ">= 14.0.0"
2424
},
2525
"dependencies": {
26-
"@proto-graphql/codegen-core": "^0.3.1",
27-
"@proto-graphql/proto-descriptors": "^0.3.0",
28-
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
26+
"@proto-graphql/codegen-core": "^0.3.2",
27+
"@proto-graphql/proto-descriptors": "^0.3.1",
28+
"@proto-graphql/protoc-plugin-helpers": "^0.2.3",
2929
"google-protobuf": "^3.21.2",
3030
"ts-poet": "^6.3.0"
3131
},

0 commit comments

Comments
 (0)