@tinacms/app 0.0.0-649e1f8-20241115062112 → 0.0.0-660f88b-20250131021316

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 +51 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,63 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-649e1f8-20241115062112
3
+ ## 0.0.0-660f88b-20250131021316
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [[`bc986dd`](https://github.com/tinacms/tinacms/commit/bc986dd48f9a7da264281b55926ec51ce1068bb7), [`3af2354`](https://github.com/tinacms/tinacms/commit/3af23542b984c10e138d0cf10a165d50b99bb0e9), [`a18744d`](https://github.com/tinacms/tinacms/commit/a18744d534dcc921077311dadd9ff956404f1992)]:
8
+ - tinacms@0.0.0-660f88b-20250131021316
9
+ - @tinacms/mdx@0.0.0-660f88b-20250131021316
10
+
11
+ ## 2.1.17
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - tinacms@2.6.2
17
+
18
+ ## 2.1.16
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`61c45f4`](https://github.com/tinacms/tinacms/commit/61c45f49a2abe82336b661dedbbe2a15d0f3da05)]:
23
+ - tinacms@2.6.1
24
+
25
+ ## 2.1.15
26
+
27
+ ### Patch Changes
28
+
29
+ - 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)]:
30
+ - tinacms@2.6.0
31
+ - @tinacms/mdx@1.5.4
32
+
33
+ ## 2.1.14
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`b54b303`](https://github.com/tinacms/tinacms/commit/b54b303a8290528230dc83d8fb1b7535df7199f6), [`0345852`](https://github.com/tinacms/tinacms/commit/0345852e3a7568b61a1417cd037715ab0d0dca01)]:
38
+ - tinacms@2.5.2
39
+ - @tinacms/mdx@1.5.3
40
+
41
+ ## 2.1.13
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [[`bbfd415`](https://github.com/tinacms/tinacms/commit/bbfd415762a8b2c62b7653b497b94d67aaa8501a), [`83a25cf`](https://github.com/tinacms/tinacms/commit/83a25cf61b736e1867d37bee37f7514d349e4427)]:
46
+ - tinacms@2.5.1
47
+
48
+ ## 2.1.12
49
+
50
+ ### Patch Changes
51
+
52
+ - [#5276](https://github.com/tinacms/tinacms/pull/5276) [`f90ef4d`](https://github.com/tinacms/tinacms/commit/f90ef4d92ae7b21c8c610d14af9510354a3969c6) Thanks [@Ben0189](https://github.com/Ben0189)! - Updates minor and patch dependencies
53
+
7
54
  - [#5218](https://github.com/tinacms/tinacms/pull/5218) [`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48) Thanks [@kldavis4](https://github.com/kldavis4)! - Adds referential integrity for renaming and deleting referenced documents.
8
55
 
9
56
  When a document is renamed, any documents which reference the document will be updated with the new document name. When a document is deleted, the user will be warned and any references to the document will be deleted.
10
57
 
11
- - Updated dependencies [[`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48), [`60fb710`](https://github.com/tinacms/tinacms/commit/60fb710addd539860eb7ba39196e02f3bb5f08c1), [`f3aa146`](https://github.com/tinacms/tinacms/commit/f3aa1465423101520bd05939249228c8d8b2a0df)]:
12
- - tinacms@0.0.0-649e1f8-20241115062112
13
- - @tinacms/mdx@0.0.0-649e1f8-20241115062112
58
+ - Updated dependencies [[`f90ef4d`](https://github.com/tinacms/tinacms/commit/f90ef4d92ae7b21c8c610d14af9510354a3969c6), [`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48), [`60fb710`](https://github.com/tinacms/tinacms/commit/60fb710addd539860eb7ba39196e02f3bb5f08c1), [`f3aa146`](https://github.com/tinacms/tinacms/commit/f3aa1465423101520bd05939249228c8d8b2a0df)]:
59
+ - @tinacms/mdx@1.5.2
60
+ - tinacms@2.5.0
14
61
 
15
62
  ## 2.1.11
16
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-649e1f8-20241115062112",
3
+ "version": "0.0.0-660f88b-20250131021316",
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": "0.0.0-649e1f8-20241115062112",
26
- "tinacms": "0.0.0-649e1f8-20241115062112"
25
+ "@tinacms/mdx": "0.0.0-660f88b-20250131021316",
26
+ "tinacms": "0.0.0-660f88b-20250131021316"
27
27
  }
28
28
  }