@tinacms/cli 0.58.1 → 0.58.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # tinacms-cli
2
2
 
3
+ ## 0.58.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fffce3af8]
8
+ - @tinacms/graphql@0.58.2
9
+
3
10
  ## 0.58.1
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -116,7 +116,7 @@ var commander = __toModule(require("commander"));
116
116
 
117
117
  // pnp:/Users/jeffsee/code/tinacms/packages/@tinacms/cli/package.json
118
118
  var name = "@tinacms/cli";
119
- var version = "0.58.0";
119
+ var version = "0.58.2";
120
120
 
121
121
  // pnp:/Users/jeffsee/code/tinacms/packages/@tinacms/cli/src/utils/theme.ts
122
122
  var import_chalk = __toModule(require("chalk"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.58.1",
3
+ "version": "0.58.2",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -56,7 +56,7 @@
56
56
  "@graphql-codegen/visitor-plugin-common": "^2.4.0",
57
57
  "@graphql-tools/graphql-file-loader": "^7.2.0",
58
58
  "@graphql-tools/load": "^7.3.2",
59
- "@tinacms/graphql": "0.58.1",
59
+ "@tinacms/graphql": "0.58.2",
60
60
  "ajv": "^6.12.3",
61
61
  "altair-express-middleware": "4.0.6",
62
62
  "auto-bind": "^4.0.0",