@tinacms/app 0.0.0-3b1e2d6-20250429143408 → 0.0.0-3ba6d78-20250616064543

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 +27 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,36 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-3b1e2d6-20250429143408
3
+ ## 0.0.0-3ba6d78-20250616064543
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), [`dbef36f`](https://github.com/tinacms/tinacms/commit/dbef36f594b949024d5525184b6a9e1b9085b759), [`3ba6d78`](https://github.com/tinacms/tinacms/commit/3ba6d78f35f817d55bfc3d12b750e54b7e0d11f2)]:
8
+ - tinacms@0.0.0-3ba6d78-20250616064543
9
+ - @tinacms/mdx@0.0.0-3ba6d78-20250616064543
8
10
 
9
- - Updated dependencies [[`6608196`](https://github.com/tinacms/tinacms/commit/6608196e945a96b673a329bce325f8682a8a228c)]:
10
- - tinacms@0.0.0-3b1e2d6-20250429143408
11
+ ## 2.2.8
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - tinacms@2.7.8
17
+ - @tinacms/mdx@1.6.3
18
+
19
+ ## 2.2.7
20
+
21
+ ### Patch Changes
22
+
23
+ - [#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
24
+
25
+ - Updated dependencies [[`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae)]:
26
+ - tinacms@2.7.7
27
+
28
+ ## 2.2.6
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [[`65cee5d`](https://github.com/tinacms/tinacms/commit/65cee5d6ae16c7320a4a14f0d9a82dc5f9103e34)]:
33
+ - tinacms@2.7.6
11
34
 
12
35
  ## 2.2.5
13
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-3b1e2d6-20250429143408",
3
+ "version": "0.0.0-3ba6d78-20250616064543",
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-3b1e2d6-20250429143408"
27
+ "@tinacms/mdx": "0.0.0-3ba6d78-20250616064543",
28
+ "tinacms": "0.0.0-3ba6d78-20250616064543"
29
29
  }
30
30
  }