@tinacms/app 0.0.0-534c31b-20251216042332 → 0.0.0-55362ce-20251219040047

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,26 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-534c31b-20251216042332
3
+ ## 0.0.0-55362ce-20251219040047
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`3a12a39`](https://github.com/tinacms/tinacms/commit/3a12a392d5a8eb9bba5a5be65d080f24afa08de3), [`af3f814`](https://github.com/tinacms/tinacms/commit/af3f8144c3fba107cea9cdf4a4cf62bb44d014d2)]:
8
- - tinacms@0.0.0-534c31b-20251216042332
7
+ - Updated dependencies [[`9630795`](https://github.com/tinacms/tinacms/commit/963079526fbdb07fa415ad6508dc39283ee3832a)]:
8
+ - tinacms@0.0.0-55362ce-20251219040047
9
+ - @tinacms/mdx@0.0.0-55362ce-20251219040047
10
+
11
+ ## 2.3.17
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`8335218`](https://github.com/tinacms/tinacms/commit/833521832f91c98ff3cb48535eecb3824cb0f7bd)]:
16
+ - tinacms@3.1.2
17
+
18
+ ## 2.3.16
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`3a12a39`](https://github.com/tinacms/tinacms/commit/3a12a392d5a8eb9bba5a5be65d080f24afa08de3)]:
23
+ - tinacms@3.1.1
9
24
 
10
25
  ## 2.3.15
11
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-534c31b-20251216042332",
3
+ "version": "0.0.0-55362ce-20251219040047",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -26,8 +26,8 @@
26
26
  "react-router-dom": "6.3.0",
27
27
  "typescript": "^5.7.3",
28
28
  "zod": "^3.24.2",
29
- "@tinacms/mdx": "2.0.1",
30
- "tinacms": "0.0.0-534c31b-20251216042332"
29
+ "@tinacms/mdx": "0.0.0-55362ce-20251219040047",
30
+ "tinacms": "0.0.0-55362ce-20251219040047"
31
31
  },
32
32
  "repository": {
33
33
  "url": "https://github.com/tinacms/tinacms.git",