Skip to content

Commit 757e45c

Browse files
committed
v4.0.0-alpha.18
1 parent b94bdf7 commit 757e45c

File tree

8 files changed

+20
-8
lines changed

8 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0-alpha.18](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2022-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* apollo components registered twice, fix [#1336](https://github.com/vuejs/vue-apollo/issues/1336) ([3ad3ab3](https://github.com/vuejs/vue-apollo/commit/3ad3ab3ddaf5ffafe5297afac904c2f364f50c96))
7+
* change data init, related to [#1350](https://github.com/vuejs/vue-apollo/issues/1350) ([b94bdf7](https://github.com/vuejs/vue-apollo/commit/b94bdf7e79d0d861073df6e974a63b460f0963ac))
8+
* Make calls of the refetch() & fetchMore() trigger loading state ([#1366](https://github.com/vuejs/vue-apollo/issues/1366)) ([a32fe9c](https://github.com/vuejs/vue-apollo/commit/a32fe9c469e74d619a36d8df1d2db92c1a9cdb47))
9+
* vue-demi updated ([#1373](https://github.com/vuejs/vue-apollo/issues/1373)) ([e959a2c](https://github.com/vuejs/vue-apollo/commit/e959a2ccd4310fba22be556f289d97d2c4de379d))
10+
11+
12+
113
# [4.0.0-alpha.17](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.16...v4.0.0-alpha.17) (2022-05-03)
214

315

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-monorepo",
3-
"version": "4.0.0-alpha.17",
3+
"version": "4.0.0-alpha.18",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

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.17",
3+
"version": "4.0.0-alpha.18",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.js",
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@vue/apollo-option": "workspace:^"
37+
"@vue/apollo-option": "^4.0.0-alpha.18"
3838
},
3939
"peerDependencies": {
4040
"vue": "^3.1.0"

packages/vue-apollo-composable/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-composable",
3-
"version": "4.0.0-alpha.17",
3+
"version": "4.0.0-alpha.18",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

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.17",
3+
"version": "4.0.0-alpha.18",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-ssr",
3-
"version": "4.0.0-alpha.17",
3+
"version": "4.0.0-alpha.18",
44
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
55
"repository": {
66
"type": "git",

packages/vue-apollo-util/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-util",
3-
"version": "4.0.0-alpha.17",
3+
"version": "4.0.0-alpha.18",
44
"description": "Apollo GraphQL for Vue - Utilities",
55
"repository": {
66
"type": "git",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)