@headless-tree/react 0.0.0-20250921152257 → 0.0.0-20251013200210
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 +12 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @headless-tree/react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20251013200210
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [08f10f1]
|
|
8
|
+
- @headless-tree/core@0.0.0-20251013200210
|
|
9
|
+
|
|
10
|
+
## 1.5.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
6
13
|
|
|
@@ -10,16 +17,10 @@
|
|
|
10
17
|
|
|
11
18
|
- 72e714b: all NPM deployments will now publish with provenance
|
|
12
19
|
- 7a7424f: fixed incorrect exports definition in package.json for require/cjs imports (#161)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
- Updated dependencies [215ab4b]
|
|
18
|
-
- Updated dependencies [51b0dea]
|
|
19
|
-
- Updated dependencies [cf845d7]
|
|
20
|
-
- Updated dependencies [597faad]
|
|
21
|
-
- Updated dependencies [b0ee382]
|
|
22
|
-
- @headless-tree/core@0.0.0-20250921152257
|
|
20
|
+
|
|
21
|
+
### Sponsorship appreciation
|
|
22
|
+
|
|
23
|
+
Thanks for [Docmost](https://docmost.com/), who have supported the development of Headless Tree with a sponsor contribution. Docmost is a wiki-software that can be self-hosted or used in cloud. Thank you!
|
|
23
24
|
|
|
24
25
|
## 1.4.0
|
|
25
26
|
|
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-20251013200210",
|
|
17
17
|
"main": "dist/index.d.ts",
|
|
18
18
|
"module": "dist/index.mjs",
|
|
19
19
|
"types": "dist/index.d.mts",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"typescript": "^5.7.2"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@headless-tree/core": "0.0.0-
|
|
71
|
+
"@headless-tree/core": "0.0.0-20251013200210",
|
|
72
72
|
"react": "*",
|
|
73
73
|
"react-dom": "*"
|
|
74
74
|
}
|