Skip to content

Commit 089cd48

Browse files
authored
Merge pull request #238 from proto-graphql/changeset-release/main
Version Packages
2 parents f5d7fab + c1038a8 commit 089cd48

File tree

7 files changed

+25
-11
lines changed

7 files changed

+25
-11
lines changed

.changeset/itchy-dolphins-cry.md

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

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.3
4+
5+
### Patch Changes
6+
7+
- [#237](https://github.com/proto-graphql/proto-graphql-js/pull/237) [`b9945c8`](https://github.com/proto-graphql/proto-graphql-js/commit/b9945c827e737bda8b85621966a90a2e7e5cdf41) Thanks [@izumin5210](https://github.com/izumin5210)! - tweak input type definition for avoiding type error
8+
39
## 0.2.2
410

511
### Patch 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.2",
3+
"version": "0.2.3",
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.4
4+
5+
### Patch Changes
6+
7+
- [#237](https://github.com/proto-graphql/proto-graphql-js/pull/237) [`b9945c8`](https://github.com/proto-graphql/proto-graphql-js/commit/b9945c827e737bda8b85621966a90a2e7e5cdf41) Thanks [@izumin5210](https://github.com/izumin5210)! - tweak input type definition for avoiding type error
8+
39
## 0.5.3
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.3",
3+
"version": "0.5.4",
44
"description": "Generated codes from protobuf IDL",
55
"private": true
66
}

packages/protoc-gen-pothos/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# protoc-gen-pothos
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#237](https://github.com/proto-graphql/proto-graphql-js/pull/237) [`b9945c8`](https://github.com/proto-graphql/proto-graphql-js/commit/b9945c827e737bda8b85621966a90a2e7e5cdf41) Thanks [@izumin5210](https://github.com/izumin5210)! - tweak input type definition for avoiding type error
8+
9+
- Updated dependencies [[`b9945c8`](https://github.com/proto-graphql/proto-graphql-js/commit/b9945c827e737bda8b85621966a90a2e7e5cdf41)]:
10+
- @proto-graphql/codegen-core@0.2.3
11+
312
## 0.2.2
413

514
### Patch Changes

packages/protoc-gen-pothos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protoc-gen-pothos",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Generate DSL for Pothos GraphQL from Protocol Buffers IDL",
55
"keywords": [
66
"graphql",
@@ -23,7 +23,7 @@
2323
"node": ">= 14.0.0"
2424
},
2525
"dependencies": {
26-
"@proto-graphql/codegen-core": "^0.2.2",
26+
"@proto-graphql/codegen-core": "^0.2.3",
2727
"@proto-graphql/proto-descriptors": "^0.2.0",
2828
"@proto-graphql/protoc-plugin-helpers": "^0.2.1",
2929
"google-protobuf": "^3.20.1"

0 commit comments

Comments
 (0)