Skip to content

Commit bde71cd

Browse files
committed
v1.0.0-alpha.5
1 parent b370353 commit bde71cd

File tree

13 files changed

+26
-20
lines changed

13 files changed

+26
-20
lines changed

examples/vue-composable-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"@vue-composable/axios": "^1.0.0-dev.0",
11+
"@vue-composable/axios": "^1.0.0-alpha.4",
1212
"vue": "^3.0.0-alpha.1",
13-
"vue-composable": "^1.0.0-dev.1"
13+
"vue-composable": "^1.0.0-alpha.5"
1414
},
1515
"devDependencies": {
1616
"@vue/cli-plugin-babel": "4.1.2",

examples/vue-next-webpack-preview-master/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"vue": "^3.0.0-alpha.1",
11-
"vue-composable": "^1.0.0-dev.2"
11+
"vue-composable": "^1.0.0-alpha.5"
1212
},
1313
"devDependencies": {
1414
"@vue/compiler-sfc": "^3.0.0-alpha.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha.0",
2+
"version": "1.0.0-alpha.1",
33
"name": "vue-composable-monorepo",
44
"workspaces": [
55
"packages/*",

packages/axios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This version is `alpha` with support for the vue3 ([vue-next](https://github.com/vuejs/vue-next))
88

9-
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master)
9+
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master) or [CodeSandbox](https://codesandbox.io/s/vue-composable-next-6m5et)
1010
1111
## Introduction
1212

packages/axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-composable/axios",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.5",
44
"description": "@vue-composable/axios",
55
"main": "index.js",
66
"module": "dist/axios.esm-bundler.js",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/pikax/vue-composable/tree/dev/packages/axios#readme",
3838
"peerDependencies": {
39-
"@vue-composable/core": "^1.0.0-dev.2",
39+
"@vue-composable/core": "1.0.0-alpha.5",
4040
"axios": "^0.19.0"
4141
}
4242
}

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package contains core functionality for [vue-composable][vue-composable]
88

99
This version is `alpha` with support for the vue3 ([vue-next](https://github.com/vuejs/vue-next))
1010

11-
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master)
11+
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master) or [CodeSandbox](https://codesandbox.io/s/vue-composable-next-6m5et)
1212
1313
## Installing
1414

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-composable/core",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.5",
44
"description": "@vue-composable/core",
55
"main": "index.js",
66
"module": "dist/core.esm-bundler.js",

packages/vue-composable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This version is `alpha` with support for the vue3 ([vue-next](https://github.com/vuejs/vue-next))
1010

11-
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master)
11+
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master) or [CodeSandbox](https://codesandbox.io/s/vue-composable-next-6m5et)
1212
1313
## Introduction
1414

packages/vue-composable/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-composable",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.5",
44
"description": "vue-composable",
55
"main": "index.js",
66
"module": "dist/vue-composable.esm-bundler.js",
@@ -37,10 +37,10 @@
3737
},
3838
"homepage": "https://github.com/pikax/vue-composable",
3939
"dependencies": {
40-
"@vue-composable/core": "1.0.0-alpha.1",
41-
"@vue-composable/web": "1.0.0-alpha.1"
40+
"@vue-composable/core": "1.0.0-alpha.5",
41+
"@vue-composable/web": "1.0.0-alpha.5"
4242
},
4343
"peerDependencies": {
44-
"@vue/runtime-core": "^3.0.0-alpha.0"
44+
"@vue/runtime-core": "^3.0.0-alpha.1"
4545
}
4646
}

packages/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package contains [Web API](https://developer.mozilla.org/en-US/docs/Web/Ref
88

99
This version is `alpha` with support for the vue3 ([vue-next](https://github.com/vuejs/vue-next))
1010

11-
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master)
11+
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master) or [CodeSandbox](https://codesandbox.io/s/vue-composable-next-6m5et)
1212
1313
## Installing
1414

packages/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-composable/web",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.5",
44
"description": "@vue-composable/web",
55
"main": "index.js",
66
"module": "dist/web.esm-bundler.js",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/pikax/vue-composable/tree/dev/packages/core#readme",
3737
"dependencies": {
38-
"@vue-composable/core": "^1.0.0-dev.2",
39-
"@vue/runtime-core": "^3.0.0-alpha.0"
38+
"@vue-composable/core": "1.0.0-alpha.5",
39+
"@vue/runtime-core": "^3.0.0-alpha.1"
4040
}
4141
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This version is `alpha` with support for the vue3 ([vue-next](https://github.com/vuejs/vue-next))
1010

11-
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master)
11+
> Check webpack [vue3 example](https://github.com/pikax/vue-composable/tree/vue3/examples/vue-next-webpack-preview-master) or [CodeSandbox](https://codesandbox.io/s/vue-composable-next-6m5et)
1212
1313
## Introduction
1414

rollup.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ const configs = {
4747

4848
const setup = {
4949
global: {
50-
external: ["vue", "@vue/composition-api", "axios", "@vue/runtime-core"],
50+
external: [
51+
"vue",
52+
"@vue/composition-api",
53+
"axios",
54+
"@vue/runtime-core",
55+
"@vue/reactivity"
56+
],
5157
plugins: [
5258
resolvePlugin({
5359
// mainFields: [

0 commit comments

Comments
 (0)