@tinacms/app 0.0.0-55362ce-20251219040047 → 0.0.0-558e5e8-20251217042453

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 +2 -17
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,26 +1,11 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-55362ce-20251219040047
4
-
5
- ### Patch Changes
6
-
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
3
+ ## 0.0.0-558e5e8-20251217042453
19
4
 
20
5
  ### Patch Changes
21
6
 
22
7
  - Updated dependencies [[`3a12a39`](https://github.com/tinacms/tinacms/commit/3a12a392d5a8eb9bba5a5be65d080f24afa08de3)]:
23
- - tinacms@3.1.1
8
+ - tinacms@0.0.0-558e5e8-20251217042453
24
9
 
25
10
  ## 2.3.15
26
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-55362ce-20251219040047",
3
+ "version": "0.0.0-558e5e8-20251217042453",
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": "0.0.0-55362ce-20251219040047",
30
- "tinacms": "0.0.0-55362ce-20251219040047"
29
+ "@tinacms/mdx": "2.0.1",
30
+ "tinacms": "0.0.0-558e5e8-20251217042453"
31
31
  },
32
32
  "repository": {
33
33
  "url": "https://github.com/tinacms/tinacms.git",