Skip to content

Commit

Permalink
Merge branch 'main' into release-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 8, 2024
2 parents 70406bf + 9a19f5e commit a0868da
Show file tree
Hide file tree
Showing 6 changed files with 476 additions and 975 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

Lint:
docker:
- image: cimg/node:22.3.0
- image: cimg/node:22.4.0
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:22.3.0
- image: cimg/node:22.4.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:22.3.0
- image: cimg/node:22.4.0
parameters:
project:
type: string
Expand All @@ -54,7 +54,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:22.3.0
- image: cimg/node:22.4.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -73,7 +73,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:22.3.0-browsers
- image: cimg/node:22.4.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:22.3.0
- image: cimg/node:22.4.0
steps:
- checkout
- attach_workspace:
Expand Down
6 changes: 3 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Roadmap

**Last updated: 2024-07-01**
**Last updated: 2024-07-08**

For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md).

Expand All @@ -13,8 +13,8 @@ For up to date release notes, refer to the project's [Changelog](https://github.

---

## [3.11.0](https://github.com/apollographql/apollo-client/milestone/40) - July 16th, 2024
_Release candidate - July 8th, 2024_
## [3.11.0](https://github.com/apollographql/apollo-client/milestone/40) - July 17th, 2024
_Release candidate - July 9th, 2024_

- Rewriting `useQuery` and `useSubscription` for better React Compiler support
- Add an `ignoreResults` option to the `useSubscription` API
Expand Down
Loading

0 comments on commit a0868da

Please sign in to comment.