Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Jul 20, 2018
1 parent c2b2091 commit 3c4ec84
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.3.4"
"version": "0.3.5"
}
2 changes: 1 addition & 1 deletion packages/credit-card/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/drivers-license/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/enum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-types-enum",
"version": "0.3.4",
"version": "0.3.5",
"description": "GraphQL Enum Type",
"main": "index.js",
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions packages/gnt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gnt",
"version": "0.3.4",
"version": "0.3.5",
"description": "GraphQL Normalized Types",
"main": "index.js",
"keywords": [
Expand All @@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/non-empty-string/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/phone/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/unix-date/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/us-state/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/zipcode/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 3c4ec84

Please sign in to comment.