diff --git a/lerna.json b/lerna.json index 00dcb09..5cfe54f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.3.4" + "version": "0.3.5" } diff --git a/packages/credit-card/package.json b/packages/credit-card/package.json index d58134d..149cda8 100644 --- a/packages/credit-card/package.json +++ b/packages/credit-card/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-credit-card", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL Normalized Credit Card Type", "main": "index.js", "keywords": [ diff --git a/packages/drivers-license/package.json b/packages/drivers-license/package.json index b723c77..e246238 100644 --- a/packages/drivers-license/package.json +++ b/packages/drivers-license/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-drivers-license", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL US Driver's License", "main": "index.js", "keywords": [ @@ -17,7 +17,7 @@ "graphql": "*" }, "dependencies": { - "graphql-types-us-state": "^0.3.4", + "graphql-types-us-state": "^0.3.5", "rexrex": "^1.0.2" }, "devDependencies": { diff --git a/packages/enum/package.json b/packages/enum/package.json index c8809e8..7dd3a8b 100644 --- a/packages/enum/package.json +++ b/packages/enum/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-enum", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL Enum Type", "main": "index.js", "keywords": [ diff --git a/packages/gnt/package.json b/packages/gnt/package.json index 58a92f6..bd0668f 100644 --- a/packages/gnt/package.json +++ b/packages/gnt/package.json @@ -1,6 +1,6 @@ { "name": "gnt", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL Normalized Types", "main": "index.js", "keywords": [ @@ -14,14 +14,14 @@ "author": "Michael Fix <@mfix22>", "license": "MIT", "dependencies": { - "graphql-types-credit-card": "^0.3.4", - "graphql-types-drivers-license": "^0.3.4", - "graphql-types-enum": "^0.3.4", - "graphql-types-non-empty-string": "^0.2.8", - "graphql-types-phone": "^0.3.4", - "graphql-types-unix-timestamp": "^0.3.4", - "graphql-types-us-state": "^0.3.4", - "graphql-types-zipcode": "^0.2.7" + "graphql-types-credit-card": "^0.3.5", + "graphql-types-drivers-license": "^0.3.5", + "graphql-types-enum": "^0.3.5", + "graphql-types-non-empty-string": "^0.3.5", + "graphql-types-phone": "^0.3.5", + "graphql-types-unix-timestamp": "^0.3.5", + "graphql-types-us-state": "^0.3.5", + "graphql-types-zipcode": "^0.3.5" }, "peerDependencies": { "graphql": "*" diff --git a/packages/non-empty-string/package.json b/packages/non-empty-string/package.json index 27fd5db..b857438 100644 --- a/packages/non-empty-string/package.json +++ b/packages/non-empty-string/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-non-empty-string", - "version": "0.2.8", + "version": "0.3.5", "description": "GraphQL Non-empty String", "main": "index.js", "keywords": [ diff --git a/packages/phone/package.json b/packages/phone/package.json index ce0f93c..21e8a51 100644 --- a/packages/phone/package.json +++ b/packages/phone/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-phone", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL Normalized Phone Number Type", "main": "index.js", "keywords": [ diff --git a/packages/unix-date/package.json b/packages/unix-date/package.json index 7da97c7..05a65d1 100644 --- a/packages/unix-date/package.json +++ b/packages/unix-date/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-unix-timestamp", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL Normalized Unix Timestamp Type", "main": "index.js", "keywords": [ diff --git a/packages/us-state/package.json b/packages/us-state/package.json index dc2d175..4bf85f4 100644 --- a/packages/us-state/package.json +++ b/packages/us-state/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-us-state", - "version": "0.3.4", + "version": "0.3.5", "description": "GraphQL Normalized US State Type", "main": "index.js", "keywords": [ @@ -14,7 +14,7 @@ "author": "Michael Fix <@mfix22>", "license": "MIT", "dependencies": { - "graphql-types-enum": "^0.3.4" + "graphql-types-enum": "^0.3.5" }, "peerDependencies": { "graphql": "*" diff --git a/packages/zipcode/package.json b/packages/zipcode/package.json index 4372547..14e3c82 100644 --- a/packages/zipcode/package.json +++ b/packages/zipcode/package.json @@ -1,6 +1,6 @@ { "name": "graphql-types-zipcode", - "version": "0.2.7", + "version": "0.3.5", "description": "GraphQL Normalized Zipcode Type", "main": "index.js", "keywords": [