@tinacms/app 0.0.0-649e1f8-20241115062112 → 0.0.0-6872a62-20241204014159

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 +13 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,25 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-649e1f8-20241115062112
3
+ ## 0.0.0-6872a62-20241204014159
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [[`bbfd415`](https://github.com/tinacms/tinacms/commit/bbfd415762a8b2c62b7653b497b94d67aaa8501a), [`83a25cf`](https://github.com/tinacms/tinacms/commit/83a25cf61b736e1867d37bee37f7514d349e4427)]:
8
+ - tinacms@0.0.0-6872a62-20241204014159
9
+
10
+ ## 2.1.12
11
+
12
+ ### Patch Changes
13
+
14
+ - [#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
15
+
7
16
  - [#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
17
 
9
18
  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
19
 
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
20
+ - 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)]:
21
+ - @tinacms/mdx@1.5.2
22
+ - tinacms@2.5.0
14
23
 
15
24
  ## 2.1.11
16
25
 
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-6872a62-20241204014159",
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": "1.5.2",
26
+ "tinacms": "0.0.0-6872a62-20241204014159"
27
27
  }
28
28
  }