Skip to content

Commit bd222b9

Browse files
authored
Merge pull request #225 from proto-graphql/changeset-release/main
Version Packages
2 parents 8314f91 + d17601c commit bd222b9

File tree

13 files changed

+62
-22
lines changed

13 files changed

+62
-22
lines changed

.changeset/shaggy-singers-trade.md

Lines changed: 0 additions & 9 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.0
4+
5+
### Minor Changes
6+
7+
- [#224](https://github.com/proto-graphql/proto-graphql-js/pull/224) [`6c25f40`](https://github.com/proto-graphql/proto-graphql-js/commit/6c25f4035f1b788a63bf005dbc52ca5d0bd5f2a2) Thanks [@izumin5210](https://github.com/izumin5210)! - support `long_number` param for mapping 64bit numbers to GraphQL Int
8+
39
## 0.1.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.1.2",
3+
"version": "0.2.0",
44
"description": "",
55
"keywords": [
66
"graphql",

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

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#224](https://github.com/proto-graphql/proto-graphql-js/pull/224) [`6c25f40`](https://github.com/proto-graphql/proto-graphql-js/commit/6c25f4035f1b788a63bf005dbc52ca5d0bd5f2a2) Thanks [@izumin5210](https://github.com/izumin5210)! - support `long_number` param for mapping 64bit numbers to GraphQL Int
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`6c25f40`](https://github.com/proto-graphql/proto-graphql-js/commit/6c25f4035f1b788a63bf005dbc52ca5d0bd5f2a2)]:
12+
- @proto-graphql/codegen-core@0.2.0
13+
314
## 0.1.1
415

516
### Patch Changes

packages/@proto-graphql/protoc-plugin-helpers/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/protoc-plugin-helpers",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "",
55
"keywords": [
66
"graphql",
@@ -20,7 +20,7 @@
2020
"node": ">= 14.0.0"
2121
},
2222
"dependencies": {
23-
"@proto-graphql/codegen-core": "^0.1.1",
23+
"@proto-graphql/codegen-core": "^0.2.0",
2424
"@proto-graphql/proto-descriptors": "^0.1.0"
2525
},
2626
"peerDependencies": {

packages/@testapis/ts-proto-with-forcelong-long/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#224](https://github.com/proto-graphql/proto-graphql-js/pull/224) [`6c25f40`](https://github.com/proto-graphql/proto-graphql-js/commit/6c25f4035f1b788a63bf005dbc52ca5d0bd5f2a2) Thanks [@izumin5210](https://github.com/izumin5210)! - support `long_number` param for mapping 64bit numbers to GraphQL Int
8+
39
## 0.5.1
410

511
### Patch Changes

packages/@testapis/ts-proto-with-forcelong-long/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testapis/ts-proto-with-forcelong-long",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Generated codes with protocolbuffers/protobuf's js_out",
55
"private": true,
66
"dependencies": {

packages/@testapis/ts-proto-with-forcelong-number/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#224](https://github.com/proto-graphql/proto-graphql-js/pull/224) [`6c25f40`](https://github.com/proto-graphql/proto-graphql-js/commit/6c25f4035f1b788a63bf005dbc52ca5d0bd5f2a2) Thanks [@izumin5210](https://github.com/izumin5210)! - support `long_number` param for mapping 64bit numbers to GraphQL Int
8+
39
## 0.5.1
410

511
### Patch Changes

packages/@testapis/ts-proto-with-forcelong-number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testapis/ts-proto-with-forcelong-number",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Generated codes with protocolbuffers/protobuf's js_out",
55
"private": true,
66
"dependencies": {

packages/protoc-gen-nexus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# protoc-gen-nexus
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c25f40`](https://github.com/proto-graphql/proto-graphql-js/commit/6c25f4035f1b788a63bf005dbc52ca5d0bd5f2a2)]:
8+
- @proto-graphql/codegen-core@0.2.0
9+
- @proto-graphql/protoc-plugin-helpers@0.2.0
10+
311
## 0.5.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)