@tinacms/app 0.0.0-b67f55a-20250513032422 → 0.0.0-b782a89-20250521051922

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 +10 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-b67f55a-20250513032422
3
+ ## 0.0.0-b782a89-20250521051922
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5e36123`](https://github.com/tinacms/tinacms/commit/5e361239a372e21dda624d17b4ff274bab23ce90)]:
8
+ - tinacms@0.0.0-b782a89-20250521051922
9
+ - @tinacms/mdx@0.0.0-b782a89-20250521051922
10
+
11
+ ## 2.2.7
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - [#5607](https://github.com/tinacms/tinacms/pull/5607) [`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae) Thanks [@jeffsee55](https://github.com/jeffsee55)! - Specify react and react-dom as peer deps
8
16
 
9
17
  - Updated dependencies [[`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae)]:
10
- - tinacms@0.0.0-b67f55a-20250513032422
18
+ - tinacms@2.7.7
11
19
 
12
20
  ## 2.2.6
13
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-b67f55a-20250513032422",
3
+ "version": "0.0.0-b782a89-20250521051922",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -24,7 +24,7 @@
24
24
  "react-router-dom": "6.3.0",
25
25
  "typescript": "^5.7.3",
26
26
  "zod": "^3.24.2",
27
- "@tinacms/mdx": "1.6.2",
28
- "tinacms": "0.0.0-b67f55a-20250513032422"
27
+ "@tinacms/mdx": "0.0.0-b782a89-20250521051922",
28
+ "tinacms": "0.0.0-b782a89-20250521051922"
29
29
  }
30
30
  }