Skip to content

Commit

Permalink
Version Packages (#227)
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 Nov 23, 2022
1 parent bcf0981 commit c5aaa55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-cats-return.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- [#226](https://github.com/apollographql/apollo-utils/pull/226) [`bcf0981`](https://github.com/apollographql/apollo-utils/commit/bcf098168069df513fc3153c7c3abcc51f5a67e4) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix the version range specified for `lru-cache` which was previously invalid. Unpin the range now that we've dropped support for node@12
and this was originally a `@types/node@12` issue.

## 2.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": "2.0.0",
"version": "2.0.1",
"description": "Minimal key-value cache interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c5aaa55

Please sign in to comment.