Skip to content

Commit ff4c163

Browse files
author
Guillaume Chau
committed
v4.0.0-alpha.2
1 parent ebea61e commit ff4c163

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "4.0.0-alpha.1",
4+
"version": "4.0.0-alpha.2",
55
"packages": [
66
"packages/*"
77
]

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "private-vue-apollo-docs",
3-
"version": "3.0.1",
3+
"version": "4.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"dev": "vuepress dev src",

packages/test-e2e-composition/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "private-vue-apollo-test-e2e-composable",
3-
"version": "3.0.1",
3+
"version": "4.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -15,8 +15,8 @@
1515
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development"
1616
},
1717
"dependencies": {
18-
"@vue/apollo-composable": "^4.0.0-alpha.1",
19-
"@vue/apollo-util": "^4.0.0-alpha.1",
18+
"@vue/apollo-composable": "^4.0.0-alpha.2",
19+
"@vue/apollo-util": "^4.0.0-alpha.2",
2020
"@vue/composition-api": "^0.3.2",
2121
"core-js": "^3.1.2",
2222
"graphql-type-json": "^0.3.0",

packages/test-e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "private-vue-apollo-test-e2e",
3-
"version": "3.0.1",
3+
"version": "4.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -15,8 +15,8 @@
1515
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development"
1616
},
1717
"dependencies": {
18-
"@vue/apollo-option": "^4.0.0-alpha.1",
19-
"@vue/apollo-components": "^4.0.0-alpha.1",
18+
"@vue/apollo-components": "^4.0.0-alpha.2",
19+
"@vue/apollo-option": "^4.0.0-alpha.2",
2020
"core-js": "^3.1.2",
2121
"graphql-type-json": "^0.3.0",
2222
"marked": "^0.7.0",

packages/test-ssr-composition/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "private-vue-apollo-test-ssr-composition",
3-
"version": "3.0.1",
3+
"version": "4.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -22,7 +22,7 @@
2222
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development --url http://localhost:8000"
2323
},
2424
"dependencies": {
25-
"@vue/apollo-composable": "^4.0.0-alpha.1",
25+
"@vue/apollo-composable": "^4.0.0-alpha.2",
2626
"@vue/composition-api": "^0.3.3",
2727
"core-js": "^3.1.2",
2828
"graphql-type-json": "^0.2.1",

packages/test-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "private-vue-apollo-test-ssr",
3-
"version": "3.0.1",
3+
"version": "4.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -22,8 +22,8 @@
2222
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development --url http://localhost:8000"
2323
},
2424
"dependencies": {
25-
"@vue/apollo-option": "^4.0.0-alpha.1",
26-
"@vue/apollo-components": "^4.0.0-alpha.1",
25+
"@vue/apollo-components": "^4.0.0-alpha.2",
26+
"@vue/apollo-option": "^4.0.0-alpha.2",
2727
"core-js": "^3.1.2",
2828
"graphql-type-json": "^0.2.1",
2929
"isomorphic-fetch": "^2.2.1",

packages/vue-apollo-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-components",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.js",
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"dependencies": {
38-
"@vue/apollo-option": "^4.0.0-alpha.1"
38+
"@vue/apollo-option": "^4.0.0-alpha.2"
3939
},
4040
"devDependencies": {
4141
"@babel/core": "^7.1.2",

packages/vue-apollo-composable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",
@@ -47,4 +47,4 @@
4747
"@vue/composition-api": "^0.3.4",
4848
"typescript": "^3.7.2"
4949
}
50-
}
50+
}

packages/vue-apollo-option/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-option",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
55
"main": "dist/vue-apollo-option.umd.js",
66
"module": "dist/vue-apollo-option.esm.js",

packages/vue-apollo-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-ssr",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
55
"repository": {
66
"type": "git",
@@ -37,4 +37,4 @@
3737
"devDependencies": {
3838
"typescript": "^3.7.2"
3939
}
40-
}
40+
}

packages/vue-apollo-util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-util",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Apollo GraphQL for Vue - Utilities",
55
"repository": {
66
"type": "git",
@@ -34,4 +34,4 @@
3434
"devDependencies": {
3535
"typescript": "^3.7.2"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)