@headless-tree/react 1.5.0 → 1.5.1
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @headless-tree/react
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
3
5
|
## 1.5.0
|
|
4
6
|
|
|
5
7
|
### Minor Changes
|
|
@@ -11,6 +13,10 @@
|
|
|
11
13
|
- 72e714b: all NPM deployments will now publish with provenance
|
|
12
14
|
- 7a7424f: fixed incorrect exports definition in package.json for require/cjs imports (#161)
|
|
13
15
|
|
|
16
|
+
### Sponsorship appreciation
|
|
17
|
+
|
|
18
|
+
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!
|
|
19
|
+
|
|
14
20
|
## 1.4.0
|
|
15
21
|
|
|
16
22
|
## 1.3.0
|