@tinacms/app 0.0.0-3c6419e-20250512065618 → 0.0.0-3f45490-20250610034320

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 +19 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,28 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-3c6419e-20250512065618
3
+ ## 0.0.0-3f45490-20250610034320
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#5595](https://github.com/tinacms/tinacms/pull/5595) [`6608196`](https://github.com/tinacms/tinacms/commit/6608196e945a96b673a329bce325f8682a8a228c) Thanks [@jeffsee55](https://github.com/jeffsee55)! - Specify react and react-dom as peer deps
7
+ - Updated dependencies [[`2a3ed6c`](https://github.com/tinacms/tinacms/commit/2a3ed6c3ec3233fd90fd94f3dd3d0243aaad079a), [`bc47f93`](https://github.com/tinacms/tinacms/commit/bc47f938431c400714808613f633b05659a87be1), [`23fe9d2`](https://github.com/tinacms/tinacms/commit/23fe9d23aea219ecf5f5935348cb2d67935435a7)]:
8
+ - tinacms@0.0.0-3f45490-20250610034320
8
9
 
9
- - Updated dependencies [[`6608196`](https://github.com/tinacms/tinacms/commit/6608196e945a96b673a329bce325f8682a8a228c)]:
10
- - tinacms@0.0.0-3c6419e-20250512065618
10
+ ## 2.2.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`5e36123`](https://github.com/tinacms/tinacms/commit/5e361239a372e21dda624d17b4ff274bab23ce90), [`856e07a`](https://github.com/tinacms/tinacms/commit/856e07a0b8d742ee78d5eba565623cf081a61534), [`4d9c8ab`](https://github.com/tinacms/tinacms/commit/4d9c8abf6badd1bcc833bda432ab22dace4925ae), [`7346dc9`](https://github.com/tinacms/tinacms/commit/7346dc996fd81ecb395b62f373976512e8224c21)]:
15
+ - tinacms@2.7.8
16
+ - @tinacms/mdx@1.6.3
17
+
18
+ ## 2.2.7
19
+
20
+ ### Patch Changes
21
+
22
+ - [#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
23
+
24
+ - Updated dependencies [[`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae)]:
25
+ - tinacms@2.7.7
11
26
 
12
27
  ## 2.2.6
13
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-3c6419e-20250512065618",
3
+ "version": "0.0.0-3f45490-20250610034320",
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-3c6419e-20250512065618"
27
+ "@tinacms/mdx": "1.6.3",
28
+ "tinacms": "0.0.0-3f45490-20250610034320"
29
29
  }
30
30
  }