@tinacms/cli 0.58.0 → 0.58.5

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,42 @@
1
1
  # tinacms-cli
2
2
 
3
+ ## 0.58.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [212685fc3]
8
+ - @tinacms/graphql@0.59.2
9
+
10
+ ## 0.58.4
11
+
12
+ ### Patch Changes
13
+
14
+ - 118524507: Fixed typo in admin link
15
+ - Updated dependencies [f46c6f987]
16
+ - @tinacms/graphql@0.59.1
17
+
18
+ ## 0.58.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [bd4e1f802]
23
+ - Updated dependencies [62bea7019]
24
+ - @tinacms/graphql@0.59.0
25
+
26
+ ## 0.58.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [fffce3af8]
31
+ - @tinacms/graphql@0.58.2
32
+
33
+ ## 0.58.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [4700d7ae4]
38
+ - @tinacms/graphql@0.58.1
39
+
3
40
  ## 0.58.0
4
41
 
5
42
  ### Minor Changes
@@ -11,6 +11,6 @@ See the License for the specific language governing permissions and
11
11
  limitations under the License.
12
12
  */
13
13
  export declare const adminPage = "import { TinaAdmin } from 'tinacms';\nexport default TinaAdmin;\n";
14
- export declare const blogPost = "---\ntitle: Vote For Pedro\n---\n# Welcome to the blog.\n\n> To edit this site head over to the [` /\n admin`](/admin) route. Then click the pencil icon in the bottom lefthand corner to start editing \uD83E\uDD99. \n\n\n# Dixi gaude Arethusa\n\n## Oscula mihi\n\nLorem markdownum numerabilis armentorum platanus, cultros coniunx sibi per\nsilvas, nostris clausit sequemur diverso scopulosque. Fecit tum alta sed non\nfalcato murmura, geminas donata Amyntore, quoque Nox. Invitam inquit, modo\nnocte; ut ignis faciemque manes in imagine sinistra ut mucrone non ramos\nsepulcro supplex. Crescentesque populos motura, fit cumque. Verumque est; retro\nsibi tristia bracchia Aetola telae caruerunt et.\n\n\n## Mutato fefellimus sit demisit aut alterius sollicito\n\nPhaethonteos vestes quem involvite iuvenca; furiali anne: sati totumque,\n**corpora** cum rapacibus nunc! Nervis repetatne, miserabile doleas, deprensum\nhunc, fluctus Threicio, ad urbes, magicaeque, quid. Per credensque series adicis\npoteram [quidem](#)! Iam uni mensas victrix\nvittas ut flumina Satyri adulter; bellum iacet domitae repercusso truncis urnis\nmille rigidi sub taurum.\n\n\n";
14
+ export declare const blogPost = "---\ntitle: Vote For Pedro\n---\n# Welcome to the blog.\n\n> To edit this site head over to the [`/admin`](/admin) route. Then click the pencil icon in the bottom lefthand corner to start editing \uD83E\uDD99. \n\n# Dixi gaude Arethusa\n\n## Oscula mihi\n\nLorem markdownum numerabilis armentorum platanus, cultros coniunx sibi per\nsilvas, nostris clausit sequemur diverso scopulosque. Fecit tum alta sed non\nfalcato murmura, geminas donata Amyntore, quoque Nox. Invitam inquit, modo\nnocte; ut ignis faciemque manes in imagine sinistra ut mucrone non ramos\nsepulcro supplex. Crescentesque populos motura, fit cumque. Verumque est; retro\nsibi tristia bracchia Aetola telae caruerunt et.\n\n\n## Mutato fefellimus sit demisit aut alterius sollicito\n\nPhaethonteos vestes quem involvite iuvenca; furiali anne: sati totumque,\n**corpora** cum rapacibus nunc! Nervis repetatne, miserabile doleas, deprensum\nhunc, fluctus Threicio, ad urbes, magicaeque, quid. Per credensque series adicis\npoteram [quidem](#)! Iam uni mensas victrix\nvittas ut flumina Satyri adulter; bellum iacet domitae repercusso truncis urnis\nmille rigidi sub taurum.\n\n\n";
15
15
  export declare const nextPostPage: () => string;
16
16
  export declare const AppJsContent: (extraImports?: string) => string;
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.57.2";
119
+ var version = "0.58.5";
120
120
 
121
121
  // pnp:/Users/jeffsee/code/tinacms/packages/@tinacms/cli/src/utils/theme.ts
122
122
  var import_chalk = __toModule(require("chalk"));
@@ -623,9 +623,7 @@ title: Vote For Pedro
623
623
  ---
624
624
  # Welcome to the blog.
625
625
 
626
- > To edit this site head over to the [\` /
627
- admin\`](/admin) route. Then click the pencil icon in the bottom lefthand corner to start editing \u{1F999}.
628
-
626
+ > To edit this site head over to the [\`/admin\`](/admin) route. Then click the pencil icon in the bottom lefthand corner to start editing \u{1F999}.
629
627
 
630
628
  # Dixi gaude Arethusa
631
629
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.58.0",
3
+ "version": "0.58.5",
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.0",
59
+ "@tinacms/graphql": "0.59.2",
60
60
  "ajv": "^6.12.3",
61
61
  "altair-express-middleware": "4.0.6",
62
62
  "auto-bind": "^4.0.0",