Skip to content

Commit

Permalink
v4.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 23, 2022
1 parent b94bdf7 commit 757e45c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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)


### Bug Fixes

* apollo components registered twice, fix [#1336](https://github.com/vuejs/vue-apollo/issues/1336) ([3ad3ab3](https://github.com/vuejs/vue-apollo/commit/3ad3ab3ddaf5ffafe5297afac904c2f364f50c96))
* change data init, related to [#1350](https://github.com/vuejs/vue-apollo/issues/1350) ([b94bdf7](https://github.com/vuejs/vue-apollo/commit/b94bdf7e79d0d861073df6e974a63b460f0963ac))
* 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))
* vue-demi updated ([#1373](https://github.com/vuejs/vue-apollo/issues/1373)) ([e959a2c](https://github.com/vuejs/vue-apollo/commit/e959a2ccd4310fba22be556f289d97d2c4de379d))



# [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-alpha.17",
"version": "4.0.0-alpha.18",
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
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.17",
"version": "4.0.0-alpha.18",
"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 @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@vue/apollo-option": "workspace:^"
"@vue/apollo-option": "^4.0.0-alpha.18"
},
"peerDependencies": {
"vue": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.17",
"version": "4.0.0-alpha.18",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down
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.17",
"version": "4.0.0-alpha.18",
"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
2 changes: 1 addition & 1 deletion 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.17",
"version": "4.0.0-alpha.18",
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.17",
"version": "4.0.0-alpha.18",
"description": "Apollo GraphQL for Vue - Utilities",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 757e45c

Please sign in to comment.