Skip to content

Commit dd01cee

Browse files
committed
v4.0.0-beta.12
1 parent 0be5d9b commit dd01cee

File tree

6 files changed

+33
-4
lines changed

6 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v4.0.0-beta.12
4+
5+
6+
### 🚀 Enhancements
7+
8+
- New context params in event hook handlers (0be5d9b)
9+
10+
### 🩹 Fixes
11+
12+
- Use shallowRef for apollo query (76f19f6)
13+
14+
### 📖 Documentation
15+
16+
- Missing curly brace (#1512)
17+
- Added missing createClient import in example when creating Graph… (#1513)
18+
- Import createApolloProvider is missing (#1515)
19+
20+
### 🏡 Chore
21+
22+
- Moved resolutions to the root of the workspace (#1508)
23+
24+
### ❤️ Contributors
25+
26+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
27+
28+
- Mekraldi
29+
- Vitaliy
30+
331
## v4.0.0-beta.11
432

533

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-beta.11",
3+
"version": "4.0.0-beta.12",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-components",
3-
"version": "4.0.0-beta.10",
3+
"version": "4.0.0-beta.12",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.js",

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-beta.11",
3+
"version": "4.0.0-beta.12",
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-beta.9",
3+
"version": "4.0.0-beta.12",
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",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)