Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Nov 26, 2019
1 parent 19482fa commit 4bcb381
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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": "3.0.0",
"version": "3.0.1",
"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": "vue-apollo-docs",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"scripts": {
"dev": "vuepress dev src",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-test-e2e",
"version": "0.1.0",
"version": "3.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -20,7 +20,7 @@
"marked": "^0.7.0",
"shortid": "^2.2.8",
"vue": "^2.5.16",
"vue-apollo": "^3.0.0",
"vue-apollo": "^3.0.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-test-ssr",
"version": "0.1.0",
"version": "3.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -29,7 +29,7 @@
"mkdirp": "^0.5.1",
"shortid": "^2.2.8",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0",
"vue-apollo": "^3.0.1",
"vue-router": "^3.0.6",
"vue-server-renderer": "^2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
"version": "3.0.0",
"version": "3.0.1",
"description": "Use Apollo and GraphQL with Vue.js",
"main": "dist/vue-apollo.umd.js",
"module": "dist/vue-apollo.esm.js",
Expand Down

0 comments on commit 4bcb381

Please sign in to comment.