Skip to content

Commit 4e1da97

Browse files
authored
Merge pull request #229 from proto-graphql/changeset-release/main
Version Packages
2 parents 827f47c + c1fac3b commit 4e1da97

File tree

14 files changed

+52
-33
lines changed

14 files changed

+52
-33
lines changed

.changeset/chilly-balloons-watch.md

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

.changeset/fair-poems-sort.md

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

.changeset/friendly-kings-leave.md

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

.changeset/wild-toes-pull.md

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

e2e/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @proto-graphql/e2e
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#216](https://github.com/proto-graphql/proto-graphql-js/pull/216) [`831f8e7`](https://github.com/proto-graphql/proto-graphql-js/commit/831f8e70ff45d3503413441f568c2c901ae6f552) Thanks [@izumin5210](https://github.com/izumin5210)! - new E2E testing

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.1",
3+
"version": "0.0.2",
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.1",
12-
"protoc-gen-pothos": "^0.2.0",
11+
"protoc-gen-nexus": "^0.5.5",
12+
"protoc-gen-pothos": "^0.2.1",
1313
"tsconfig-paths": "^4.1.0"
1414
},
1515
"scripts": {

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

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#228](https://github.com/proto-graphql/proto-graphql-js/pull/228) [`c7db053`](https://github.com/proto-graphql/proto-graphql-js/commit/c7db0531f3790dbf61d740440eda841459cb3f6b) Thanks [@izumin5210](https://github.com/izumin5210)! - Support PothosShemaBuilder in external modules
8+
39
## 0.2.0
410

511
### Minor Changes

packages/@proto-graphql/codegen-core/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/codegen-core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "",
55
"keywords": [
66
"graphql",

packages/@testapis/proto/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#216](https://github.com/proto-graphql/proto-graphql-js/pull/216) [`831f8e7`](https://github.com/proto-graphql/proto-graphql-js/commit/831f8e70ff45d3503413441f568c2c901ae6f552) Thanks [@izumin5210](https://github.com/izumin5210)! - new E2E testing
8+
39
## 0.5.1
410

511
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testapis/proto",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Generated codes from protobuf IDL",
55
"private": true
66
}

0 commit comments

Comments
 (0)