Skip to content

Commit 777e5fa

Browse files
Merge branch 'next' into next
2 parents 01a4ab1 + 1d193f6 commit 777e5fa

File tree

97 files changed

+4509
-1863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+4509
-1863
lines changed

.cz-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ module.exports = {
3535
{ name: 'overmind-devtools-client' },
3636
{ name: 'overmind-devtools-vscode' },
3737
{ name: 'overmind-graphql' },
38+
{ name: 'overmind-statechart' },
3839
{ name: 'overmind-react' },
40+
{ name: 'overmind-svelte' },
3941
{ name: 'overmind-vue' },
4042
{ name: 'overmind-angular' },
4143
{ name: 'action-chain' },
4244
{ name: 'proxy-state-tree' },
4345
{ name: 'betsy' },
46+
{ name: 'non-blocking-json' },
4447
],
4548

4649
// it needs to match the value for field type. Eg.: 'fix'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Report BUG
3+
about: If you want support we recommend rather joining the Discord chat at https://discord.gg/CdpmRhQ.
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: 'christianalfoni'
7+
8+
---

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ lib
1212
.cache
1313
.DS_Store
1414
devtoolsDist
15+
packages/overmind-website/**/*
1516

1617
# Runtime data
1718
pids
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overmind
22

3-
Visit website for more information: [www.overmindjs.org](https://www.overmindjs.org).
3+
Visit website for more information: [www.overmindjs.org](https://overmindjs.org).
44

55
## Release procedure
66

0 commit comments

Comments
 (0)