refactor(store): rename slice to feature (#318)

This commit is contained in:
rahim
2026-01-21 00:33:28 +11:00
committed by GitHub
parent 5bbec30df9
commit f01a5fcf5c
71 changed files with 777 additions and 978 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Use `!` suffix on type for breaking changes:
```
feat(core)!: remove deprecated API
refactor(store)!: rename slice methods
refactor(store)!: rename feature methods
```
The `!` signals breaking changes in the changelog.