mirror of
https://github.com/vuejs/apollo.git
synced 2026-02-01 14:37:18 +00:00
v4.0.0-beta.12
This commit is contained in:
parent
0be5d9b444
commit
dd01cee2e1
28
CHANGELOG.md
28
CHANGELOG.md
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
1
pnpm-lock.yaml
generated
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user