Skip to content

Commit

Permalink
v4.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 12, 2023
1 parent d8f93bf commit a9c6012
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v4.0.0-beta.6


### 🚀 Enhancements

- KeepPreviousResult (e794c1e)

### 📖 Documentation

- ProvideApolloClient (#1442)

### 🏡 Chore

- Update graphql to 16 in repo (4dcfa20)
- Typo in test component file (bfca616)
- Update lockfile version (2077502)

### ✅ Tests

- Update server (13bfbbe)
- Update pnpm version (722fa0f)
- Test-server package (f1ebe70)
- Migrate server to typescript (97c1402)
- Fix (c881439)

### ❤️ Contributors

- Stefan Schneider <[email protected]>
- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v4.0.0-beta.5


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"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-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-util",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Apollo GraphQL for Vue - Utilities",
"repository": {
"type": "git",
Expand Down

0 comments on commit a9c6012

Please sign in to comment.