v4.0.0-beta.12

This commit is contained in:
Guillaume Chau 2023-11-29 15:02:26 +01:00
parent 0be5d9b444
commit dd01cee2e1
6 changed files with 33 additions and 4 deletions

View File

@ -1,5 +1,33 @@
# Changelog
## v4.0.0-beta.12
### 🚀 Enhancements
- New context params in event hook handlers (0be5d9b)
### 🩹 Fixes
- Use shallowRef for apollo query (76f19f6)
### 📖 Documentation
- Missing curly brace (#1512)
- Added missing createClient import in example when creating Graph… (#1513)
- Import createApolloProvider is missing (#1515)
### 🏡 Chore
- Moved resolutions to the root of the workspace (#1508)
### ❤️ Contributors
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Hassan <hassanfayyaz19@gmail.com>
- Mekraldi
- Vitaliy
## v4.0.0-beta.11

View File

@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-beta.11",
"version": "4.0.0-beta.12",
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-components",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.12",
"description": "Apollo GraphQL components for Vue.js",
"main": "dist/vue-apollo-components.umd.js",
"module": "dist/vue-apollo-components.esm.js",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-beta.11",
"version": "4.0.0-beta.12",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-option",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.12",
"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",

1
pnpm-lock.yaml generated
View File

@ -5,6 +5,7 @@ settings:
excludeLinksFromLockfile: false
overrides:
js-yaml: ^3.13.1
eslint-scope: ^5
serialize-javascript: ^6.0.0
subscriptions-transport-ws: ^0.9