Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Jan 21, 2019
1 parent d9fecfe commit 0a0c2cd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.2.18",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/core",
"version": "0.2.18",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
]
},
"dependencies": {
"@graphql-modules/di": "0.2.18",
"@graphql-modules/epoxy": "0.2.18",
"@graphql-modules/di": "0.3.0",
"@graphql-modules/epoxy": "0.3.0",
"dependency-graph": "0.8.0",
"graphql-tools": "4.0.3",
"tslib": "1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/di",
"version": "0.2.18",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/epoxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/epoxy",
"version": "0.2.18",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sonar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/sonar",
"version": "0.2.18",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/utils",
"version": "0.2.18",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 0a0c2cd

Please sign in to comment.