@tinacms/app 1.2.1 → 1.2.3

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,21 @@
1
1
  # @tinacms/app
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1370ebae6]
8
+ - @tinacms/toolkit@1.6.2
9
+ - tinacms@1.4.3
10
+
11
+ ## 1.2.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [0626ba381]
16
+ - tinacms@1.4.2
17
+ - @tinacms/mdx@1.3.7
18
+
3
19
  ## 1.2.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -12,8 +12,6 @@
12
12
  "@graphiql/toolkit": "^0.8.2",
13
13
  "@headlessui/react": "1.6.6",
14
14
  "@heroicons/react": "1.0.6",
15
- "@tinacms/mdx": "1.3.6",
16
- "@tinacms/toolkit": "1.6.1",
17
15
  "@xstate/react": "3.0.0",
18
16
  "final-form": "4.20.7",
19
17
  "graphiql": "^2.4.0",
@@ -24,12 +22,14 @@
24
22
  "react-dom": "17.0.2",
25
23
  "react-is": "17.0.2",
26
24
  "react-router-dom": "6.3.0",
27
- "tinacms": "1.4.1",
28
25
  "xstate": "4.32.1",
29
26
  "tailwindcss": "^3.2.7",
30
27
  "typescript": "^4.6.4",
31
28
  "@monaco-editor/react": "4.4.5",
32
29
  "monaco-editor": "0.31.0",
33
- "webfontloader": "1.6.28"
30
+ "webfontloader": "1.6.28",
31
+ "@tinacms/mdx": "1.3.7",
32
+ "@tinacms/toolkit": "1.6.2",
33
+ "tinacms": "1.4.3"
34
34
  }
35
35
  }
@@ -73,8 +73,8 @@ const Playground = () => {
73
73
  <div className="graphiql-doc-explorer-content">
74
74
  <div className="graphiql-markdown-description">
75
75
  {noAutoQueries
76
- ? 'No autoqueries found. The Tina config is likely set to "client.skip = true". Learn about how to generate autoqueries.'
77
- : "Tina's autogenerated queries can be found here as well as any queries you may have defined yourself."}{' '}
76
+ ? 'No auto-generated queries found, the Tina config is likely set to client.skip = true'
77
+ : "Tina's auto-generated queries can be found here as well as any queries you may have defined yourself."}{' '}
78
78
  <a href="https://tina.io/docs/data-fetching/custom-queries/">
79
79
  Learn more here
80
80
  </a>