Skip to content

Commit

Permalink
v4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 3, 2023
1 parent 1e24d21 commit 5aa44c2
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 35 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-beta.2](https://github.com/vuejs/vue-apollo/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2023-02-03)


### Bug Fixes

* **@vue/apollo-option:** ssr cleanup function fails to run ([#1424](https://github.com/vuejs/vue-apollo/issues/1424)) ([#1425](https://github.com/vuejs/vue-apollo/issues/1425)) ([8dfe93b](https://github.com/vuejs/vue-apollo/commit/8dfe93b82679fac42b8d1509febc97e7faeed1e0))
* hydration error, revert [#1388](https://github.com/vuejs/vue-apollo/issues/1388), fix [#1432](https://github.com/vuejs/vue-apollo/issues/1432) ([9302d4d](https://github.com/vuejs/vue-apollo/commit/9302d4d4a55541bb49292463d8176d0527c06ce9))
* ignore next result only if not loading ([1e24d21](https://github.com/vuejs/vue-apollo/commit/1e24d2110c3ea6ee80590c2b6578fef45a2e448e))
* typo in useResult deprecation message ([#1414](https://github.com/vuejs/vue-apollo/issues/1414)) ([3728928](https://github.com/vuejs/vue-apollo/commit/372892855d76622128ac560e8fadc689c50675bc))



# [4.0.0-beta.1](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.20...v4.0.0-beta.1) (2022-10-05)


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-beta.1",
"version": "4.0.0-beta.2",
"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.20",
"version": "4.0.0-beta.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 @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@vue/apollo-option": "^4.0.0-alpha.20"
"@vue/apollo-option": "^4.0.0-beta.2"
},
"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-beta.1",
"version": "4.0.0-beta.2",
"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.20",
"version": "4.0.0-beta.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
62 changes: 32 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit 5aa44c2

Please sign in to comment.