@tinacms/app 0.0.0-d900f4e-20251117211602 → 0.0.0-d9487bf-20251119052214

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 +12 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,21 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-d900f4e-20251117211602
3
+ ## 0.0.0-d9487bf-20251119052214
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5822](https://github.com/tinacms/tinacms/pull/5822) [`4b824be`](https://github.com/tinacms/tinacms/commit/4b824be53572f9231753ebd3b5f14fd778fd73d6) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Migrate from react-beautiful-dnd to dnd-kit to fix deprecation error.
8
+
9
+ - Updated dependencies [[`3ffa092`](https://github.com/tinacms/tinacms/commit/3ffa0929e4964f17d5ffa05e0d4cbbff5d9ef4d9), [`3fa1098`](https://github.com/tinacms/tinacms/commit/3fa109849f552406dd0059041afe0bf09edadb25), [`4b824be`](https://github.com/tinacms/tinacms/commit/4b824be53572f9231753ebd3b5f14fd778fd73d6), [`d9487bf`](https://github.com/tinacms/tinacms/commit/d9487bff276ba20a84b76944c5a7a333666f4984)]:
10
+ - tinacms@0.0.0-d9487bf-20251119052214
11
+ - @tinacms/mdx@0.0.0-d9487bf-20251119052214
12
+
13
+ ## 2.3.9
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - Updated dependencies [[`d900f4e`](https://github.com/tinacms/tinacms/commit/d900f4e6c6f0a86c94bba5f0925bbaa54eeb90db)]:
8
- - tinacms@0.0.0-d900f4e-20251117211602
18
+ - tinacms@2.9.5
9
19
 
10
20
  ## 2.3.8
11
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-d900f4e-20251117211602",
3
+ "version": "0.0.0-d9487bf-20251119052214",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -16,7 +16,7 @@
16
16
  "@graphiql/toolkit": "0.8.4",
17
17
  "@headlessui/react": "2.1.8",
18
18
  "@heroicons/react": "^1.0.6",
19
- "@monaco-editor/react": "4.4.5",
19
+ "@monaco-editor/react": "4.7.0-rc.0",
20
20
  "final-form": "4.20.10",
21
21
  "graphiql": "3.0.0-alpha.1",
22
22
  "graphql": "15.8.0",
@@ -26,7 +26,7 @@
26
26
  "react-router-dom": "6.3.0",
27
27
  "typescript": "^5.7.3",
28
28
  "zod": "^3.24.2",
29
- "@tinacms/mdx": "1.8.1",
30
- "tinacms": "0.0.0-d900f4e-20251117211602"
29
+ "@tinacms/mdx": "0.0.0-d9487bf-20251119052214",
30
+ "tinacms": "0.0.0-d9487bf-20251119052214"
31
31
  }
32
32
  }