@tinacms/cli 0.60.10 → 0.60.11

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.60.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cf33bcec1]
8
+ - @tinacms/graphql@0.59.10
9
+
3
10
  ## 0.60.10
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -114,7 +114,7 @@ var commander = __toModule(require("commander"));
114
114
 
115
115
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/cli/package.json
116
116
  var name = "@tinacms/cli";
117
- var version = "0.60.10";
117
+ var version = "0.60.11";
118
118
 
119
119
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/cli/src/utils/theme.ts
120
120
  var import_chalk = __toModule(require("chalk"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.60.10",
3
+ "version": "0.60.11",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -58,7 +58,7 @@
58
58
  "@graphql-tools/graphql-file-loader": "^7.2.0",
59
59
  "@graphql-tools/load": "^7.3.2",
60
60
  "@tinacms/datalayer": "0.1.0",
61
- "@tinacms/graphql": "0.59.9",
61
+ "@tinacms/graphql": "0.59.10",
62
62
  "@tinacms/metrics": "0.0.2",
63
63
  "@yarnpkg/esbuild-plugin-pnp": "^2.0.1-rc.3",
64
64
  "add": "^2.0.6",