@gentleduck/registry-ui 0.2.3 → 0.2.4
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @gentleduck/registry-ui
|
|
2
2
|
|
|
3
|
+
## 0.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ba8a6f3: fix: update resizable components to react-resizable-panels v4 API
|
|
8
|
+
|
|
9
|
+
Replace deprecated ref with panelRef across resizable component and
|
|
10
|
+
examples to align with react-resizable-panels v4.
|
|
11
|
+
|
|
3
12
|
## 0.2.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED