@tinacms/app 0.0.0-98a61e2-20250707044036 → 0.0.0-98fbc94-20250928224422

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,6 +1,35 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-98a61e2-20250707044036
3
+ ## 0.0.0-98fbc94-20250928224422
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`98fbc94`](https://github.com/tinacms/tinacms/commit/98fbc941a07fbc52edafaeb43b49b5ea30ea4172), [`ced9076`](https://github.com/tinacms/tinacms/commit/ced9076d25d7177bd8d9ae3c6133d0560366511c)]:
8
+ - tinacms@0.0.0-98fbc94-20250928224422
9
+
10
+ ## 2.3.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ea917dd`](https://github.com/tinacms/tinacms/commit/ea917dd2840c955d462b66b58009d2a16da39377), [`b012b6c`](https://github.com/tinacms/tinacms/commit/b012b6c7fae2674c613fd4c54e1819a86c6d2c3e), [`39e5b05`](https://github.com/tinacms/tinacms/commit/39e5b0562af7bca1e2923fc94b7c8119e12a0133), [`55e018b`](https://github.com/tinacms/tinacms/commit/55e018b9826a540005bbadf8fd51e9bac456d531)]:
15
+ - tinacms@2.8.3
16
+
17
+ ## 2.3.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`eaa6ed5`](https://github.com/tinacms/tinacms/commit/eaa6ed551c76349c5849cd1e19a8066ecbbe205c), [`60a15d5`](https://github.com/tinacms/tinacms/commit/60a15d533b85a0c3f9f483f6f0f0b6824616284b), [`2fb1c4e`](https://github.com/tinacms/tinacms/commit/2fb1c4e79d1cae5ab29c3f93b0867214e193f59c)]:
22
+ - tinacms@2.8.2
23
+ - @tinacms/mdx@1.8.1
24
+
25
+ ## 2.3.1
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [[`41359ed`](https://github.com/tinacms/tinacms/commit/41359edaf08def7a5e26969ec114155038c09752), [`b20a2c4`](https://github.com/tinacms/tinacms/commit/b20a2c4fd64fa2d06711850db63fb317302ee361), [`41359ed`](https://github.com/tinacms/tinacms/commit/41359edaf08def7a5e26969ec114155038c09752)]:
30
+ - tinacms@2.8.1
31
+
32
+ ## 2.3.0
4
33
 
5
34
  ### Minor Changes
6
35
 
@@ -9,8 +38,8 @@
9
38
  ### Patch Changes
10
39
 
11
40
  - Updated dependencies [[`98a61e2`](https://github.com/tinacms/tinacms/commit/98a61e2d263978a7096cc23ac7e94aa0039981be)]:
12
- - @tinacms/mdx@0.0.0-98a61e2-20250707044036
13
- - tinacms@0.0.0-98a61e2-20250707044036
41
+ - @tinacms/mdx@1.8.0
42
+ - tinacms@2.8.0
14
43
 
15
44
  ## 2.2.10
16
45
 
package/index.html CHANGED
@@ -51,7 +51,7 @@
51
51
  the assets for this page.\
52
52
  </p>\
53
53
  <p>\
54
- Please visit <a href="https://tina.io/docs/tina-cloud/faq/#how-do-i-resolve-failed-loading-tinacms-assets-error">this doc</a> for help.\
54
+ Please visit <a href="https://tina.io/docs/r/FAQ/#13-how-do-i-resolve-failed-loading-tinacms-assets-error">this doc</a> for help.\
55
55
  </p>\
56
56
  </div>'
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-98a61e2-20250707044036",
3
+ "version": "0.0.0-98fbc94-20250928224422",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -26,7 +26,7 @@
26
26
  "react-router-dom": "6.3.0",
27
27
  "typescript": "^5.7.3",
28
28
  "zod": "^3.24.2",
29
- "@tinacms/mdx": "0.0.0-98a61e2-20250707044036",
30
- "tinacms": "0.0.0-98a61e2-20250707044036"
29
+ "@tinacms/mdx": "1.8.1",
30
+ "tinacms": "0.0.0-98fbc94-20250928224422"
31
31
  }
32
32
  }
@@ -74,9 +74,7 @@ const Playground = () => {
74
74
  {noAutoQueries
75
75
  ? 'No auto-generated queries found, the Tina config is likely set to client.skip = true'
76
76
  : "Tina's auto-generated queries can be found here as well as any queries you may have defined yourself."}{' '}
77
- <a href='https://tina.io/docs/data-fetching/custom-queries/'>
78
- Learn more here
79
- </a>
77
+ <a href='https://tina.io/docs/r/custom-queries/'>Learn more here</a>
80
78
  </div>
81
79
  <nav className='space-y-1' aria-label='Sidebar'>
82
80
  <ul>