Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2024
1 parent 9be63fa commit c795f25
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,42 @@
# Changelog

## v4.0.0


### 🚀 Enhancements

- **useLazyQuery:** Add interface for lazy query return (#1523)

### 🩹 Fixes

- Improve esm support, fix #1524 (#1524)
- Import serializeJs using default import instead of a namespace import (#1485)
- **options:** Use exponential backoff on subscribe error retry (b17817e)
- **ApolloMutation:** Return result in `mutate` (ddf9aa0)
- Prefetch type (f8568e8)

### 📖 Documentation

- Update vitepress + enable detailed search by default (fb66dce)

### 🏡 Chore

- Update sheep (9be63fa)

### ✅ Tests

- Fragment (062f72a)

### 🤖 CI

- Update node and pnpm (ca3f2f4)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Dawid Kopys <[email protected]>
- Yury Savin <[email protected]>

## v4.0.0-beta.12


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-beta.12",
"version": "4.0.0",
"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.12",
"version": "4.0.0",
"description": "Apollo GraphQL components for Vue.js",
"main": "dist/vue-apollo-components.umd.js",
"module": "dist/vue-apollo-components.esm.mjs",
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.12",
"version": "4.0.0",
"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.12",
"version": "4.0.0",
"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.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-ssr/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-ssr",
"version": "4.0.0-beta.9",
"version": "4.0.0",
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
"repository": {
"type": "git",
Expand Down

0 comments on commit c795f25

Please sign in to comment.