Skip to content

Commit

Permalink
v4.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 29, 2023
1 parent 0be5d9b commit dd01cee
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
28 changes: 28 additions & 0 deletions 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 <[email protected]>
- Mekraldi
- Vitaliy

## v4.0.0-beta.11


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-components/package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/package.json
@@ -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",
Expand Down
1 change: 1 addition & 0 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 dd01cee

Please sign in to comment.