Skip to content

Commit 9398081

Browse files
Version Packages (alpha)
1 parent 1c82eaf commit 9398081

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"neat-lemons-shave",
1515
"olive-queens-fold",
1616
"perfect-crabs-smile",
17+
"popular-files-glow",
1718
"shaggy-islands-yell",
1819
"six-islands-drum",
1920
"unlucky-cooks-rhyme"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/client
22

3+
## 4.1.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- [#12954](https://github.com/apollographql/apollo-client/pull/12954) [`1c82eaf`](https://github.com/apollographql/apollo-client/commit/1c82eafe4921a9e30128202623be6c5a3d4df803) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure an error is thrown when `@stream` is detected and an `incrementalDelivery` handler is not configured.
8+
39
## 4.1.0-alpha.1
410

511
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "4.1.0-alpha.1",
3+
"version": "4.1.0-alpha.2",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)