Skip to content

Commit c65b27f

Browse files
RELEASING: Releasing 6 package(s)
Releases: @proto-graphql/codegen-core@0.3.0 @proto-graphql/protoc-plugin-helpers@0.2.2 @proto-graphql/proto-descriptors@0.3.0 protoc-gen-nexus@0.6.0 protoc-gen-pothos@0.3.0 @proto-graphql/e2e@0.1.0 [skip ci]
1 parent 8bb3851 commit c65b27f

File tree

15 files changed

+90
-41
lines changed

15 files changed

+90
-41
lines changed

.changeset/lovely-rings-approve.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/plenty-days-remain.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/popular-seals-compete.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

e2e/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @proto-graphql/e2e
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.0.2
410

511
### Patch Changes

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@proto-graphql/e2e",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "E2E tests",
55
"private": true,
66
"devDependencies": {
77
"@testapis/node": "^0.5.0",
88
"@testapis/node-native": "^0.5.1",
99
"@testapis/ts-proto": "^0.5.1",
1010
"@testapis/ts-proto-with-forcelong-number": "^0.6.0",
11-
"protoc-gen-nexus": "^0.5.5",
12-
"protoc-gen-pothos": "^0.2.1",
11+
"protoc-gen-nexus": "^0.6.0",
12+
"protoc-gen-pothos": "^0.3.0",
1313
"tsconfig-paths": "^4.1.0"
1414
},
1515
"scripts": {

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @proto-graphql/codegen-core
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
### Patch Changes
12+
13+
- [#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
14+
15+
- Updated dependencies [[`3aa729a`](https://github.com/proto-graphql/proto-graphql-js/commit/3aa729a62a36aa782e8c2153bb3b789e9551ae00), [`cef3d3e`](https://github.com/proto-graphql/proto-graphql-js/commit/cef3d3e512e616f98869c12060d592c3ff887aa9)]:
16+
- @proto-graphql/proto-descriptors@0.3.0
17+
318
## 0.2.3
419

520
### Patch Changes

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

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @proto-graphql/proto-descriptors
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 0.2.0
414

515
### Minor Changes

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

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @proto-graphql/protoc-plugin-helpers
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- 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)]:
10+
- @proto-graphql/codegen-core@0.3.0
11+
- @proto-graphql/proto-descriptors@0.3.0
12+
313
## 0.2.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)