Skip to content

Commit

Permalink
Merge pull request #251 from proto-graphql/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
izumin5210 authored Dec 21, 2022
2 parents d4b85b8 + 3c682a9 commit 2401f7f
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-moose-applaud.md

This file was deleted.

4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"graphql": "15.4.0",
"graphql-scalars": "1.20.1",
"nexus": "1.3.0",
"protoc-gen-nexus": "0.6.0",
"protoc-gen-pothos": "0.3.0",
"protoc-gen-nexus": "0.6.1",
"protoc-gen-pothos": "0.3.1",
"proto-nexus": "^0.5.1",
"tsconfig-paths": "^4.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@proto-graphql/codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @proto-graphql/codegen-core

## 0.3.1

### Patch Changes

- [#250](https://github.com/proto-graphql/proto-graphql-js/pull/250) [`81b8ead`](https://github.com/proto-graphql/proto-graphql-js/commit/81b8eadbc1c7831bd287e48eb502233ed8126f7e) Thanks [@izumin5210](https://github.com/izumin5210)! - support `(graphql.input_type).ignore` option

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@proto-graphql/codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-graphql/codegen-core",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"keywords": [
"graphql",
Expand Down
6 changes: 6 additions & 0 deletions packages/@testapis/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @testapis/proto

## 0.5.5

### Patch Changes

- [#250](https://github.com/proto-graphql/proto-graphql-js/pull/250) [`81b8ead`](https://github.com/proto-graphql/proto-graphql-js/commit/81b8eadbc1c7831bd287e48eb502233ed8126f7e) Thanks [@izumin5210](https://github.com/izumin5210)! - support `(graphql.input_type).ignore` option

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@testapis/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testapis/proto",
"version": "0.5.4",
"version": "0.5.5",
"description": "Generated codes from protobuf IDL",
"private": true
}
9 changes: 9 additions & 0 deletions packages/protoc-gen-nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# protoc-gen-nexus

## 0.6.1

### Patch Changes

- [#250](https://github.com/proto-graphql/proto-graphql-js/pull/250) [`81b8ead`](https://github.com/proto-graphql/proto-graphql-js/commit/81b8eadbc1c7831bd287e48eb502233ed8126f7e) Thanks [@izumin5210](https://github.com/izumin5210)! - support `(graphql.input_type).ignore` option

- Updated dependencies [[`81b8ead`](https://github.com/proto-graphql/proto-graphql-js/commit/81b8eadbc1c7831bd287e48eb502233ed8126f7e)]:
- @proto-graphql/codegen-core@0.3.1

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/protoc-gen-nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protoc-gen-nexus",
"version": "0.6.0",
"version": "0.6.1",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -23,7 +23,7 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.3.0",
"@proto-graphql/codegen-core": "^0.3.1",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
"change-case": "^4.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/protoc-gen-pothos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# protoc-gen-pothos

## 0.3.1

### Patch Changes

- [#250](https://github.com/proto-graphql/proto-graphql-js/pull/250) [`81b8ead`](https://github.com/proto-graphql/proto-graphql-js/commit/81b8eadbc1c7831bd287e48eb502233ed8126f7e) Thanks [@izumin5210](https://github.com/izumin5210)! - support `(graphql.input_type).ignore` option

- Updated dependencies [[`81b8ead`](https://github.com/proto-graphql/proto-graphql-js/commit/81b8eadbc1c7831bd287e48eb502233ed8126f7e)]:
- @proto-graphql/codegen-core@0.3.1

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/protoc-gen-pothos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protoc-gen-pothos",
"version": "0.3.0",
"version": "0.3.1",
"description": "Generate DSL for Pothos GraphQL from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -23,7 +23,7 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.3.0",
"@proto-graphql/codegen-core": "^0.3.1",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
"google-protobuf": "^3.21.2",
Expand Down

0 comments on commit 2401f7f

Please sign in to comment.