Skip to content

Commit

Permalink
Version Packages (#272)
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 Oct 18, 2023
1 parent 870ba80 commit ac757db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-ants-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-experts-sell.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/datasource-rest

## 6.2.2

### Patch Changes

- [#270](https://github.com/apollographql/datasource-rest/pull/270) [`f6cf377`](https://github.com/apollographql/datasource-rest/commit/f6cf377e97b609e829709a0ba9eff7d9294c5e31) Thanks [@Sean-Y-X](https://github.com/Sean-Y-X)! - Use lodash's `cloneDeep` to clone parsed body instead of `JSON.parse(JSON.stringify(...))`

- [#268](https://github.com/apollographql/datasource-rest/pull/268) [`870ba80`](https://github.com/apollographql/datasource-rest/commit/870ba800da56dd31ba4274cc33de4400286e4507) Thanks [@HishamAli81](https://github.com/HishamAli81)! - \* Fix RequestOptions.cacheOptions function return type to also return a non-promise value.
- Fix propagation of the cache options generic type `RequestOptions` and `AugmentedRequest`.

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo/datasource-rest",
"description": "REST DataSource for Apollo Server v4",
"version": "6.2.1",
"version": "6.2.2",
"author": "Apollo <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit ac757db

Please sign in to comment.