@tinacms/app 0.0.0-d80714b-20241205222511 → 0.0.0-d9672bc-20250218033222

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 +54 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,63 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-d80714b-20241205222511
3
+ ## 0.0.0-d9672bc-20250218033222
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cbc7476`](https://github.com/tinacms/tinacms/commit/cbc7476bbc4cb08a8ec4a319abbe1d2c2ca14a48)]:
8
+ - tinacms@0.0.0-d9672bc-20250218033222
9
+ - @tinacms/mdx@0.0.0-d9672bc-20250218033222
10
+
11
+ ## 2.1.19
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - tinacms@2.6.4
17
+
18
+ ## 2.1.18
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`05ba069`](https://github.com/tinacms/tinacms/commit/05ba0692a7e990fbb671177829562869d517e7c1), [`42daaf7`](https://github.com/tinacms/tinacms/commit/42daaf7af125da265d2c5998168e9c7345dc0a59), [`bc986dd`](https://github.com/tinacms/tinacms/commit/bc986dd48f9a7da264281b55926ec51ce1068bb7), [`3af2354`](https://github.com/tinacms/tinacms/commit/3af23542b984c10e138d0cf10a165d50b99bb0e9)]:
23
+ - tinacms@2.6.3
24
+
25
+ ## 2.1.17
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies []:
30
+ - tinacms@2.6.2
31
+
32
+ ## 2.1.16
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [[`61c45f4`](https://github.com/tinacms/tinacms/commit/61c45f49a2abe82336b661dedbbe2a15d0f3da05)]:
37
+ - tinacms@2.6.1
38
+
39
+ ## 2.1.15
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
44
+ - tinacms@2.6.0
45
+ - @tinacms/mdx@1.5.4
46
+
47
+ ## 2.1.14
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`b54b303`](https://github.com/tinacms/tinacms/commit/b54b303a8290528230dc83d8fb1b7535df7199f6), [`0345852`](https://github.com/tinacms/tinacms/commit/0345852e3a7568b61a1417cd037715ab0d0dca01)]:
52
+ - tinacms@2.5.2
53
+ - @tinacms/mdx@1.5.3
54
+
55
+ ## 2.1.13
4
56
 
5
57
  ### Patch Changes
6
58
 
7
59
  - Updated dependencies [[`bbfd415`](https://github.com/tinacms/tinacms/commit/bbfd415762a8b2c62b7653b497b94d67aaa8501a), [`83a25cf`](https://github.com/tinacms/tinacms/commit/83a25cf61b736e1867d37bee37f7514d349e4427)]:
8
- - tinacms@0.0.0-d80714b-20241205222511
60
+ - tinacms@2.5.1
9
61
 
10
62
  ## 2.1.12
11
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-d80714b-20241205222511",
3
+ "version": "0.0.0-d9672bc-20250218033222",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -22,7 +22,7 @@
22
22
  "react-router-dom": "6.3.0",
23
23
  "typescript": "^5.6.3",
24
24
  "zod": "^3.23.8",
25
- "@tinacms/mdx": "1.5.2",
26
- "tinacms": "0.0.0-d80714b-20241205222511"
25
+ "@tinacms/mdx": "0.0.0-d9672bc-20250218033222",
26
+ "tinacms": "0.0.0-d9672bc-20250218033222"
27
27
  }
28
28
  }