Skip to content

Commit

Permalink
v4.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Dec 4, 2019
1 parent ebea61e commit ff4c163
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-vue-apollo-docs",
"version": "3.0.1",
"version": "4.0.0-alpha.2",
"private": true,
"scripts": {
"dev": "vuepress dev src",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-e2e-composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-vue-apollo-test-e2e-composable",
"version": "3.0.1",
"version": "4.0.0-alpha.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,8 +15,8 @@
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development"
},
"dependencies": {
"@vue/apollo-composable": "^4.0.0-alpha.1",
"@vue/apollo-util": "^4.0.0-alpha.1",
"@vue/apollo-composable": "^4.0.0-alpha.2",
"@vue/apollo-util": "^4.0.0-alpha.2",
"@vue/composition-api": "^0.3.2",
"core-js": "^3.1.2",
"graphql-type-json": "^0.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-vue-apollo-test-e2e",
"version": "3.0.1",
"version": "4.0.0-alpha.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,8 +15,8 @@
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development"
},
"dependencies": {
"@vue/apollo-option": "^4.0.0-alpha.1",
"@vue/apollo-components": "^4.0.0-alpha.1",
"@vue/apollo-components": "^4.0.0-alpha.2",
"@vue/apollo-option": "^4.0.0-alpha.2",
"core-js": "^3.1.2",
"graphql-type-json": "^0.3.0",
"marked": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-ssr-composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-vue-apollo-test-ssr-composition",
"version": "3.0.1",
"version": "4.0.0-alpha.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -22,7 +22,7 @@
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development --url http://localhost:8000"
},
"dependencies": {
"@vue/apollo-composable": "^4.0.0-alpha.1",
"@vue/apollo-composable": "^4.0.0-alpha.2",
"@vue/composition-api": "^0.3.3",
"core-js": "^3.1.2",
"graphql-type-json": "^0.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-vue-apollo-test-ssr",
"version": "3.0.1",
"version": "4.0.0-alpha.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -22,8 +22,8 @@
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development --url http://localhost:8000"
},
"dependencies": {
"@vue/apollo-option": "^4.0.0-alpha.1",
"@vue/apollo-components": "^4.0.0-alpha.1",
"@vue/apollo-components": "^4.0.0-alpha.2",
"@vue/apollo-option": "^4.0.0-alpha.2",
"core-js": "^3.1.2",
"graphql-type-json": "^0.2.1",
"isomorphic-fetch": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-apollo-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-components",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Apollo GraphQL components for Vue.js",
"main": "dist/vue-apollo-components.umd.js",
"module": "dist/vue-apollo-components.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@vue/apollo-option": "^4.0.0-alpha.1"
"@vue/apollo-option": "^4.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,4 +47,4 @@
"@vue/composition-api": "^0.3.4",
"typescript": "^3.7.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-option",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
"main": "dist/vue-apollo-option.umd.js",
"module": "dist/vue-apollo-option.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-apollo-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-ssr",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,4 +37,4 @@
"devDependencies": {
"typescript": "^3.7.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/vue-apollo-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-util",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Apollo GraphQL for Vue - Utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,4 +34,4 @@
"devDependencies": {
"typescript": "^3.7.2"
}
}
}

0 comments on commit ff4c163

Please sign in to comment.