Skip to content

Commit

Permalink
Version Packages (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 14, 2023
1 parent 1a9f6f3 commit d9159b5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/yellow-sloths-shave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/keyValueCache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.keyvaluecache

## 3.1.0

### Minor Changes

- [#337](https://github.com/apollographql/apollo-utils/pull/337) [`e02f708`](https://github.com/apollographql/apollo-utils/commit/e02f708579651a828b75d7148b1513fc45f0ad77) Thanks [@HishamAli81](https://github.com/HishamAli81)! - Updated the KeyValueCache.KeyValueCacheSetOptions type to be configurable, to be able to support custom key value caches that require additional cache set options.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keyValueCache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.keyvaluecache",
"version": "3.0.0",
"version": "3.1.0",
"description": "Minimal key-value cache interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/keyvAdapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @apollo/utils.keyvadapter

## 3.1.0

### Minor Changes

- [#337](https://github.com/apollographql/apollo-utils/pull/337) [`e02f708`](https://github.com/apollographql/apollo-utils/commit/e02f708579651a828b75d7148b1513fc45f0ad77) Thanks [@HishamAli81](https://github.com/HishamAli81)! - Updated the KeyValueCache.KeyValueCacheSetOptions type to be configurable, to be able to support custom key value caches that require additional cache set options.

### Patch Changes

- Updated dependencies [[`e02f708`](https://github.com/apollographql/apollo-utils/commit/e02f708579651a828b75d7148b1513fc45f0ad77)]:
- @apollo/utils[email protected]

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keyvAdapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.keyvadapter",
"version": "3.0.0",
"version": "3.1.0",
"description": "Keyv adapter implementing Apollo's KeyValueCache interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"node": ">=16"
},
"dependencies": {
"@apollo/utils.keyvaluecache": "^3.0.0",
"@apollo/utils.keyvaluecache": "^3.1.0",
"dataloader": "^2.1.0",
"keyv": "^4.4.0"
}
Expand Down

0 comments on commit d9159b5

Please sign in to comment.