Skip to content

Commit 031123e

Browse files
authored
Merge pull request #462 from apollographql/changeset-release/main
Version Packages
2 parents 79f5df2 + 354e150 commit 031123e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/afraid-badgers-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/keyvAdapter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/utils.keyvadapter
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#461](https://github.com/apollographql/apollo-utils/pull/461) [`70f3c73`](https://github.com/apollographql/apollo-utils/commit/70f3c7313203bac685695b12c375a3570b1cab62) Thanks [@sroebert](https://github.com/sroebert)! - Added keyv 5 support
8+
39
## 3.1.0
410

511
### Minor Changes

packages/keyvAdapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/utils.keyvadapter",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Keyv adapter implementing Apollo's KeyValueCache interface",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)