@tinacms/app 0.0.0-86edbb5-20250421014247 → 0.0.0-870c074-20250604052849

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,35 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-86edbb5-20250421014247
3
+ ## 0.0.0-870c074-20250604052849
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`5f0d77e`](https://github.com/tinacms/tinacms/commit/5f0d77ec021d8936d596a5b222dcc92fb858ec67)]:
8
- - tinacms@0.0.0-86edbb5-20250421014247
9
- - @tinacms/mdx@0.0.0-86edbb5-20250421014247
7
+ - Updated dependencies [[`2a3ed6c`](https://github.com/tinacms/tinacms/commit/2a3ed6c3ec3233fd90fd94f3dd3d0243aaad079a)]:
8
+ - tinacms@0.0.0-870c074-20250604052849
9
+
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
26
+
27
+ ## 2.2.6
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`65cee5d`](https://github.com/tinacms/tinacms/commit/65cee5d6ae16c7320a4a14f0d9a82dc5f9103e34)]:
32
+ - tinacms@2.7.6
10
33
 
11
34
  ## 2.2.5
12
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-86edbb5-20250421014247",
3
+ "version": "0.0.0-870c074-20250604052849",
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-86edbb5-20250421014247",
26
- "tinacms": "0.0.0-86edbb5-20250421014247"
29
+ "@tinacms/mdx": "1.6.3",
30
+ "tinacms": "0.0.0-870c074-20250604052849"
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;