Skip to content

Commit

Permalink
Merge branch 'main' into jerel/rewrite-to-observable-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Dec 5, 2024
2 parents 49d367a + 4153d66 commit 349dda8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/client

## 3.12.1

### Patch Changes

- [#12171](https://github.com/apollographql/apollo-client/pull/12171) [`e1efe74`](https://github.com/apollographql/apollo-client/commit/e1efe74c61b5f31fdd122ff8f4ce01012d0f5398) Thanks [@phryneas](https://github.com/phryneas)! - Fix import extension in masking entry point.

## 3.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client",
"version": "3.12.0",
"version": "3.12.1",
"description": "A fully-featured caching GraphQL client.",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/masking/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {
RemoveFragmentName,
RemoveMaskedMarker,
UnwrapFragmentRefs,
} from "./internal/types.ts";
} from "./internal/types.js";
import type { Prettify } from "../utilities/index.js";

export interface DataMasking {}
Expand Down

0 comments on commit 349dda8

Please sign in to comment.