@tinacms/app 0.0.0-c72bb45-20241118014035 → 0.0.0-cef656e-20250119001929

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 +36 -5
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,49 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-c72bb45-20241118014035
3
+ ## 0.0.0-cef656e-20250119001929
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#5276](https://github.com/tinacms/tinacms/pull/5276) [`108fe1c`](https://github.com/tinacms/tinacms/commit/108fe1cf93dc1b00f5979f8c56e099a3a11016a0) Thanks [@Ben0189](https://github.com/Ben0189)! - Apply `override` to addresses vulnerable package `dompurify` and performs updates to minor and patch dependencies
7
+ - Updated dependencies [[`a18744d`](https://github.com/tinacms/tinacms/commit/a18744d534dcc921077311dadd9ff956404f1992)]:
8
+ - @tinacms/mdx@0.0.0-cef656e-20250119001929
9
+ - tinacms@0.0.0-cef656e-20250119001929
10
+
11
+ ## 2.1.15
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - tinacms@2.6.0
17
+ - @tinacms/mdx@1.5.4
18
+
19
+ ## 2.1.14
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`b54b303`](https://github.com/tinacms/tinacms/commit/b54b303a8290528230dc83d8fb1b7535df7199f6), [`0345852`](https://github.com/tinacms/tinacms/commit/0345852e3a7568b61a1417cd037715ab0d0dca01)]:
24
+ - tinacms@2.5.2
25
+ - @tinacms/mdx@1.5.3
26
+
27
+ ## 2.1.13
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`bbfd415`](https://github.com/tinacms/tinacms/commit/bbfd415762a8b2c62b7653b497b94d67aaa8501a), [`83a25cf`](https://github.com/tinacms/tinacms/commit/83a25cf61b736e1867d37bee37f7514d349e4427)]:
32
+ - tinacms@2.5.1
33
+
34
+ ## 2.1.12
35
+
36
+ ### Patch Changes
37
+
38
+ - [#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
8
39
 
9
40
  - [#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.
10
41
 
11
42
  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.
12
43
 
13
- - Updated dependencies [[`108fe1c`](https://github.com/tinacms/tinacms/commit/108fe1cf93dc1b00f5979f8c56e099a3a11016a0), [`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48), [`60fb710`](https://github.com/tinacms/tinacms/commit/60fb710addd539860eb7ba39196e02f3bb5f08c1), [`f3aa146`](https://github.com/tinacms/tinacms/commit/f3aa1465423101520bd05939249228c8d8b2a0df)]:
14
- - @tinacms/mdx@0.0.0-c72bb45-20241118014035
15
- - tinacms@0.0.0-c72bb45-20241118014035
44
+ - 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)]:
45
+ - @tinacms/mdx@1.5.2
46
+ - tinacms@2.5.0
16
47
 
17
48
  ## 2.1.11
18
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-c72bb45-20241118014035",
3
+ "version": "0.0.0-cef656e-20250119001929",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -22,10 +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-c72bb45-20241118014035",
26
- "tinacms": "0.0.0-c72bb45-20241118014035"
27
- },
28
- "overrides": {
29
- "dompurify": "2.5.7"
25
+ "@tinacms/mdx": "0.0.0-cef656e-20250119001929",
26
+ "tinacms": "0.0.0-cef656e-20250119001929"
30
27
  }
31
28
  }