Skip to content

Commit e733111

Browse files
authored
Merge pull request #235 from proto-graphql/changeset-release/main
Version Packages
2 parents efe59cd + a286ea5 commit e733111

File tree

14 files changed

+70
-30
lines changed

14 files changed

+70
-30
lines changed

.changeset/calm-paws-fold.md

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

.changeset/cold-coins-bake.md

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

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

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#234](https://github.com/proto-graphql/proto-graphql-js/pull/234) [`a2a3e60`](https://github.com/proto-graphql/proto-graphql-js/commit/a2a3e60789f75c31c600333afd830a02ac0cccf8) Thanks [@izumin5210](https://github.com/izumin5210)! - support `ProtoScalar` in `ProtoField.type`
8+
9+
- Updated dependencies [[`a2a3e60`](https://github.com/proto-graphql/proto-graphql-js/commit/a2a3e60789f75c31c600333afd830a02ac0cccf8)]:
10+
- @proto-graphql/proto-descriptors@0.2.0
11+
312
## 0.2.1
413

514
### Patch Changes

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

packages/@proto-graphql/proto-descriptors/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#234](https://github.com/proto-graphql/proto-graphql-js/pull/234) [`a2a3e60`](https://github.com/proto-graphql/proto-graphql-js/commit/a2a3e60789f75c31c600333afd830a02ac0cccf8) Thanks [@izumin5210](https://github.com/izumin5210)! - support `ProtoScalar` in `ProtoField.type`
8+
39
## 0.1.0
410

511
### Minor Changes

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

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

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a2a3e60`](https://github.com/proto-graphql/proto-graphql-js/commit/a2a3e60789f75c31c600333afd830a02ac0cccf8)]:
8+
- @proto-graphql/codegen-core@0.2.2
9+
- @proto-graphql/proto-descriptors@0.2.0
10+
311
## 0.2.0
412

513
### Minor Changes

packages/@proto-graphql/protoc-plugin-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proto-graphql/protoc-plugin-helpers",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "",
55
"keywords": [
66
"graphql",
@@ -20,8 +20,8 @@
2020
"node": ">= 14.0.0"
2121
},
2222
"dependencies": {
23-
"@proto-graphql/codegen-core": "^0.2.0",
24-
"@proto-graphql/proto-descriptors": "^0.1.0"
23+
"@proto-graphql/codegen-core": "^0.2.2",
24+
"@proto-graphql/proto-descriptors": "^0.2.0"
2525
},
2626
"peerDependencies": {
2727
"google-protobuf": "^3.12.2"

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.3
4+
5+
### Patch Changes
6+
7+
- [#234](https://github.com/proto-graphql/proto-graphql-js/pull/234) [`a2a3e60`](https://github.com/proto-graphql/proto-graphql-js/commit/a2a3e60789f75c31c600333afd830a02ac0cccf8) Thanks [@izumin5210](https://github.com/izumin5210)! - support `ProtoScalar` in `ProtoField.type`
8+
39
## 0.5.2
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.2",
3+
"version": "0.5.3",
44
"description": "Generated codes from protobuf IDL",
55
"private": true
66
}

0 commit comments

Comments
 (0)