Skip to content

Commit

Permalink
Merge pull request #254 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 26, 2022
2 parents 3f531e4 + ed8b5ff commit 8a0f1f2
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 35 deletions.
7 changes: 0 additions & 7 deletions .changeset/polite-hairs-tap.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/weak-apes-behave.md

This file was deleted.

6 changes: 6 additions & 0 deletions e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @proto-graphql/e2e

## 0.1.1

### Patch Changes

- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-graphql/e2e",
"version": "0.1.0",
"version": "0.1.1",
"description": "E2E tests",
"private": true,
"devDependencies": {
Expand All @@ -16,8 +16,8 @@
"graphql": "15.4.0",
"graphql-scalars": "1.20.1",
"nexus": "1.3.0",
"protoc-gen-nexus": "0.6.1",
"protoc-gen-pothos": "0.3.1",
"protoc-gen-nexus": "0.6.2",
"protoc-gen-pothos": "0.3.2",
"proto-nexus": "^0.5.1",
"tsconfig-paths": "^4.1.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/@proto-graphql/codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @proto-graphql/codegen-core

## 0.3.2

### Patch Changes

- [#253](https://github.com/proto-graphql/proto-graphql-js/pull/253) [`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4) Thanks [@izumin5210](https://github.com/izumin5210)! - support `emit_imported_files` option

- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional

- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
- @proto-graphql/proto-descriptors@0.3.1

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.3.2",
"description": "",
"keywords": [
"graphql",
Expand All @@ -20,7 +20,7 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/proto-descriptors": "^0.3.1",
"change-case": "^4.1.2",
"google-protobuf": "^3.21.2",
"ts-poet": "^6.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/@proto-graphql/proto-descriptors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @proto-graphql/proto-descriptors

## 0.3.1

### Patch Changes

- [#253](https://github.com/proto-graphql/proto-graphql-js/pull/253) [`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4) Thanks [@izumin5210](https://github.com/izumin5210)! - support `emit_imported_files` option

- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional

## 0.3.0

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

## 0.2.3

### Patch Changes

- [#253](https://github.com/proto-graphql/proto-graphql-js/pull/253) [`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4) Thanks [@izumin5210](https://github.com/izumin5210)! - support `emit_imported_files` option

- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
- @proto-graphql/codegen-core@0.3.2
- @proto-graphql/proto-descriptors@0.3.1

## 0.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/@proto-graphql/protoc-plugin-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-graphql/protoc-plugin-helpers",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"keywords": [
"graphql",
Expand All @@ -20,8 +20,8 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.3.0",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/codegen-core": "^0.3.2",
"@proto-graphql/proto-descriptors": "^0.3.1",
"google-protobuf": "3.21.2"
},
"devDependencies": {
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.6

### Patch Changes

- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional

## 0.5.5

### 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.5",
"version": "0.5.6",
"description": "Generated codes from protobuf IDL",
"private": true
}
11 changes: 11 additions & 0 deletions packages/protoc-gen-nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# protoc-gen-nexus

## 0.6.2

### Patch Changes

- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional

- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
- @proto-graphql/codegen-core@0.3.2
- @proto-graphql/proto-descriptors@0.3.1
- @proto-graphql/protoc-plugin-helpers@0.2.3

## 0.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "0.6.2",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -23,9 +23,9 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.3.1",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
"@proto-graphql/codegen-core": "^0.3.2",
"@proto-graphql/proto-descriptors": "^0.3.1",
"@proto-graphql/protoc-plugin-helpers": "^0.2.3",
"change-case": "^4.1.2",
"google-protobuf": "^3.20.1",
"ts-poet": "^6.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/protoc-gen-pothos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# protoc-gen-pothos

## 0.3.2

### Patch Changes

- [#255](https://github.com/proto-graphql/proto-graphql-js/pull/255) [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2) Thanks [@izumin5210](https://github.com/izumin5210)! - support proto3 optional

- Updated dependencies [[`db7fcec`](https://github.com/proto-graphql/proto-graphql-js/commit/db7fcec7aa987037523388f9fe4ae9b8c3b4c6a4), [`70295da`](https://github.com/proto-graphql/proto-graphql-js/commit/70295dae5e83a5ee4ee5185e670348c1a88979e2)]:
- @proto-graphql/codegen-core@0.3.2
- @proto-graphql/proto-descriptors@0.3.1
- @proto-graphql/protoc-plugin-helpers@0.2.3

## 0.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "0.3.2",
"description": "Generate DSL for Pothos GraphQL from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -23,9 +23,9 @@
"node": ">= 14.0.0"
},
"dependencies": {
"@proto-graphql/codegen-core": "^0.3.1",
"@proto-graphql/proto-descriptors": "^0.3.0",
"@proto-graphql/protoc-plugin-helpers": "^0.2.2",
"@proto-graphql/codegen-core": "^0.3.2",
"@proto-graphql/proto-descriptors": "^0.3.1",
"@proto-graphql/protoc-plugin-helpers": "^0.2.3",
"google-protobuf": "^3.21.2",
"ts-poet": "^6.3.0"
},
Expand Down

0 comments on commit 8a0f1f2

Please sign in to comment.