Skip to content

Commit c795f25

Browse files
committed
v4.0.0
1 parent 9be63fa commit c795f25

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

CHANGELOG.md

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

3+
## v4.0.0
4+
5+
6+
### 🚀 Enhancements
7+
8+
- **useLazyQuery:** Add interface for lazy query return (#1523)
9+
10+
### 🩹 Fixes
11+
12+
- Improve esm support, fix #1524 (#1524)
13+
- Import serializeJs using default import instead of a namespace import (#1485)
14+
- **options:** Use exponential backoff on subscribe error retry (b17817e)
15+
- **ApolloMutation:** Return result in `mutate` (ddf9aa0)
16+
- Prefetch type (f8568e8)
17+
18+
### 📖 Documentation
19+
20+
- Update vitepress + enable detailed search by default (fb66dce)
21+
22+
### 🏡 Chore
23+
24+
- Update sheep (9be63fa)
25+
26+
### ✅ Tests
27+
28+
- Fragment (062f72a)
29+
30+
### 🤖 CI
31+
32+
- Update node and pnpm (ca3f2f4)
33+
34+
### ❤️ Contributors
35+
36+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
37+
- Dawid Kopys <dewke17@gmail.com>
38+
- Yury Savin <yury@savin.dev>
39+
340
## v4.0.0-beta.12
441

542

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.12",
3+
"version": "4.0.0",
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.12",
3+
"version": "4.0.0",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.mjs",

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

packages/vue-apollo-ssr/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-ssr",
3-
"version": "4.0.0-beta.9",
3+
"version": "4.0.0",
44
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)