Skip to content

Commit 401f566

Browse files
feat(vue-overmind): add vue support
1 parent 8284dae commit 401f566

33 files changed

+3900
-155
lines changed

.cz-config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ module.exports = {
2929
],
3030

3131
scopes: [
32-
{ name: 'action-chain' },
3332
{ name: 'overmind' },
3433
{ name: 'overmind-devtools' },
34+
{ name: 'react-overmind' },
35+
{ name: 'vue-overmind' },
36+
{ name: 'action-chain' },
3537
{ name: 'proxy-state-tree' },
3638
{ name: 'betsy' },
3739
],

0 commit comments

Comments
 (0)