Skip to content

Commit 52e9ffe

Browse files
committed
Fix changelog
1 parent a882791 commit 52e9ffe

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

packages/core/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
### Patch Changes
66

7-
- 72bab7d: - Fix module package type (change from commonjs to esm)
7+
- 72bab7d:
8+
- Fix module package type (change from commonjs to esm)
89
- Add support for effects to `api`
910
- Allow to omit `data` field when `api` unit is void
1011

1112
## 0.0.7
1213

1314
### Patch Changes
1415

15-
- ffe46f8: - Add `InputType` and `KeyvalWithState` type helpers
16+
- ffe46f8:
17+
- Add `InputType` and `KeyvalWithState` type helpers
1618
- Add `isKeyval` method
1719
- Add recursive keyval support
1820
- Implement lazy initialization for keyval body

packages/react/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
### Patch Changes
66

7-
- 2df9594: - Fix module package type (change from commonjs to esm)
7+
- 2df9594:
8+
- Fix module package type (change from commonjs to esm)
89

910
## 0.0.7
1011

1112
### Patch Changes
1213

13-
- ffe46f8: - Implement tree render support in `useEntityList`
14+
- ffe46f8:
15+
- Implement tree render support in `useEntityList`
1416
- Add `useEditKeyval` public hook
1517
- Fix `useEditItemField` types
1618
- Fix peerDependencies

0 commit comments

Comments
 (0)