@headless-tree/react 0.0.0-20250630160730 → 0.0.0-20250716233347

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 +8 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,17 @@
1
1
  # @headless-tree/react
2
2
 
3
- ## 0.0.0-20250630160730
3
+ ## 0.0.0-20250716233347
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b413f74]
8
+ - @headless-tree/core@0.0.0-20250716233347
9
+
10
+ ## 1.2.1
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - d925607: fixed `<AssistiveTreeDescription />` component throwing an error if the dnd feature is not included (#126)
8
- - Updated dependencies [344011a]
9
- - Updated dependencies [9f418f8]
10
- - Updated dependencies [309feba]
11
- - @headless-tree/core@0.0.0-20250630160730
12
15
 
13
16
  ## 1.2.0
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headless-tree/react",
3
- "version": "0.0.0-20250630160730",
3
+ "version": "0.0.0-20250716233347",
4
4
  "main": "lib/cjs/index.js",
5
5
  "module": "lib/esm/index.js",
6
6
  "types": "lib/esm/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "typescript": "^5.7.2"
35
35
  },
36
36
  "peerDependencies": {
37
- "@headless-tree/core": "0.0.0-20250630160730",
37
+ "@headless-tree/core": "0.0.0-20250716233347",
38
38
  "react": "*",
39
39
  "react-dom": "*"
40
40
  }