Skip to content

Commit de0fe8a

Browse files
ericsorensonhenri-hulski
authored andcommitted
feat(overmind-vue): drop Vue 2 support, make Vue 3 the default entry point
BREAKING CHANGE: Vue 2 support has been removed. The Vue 3 Composition API hooks are now exported from the main entry point (`overmind-vue`). The `overmind-vue/vue3` subpath still works as a backward-compatible alias. Peer dependency is now `vue: ^3.0.0`.
1 parent 9e079e3 commit de0fe8a

File tree

6 files changed

+219
-370
lines changed

6 files changed

+219
-370
lines changed

package-lock.json

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/overmind-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "overmind-vue",
33
"version": "1.0.0-alpha1",
4-
"description": "Functional actions",
4+
"description": "Vue 3 bindings for Overmind",
55
"author": "Christian Alfoni <christianalfoni@gmail.com>",
66
"license": "MIT",
77
"repository": {
@@ -37,6 +37,6 @@
3737
"tslib": "^2.8.1"
3838
},
3939
"peerDependencies": {
40-
"vue": "*"
40+
"vue": "^3.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)