Skip to content

Commit

Permalink
Version Packages (#105)
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 May 27, 2022
1 parent 7ce10c7 commit b9149f9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/new-pets-repair.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
@@ -0,0 +1,7 @@
# @apollo/utils.keyvaluecache

## 1.0.0

### Major Changes

- [#93](https:/apollographql/apollo-utils/pull/93) [`7ce10c7`](https:/apollographql/apollo-utils/commit/7ce10c7bdf8dce0f7ee59e37ae9c973139b6de13) Thanks [@trevor-scheer](https:/trevor-scheer)! - Introduce package which extracts `KeyValueCache`, `PrefixingKeyValueCache`, and `InMemoryLRUCache` from Apollo Server and adds a separate Keyv adapter which implements the `KeyValueCache` interface. This also introduces an `ErrorsAreMissesCache` for adding tolerance and logging to errors when using caching clients which might be susceptible to connection failures or other types of errors.
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": "0.0.0",
"version": "1.0.0",
"description": "Minimal key-value cache interface",
"types": "dist/index.d.ts",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/keyvAdapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @apollo/utils.keyvadapter

## 1.0.0

### Major Changes

- [#93](https:/apollographql/apollo-utils/pull/93) [`7ce10c7`](https:/apollographql/apollo-utils/commit/7ce10c7bdf8dce0f7ee59e37ae9c973139b6de13) Thanks [@trevor-scheer](https:/trevor-scheer)! - Introduce package which extracts `KeyValueCache`, `PrefixingKeyValueCache`, and `InMemoryLRUCache` from Apollo Server and adds a separate Keyv adapter which implements the `KeyValueCache` interface. This also introduces an `ErrorsAreMissesCache` for adding tolerance and logging to errors when using caching clients which might be susceptible to connection failures or other types of errors.

### Patch Changes

- Updated dependencies [[`7ce10c7`](https:/apollographql/apollo-utils/commit/7ce10c7bdf8dce0f7ee59e37ae9c973139b6de13)]:
- @apollo/utils[email protected]
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": "0.0.0",
"version": "1.0.0",
"description": "Keyv adapter implementing Apollo's KeyValueCache interface",
"types": "dist/index.d.ts",
"repository": {
Expand All @@ -20,7 +20,7 @@
"access": "public"
},
"dependencies": {
"@apollo/utils.keyvaluecache": "^0.0.0",
"@apollo/utils.keyvaluecache": "^1.0.0",
"keyv": "^4.2.8"
}
}

0 comments on commit b9149f9

Please sign in to comment.