Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 authored Jan 3, 2021
1 parent 4fdb3f9 commit 97f25cf
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/@proto-nexus/google-protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-nexus/google-protobuf",
"version": "0.2.0",
"version": "0.3.0",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/@proto-nexus/protobufjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proto-nexus/protobufjs",
"version": "0.2.0",
"version": "0.3.0",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand Down
4 changes: 2 additions & 2 deletions packages/@testapis/node-native/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@testapis/node-native",
"version": "0.2.2",
"version": "0.3.0",
"description": "Generated codes with protocolbuffers/protobuf's js_out",
"private": true,
"dependencies": {
"@types/google-protobuf": "^3.7.4",
"google-protobuf": "^3.14.0"
},
"devDependencies": {
"@testapis/proto": "^0.2.2"
"@testapis/proto": "^0.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/@testapis/node/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@testapis/node",
"version": "0.2.2",
"version": "0.3.0",
"description": "Generated codes with protobufjs",
"private": true,
"devDependencies": {
"@testapis/proto": "^0.2.2"
"@testapis/proto": "^0.3.0"
}
}
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.2.2",
"version": "0.3.0",
"description": "Generated codes from protobuf IDL",
"private": true
}
10 changes: 5 additions & 5 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.2.2",
"version": "0.3.0",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand All @@ -27,10 +27,10 @@
"change-case": "^4.1.2"
},
"devDependencies": {
"@proto-nexus/google-protobuf": "^0.2.0",
"@proto-nexus/protobufjs": "^0.2.0",
"@testapis/node": "^0.2.2",
"@testapis/node-native": "^0.2.2",
"@proto-nexus/google-protobuf": "^0.3.0",
"@proto-nexus/protobufjs": "^0.3.0",
"@testapis/node": "^0.3.0",
"@testapis/node-native": "^0.3.0",
"glob": "^7.1.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 97f25cf

Please sign in to comment.