@headless-tree/react 0.0.0-20250828231818 → 0.0.0-20250829160803

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 +3 -2
  2. package/package.json +15 -2
package/CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # @headless-tree/react
2
2
 
3
- ## 0.0.0-20250828231818
3
+ ## 0.0.0-20250829160803
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 72e714b: all NPM deployments will now publish with provenance
8
8
  - Updated dependencies [72e714b]
9
9
  - Updated dependencies [215ab4b]
10
+ - Updated dependencies [51b0dea]
10
11
  - Updated dependencies [cf845d7]
11
12
  - Updated dependencies [597faad]
12
13
  - Updated dependencies [b0ee382]
13
- - @headless-tree/core@0.0.0-20250828231818
14
+ - @headless-tree/core@0.0.0-20250829160803
14
15
 
15
16
  ## 1.4.0
16
17
 
package/package.json CHANGED
@@ -1,6 +1,19 @@
1
1
  {
2
2
  "name": "@headless-tree/react",
3
- "version": "0.0.0-20250828231818",
3
+ "description": "The definitive tree component for the Web",
4
+ "keywords": [
5
+ "tree",
6
+ "component",
7
+ "web",
8
+ "headless",
9
+ "ui",
10
+ "react",
11
+ "nested",
12
+ "async",
13
+ "checkbox",
14
+ "hook"
15
+ ],
16
+ "version": "0.0.0-20250829160803",
4
17
  "main": "dist/index.d.ts",
5
18
  "module": "dist/index.mjs",
6
19
  "types": "dist/index.d.mts",
@@ -55,7 +68,7 @@
55
68
  "typescript": "^5.7.2"
56
69
  },
57
70
  "peerDependencies": {
58
- "@headless-tree/core": "0.0.0-20250828231818",
71
+ "@headless-tree/core": "0.0.0-20250829160803",
59
72
  "react": "*",
60
73
  "react-dom": "*"
61
74
  }