Skip to content

Commit

Permalink
add in githash from publish, and bump manifest version in devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblw committed Jan 15, 2022
1 parent 2719e2c commit 508c699
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/devtools/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "1.6.2",
"version": "1.7.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"graphql-middleware": "^6.0.4",
"uuid": "^8.3.2"
},
"gitHead": "72991ff90eeec52ef1e2f97bc11ee469f09a377b",
"gitHead": "2719e2c70f828791c86d78120317229d35c3393e",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@finch-graphql/types": "^3.0.0"
},
"gitHead": "72991ff90eeec52ef1e2f97bc11ee469f09a377b",
"gitHead": "2719e2c70f828791c86d78120317229d35c3393e",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"graphql-tag": "^2.11.0",
"uuid": "^8.3.2"
},
"gitHead": "72991ff90eeec52ef1e2f97bc11ee469f09a377b",
"gitHead": "2719e2c70f828791c86d78120317229d35c3393e",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"use-deep-compare-effect": "^1.6.1",
"uuid": "^8.3.2"
},
"gitHead": "72991ff90eeec52ef1e2f97bc11ee469f09a377b",
"gitHead": "2719e2c70f828791c86d78120317229d35c3393e",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "2719e2c70f828791c86d78120317229d35c3393e"
}
2 changes: 1 addition & 1 deletion packages/typescript-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "echo \"No test in codegen\"",
"compile": "echo \"No compile in codegen\""
},
"gitHead": "72991ff90eeec52ef1e2f97bc11ee469f09a377b",
"gitHead": "2719e2c70f828791c86d78120317229d35c3393e",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 508c699

Please sign in to comment.