@headless-tree/react 0.0.0-20251208193155 → 0.0.0-20251210132907
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.
- package/CHANGELOG.md +3 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# @headless-tree/react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20251210132907
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- e2c256d: Added alternative entrypoint for setups using React Compiler. Details on https://headless-tree.lukasbach.com/guides/react-compiler
|
|
8
|
+
- Updated dependencies [287fe40]
|
|
8
9
|
- Updated dependencies [7158afe]
|
|
9
10
|
- Updated dependencies [297b575]
|
|
10
|
-
- @headless-tree/core@0.0.0-
|
|
11
|
+
- @headless-tree/core@0.0.0-20251210132907
|
|
11
12
|
|
|
12
13
|
## 1.5.1
|
|
13
14
|
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"checkbox",
|
|
14
14
|
"hook"
|
|
15
15
|
],
|
|
16
|
-
"version": "0.0.0-
|
|
16
|
+
"version": "0.0.0-20251210132907",
|
|
17
17
|
"main": "dist/index.d.ts",
|
|
18
18
|
"module": "dist/index.mjs",
|
|
19
19
|
"types": "dist/index.d.mts",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"typescript": "^5.7.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@headless-tree/core": "0.0.0-
|
|
81
|
+
"@headless-tree/core": "0.0.0-20251210132907",
|
|
82
82
|
"react": "*",
|
|
83
83
|
"react-dom": "*"
|
|
84
84
|
}
|