Skip to content

Commit

Permalink
appease CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenz Weber-Tronic committed Mar 14, 2023
1 parent 8227e66 commit 2f0175a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-months-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cache
2 changes: 1 addition & 1 deletion config/bundlesize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { join } from "path";
import { gzipSync } from "zlib";
import bytes from "bytes";

const gzipBundleByteLengthLimit = bytes("32.65KB");
const gzipBundleByteLengthLimit = bytes("32.71KB");
const minFile = join("dist", "apollo-client.min.cjs");
const minPath = join(__dirname, "..", minFile);
const gzipByteLen = gzipSync(readFileSync(minPath)).byteLength;
Expand Down

0 comments on commit 2f0175a

Please sign in to comment.