@tinacms/app 0.0.0-bdc07c1-20250506013835 → 0.0.0-bdea884-20250606054015

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-bdc07c1-20250506013835
3
+ ## 0.0.0-bdea884-20250606054015
4
+
5
+ ### Minor Changes
6
+
7
+ - [#5744](https://github.com/tinacms/tinacms/pull/5744) [`d774d98`](https://github.com/tinacms/tinacms/commit/d774d987933bcb2cd0a434eeb59aada05467276a) Thanks [@Ben0189](https://github.com/Ben0189)! - Upgrade Plate editor to v48 beta, integrating latest features and improvements.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`d774d98`](https://github.com/tinacms/tinacms/commit/d774d987933bcb2cd0a434eeb59aada05467276a), [`2a3ed6c`](https://github.com/tinacms/tinacms/commit/2a3ed6c3ec3233fd90fd94f3dd3d0243aaad079a)]:
12
+ - @tinacms/mdx@0.0.0-bdea884-20250606054015
13
+ - tinacms@0.0.0-bdea884-20250606054015
14
+
15
+ ## 2.2.8
16
+
17
+ ### Patch Changes
18
+
19
+ - 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)]:
20
+ - tinacms@2.7.8
21
+ - @tinacms/mdx@1.6.3
22
+
23
+ ## 2.2.7
24
+
25
+ ### Patch Changes
26
+
27
+ - [#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
28
+
29
+ - Updated dependencies [[`1965236`](https://github.com/tinacms/tinacms/commit/19652363784e48b065ec1924a9cd9611c8e79cae)]:
30
+ - tinacms@2.7.7
31
+
32
+ ## 2.2.6
4
33
 
5
34
  ### Patch Changes
6
35
 
7
36
  - Updated dependencies [[`65cee5d`](https://github.com/tinacms/tinacms/commit/65cee5d6ae16c7320a4a14f0d9a82dc5f9103e34)]:
8
- - tinacms@0.0.0-bdc07c1-20250506013835
9
- - @tinacms/mdx@0.0.0-bdc07c1-20250506013835
37
+ - tinacms@2.7.6
10
38
 
11
39
  ## 2.2.5
12
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-bdc07c1-20250506013835",
3
+ "version": "0.0.0-bdea884-20250606054015",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -8,6 +8,10 @@
8
8
  "@types/react-dom": "^18.3.5",
9
9
  "typescript": "^5.7.3"
10
10
  },
11
+ "peerDependencies": {
12
+ "react": ">=18.3.1 <20.0.0",
13
+ "react-dom": ">=18.3.1 <20.0.0"
14
+ },
11
15
  "dependencies": {
12
16
  "@graphiql/toolkit": "0.8.4",
13
17
  "@headlessui/react": "2.1.8",
@@ -22,7 +26,7 @@
22
26
  "react-router-dom": "6.3.0",
23
27
  "typescript": "^5.7.3",
24
28
  "zod": "^3.24.2",
25
- "@tinacms/mdx": "0.0.0-bdc07c1-20250506013835",
26
- "tinacms": "0.0.0-bdc07c1-20250506013835"
29
+ "@tinacms/mdx": "0.0.0-bdea884-20250606054015",
30
+ "tinacms": "0.0.0-bdea884-20250606054015"
27
31
  }
28
32
  }
package/src/index.css CHANGED
@@ -13,6 +13,10 @@
13
13
  fill: currentColor;
14
14
  }
15
15
 
16
+ .font-libre-baskerville {
17
+ font-family: "Libre Baskerville", serif;
18
+ }
19
+
16
20
  body {
17
21
  margin: 0;
18
22
  padding: 0;