diff --git a/.changeset/pre.json b/.changeset/pre.json index cbd18741992..0ba68f0eed5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -24,7 +24,10 @@ "heavy-ties-sneeze", "hungry-chairs-live", "hungry-eagles-kick", + "itchy-bulldogs-help", + "large-beers-rhyme", "lazy-teachers-sell", + "lemon-fans-shake", "light-ravens-wait", "little-schools-roll", "mean-tigers-thank", @@ -57,6 +60,7 @@ "strange-drinks-report", "tasty-wasps-relate", "ten-cherries-clap", + "three-grapes-marry", "twelve-files-promise", "warm-pandas-cry", "wild-mice-nail" diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2157f07de..929e1ae6794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @apollo/client +## 3.8.0-beta.7 + +### Minor Changes + +- [#10994](https://github.com/apollographql/apollo-client/pull/10994) [`2ebbd3abb`](https://github.com/apollographql/apollo-client/commit/2ebbd3abb31224ed383896ebea7c2791c9b42a22) Thanks [@phryneas](https://github.com/phryneas)! - Add .js file extensions to imports in src and dist/\*_/_.d.ts + +- [#10915](https://github.com/apollographql/apollo-client/pull/10915) [`3a62d8228`](https://github.com/apollographql/apollo-client/commit/3a62d8228ab6c15cdb7cd4ea106d13ba3e6f0029) Thanks [@phryneas](https://github.com/phryneas)! - Changes how development-only code is bundled in the library to more reliably enable consuming bundlers to reduce production bundle sizes while keeping compatibility with non-node environments. + +### Patch Changes + +- [#11026](https://github.com/apollographql/apollo-client/pull/11026) [`b8d405eee`](https://github.com/apollographql/apollo-client/commit/b8d405eee2a81df92861be5abd9bd874d7cad111) Thanks [@phryneas](https://github.com/phryneas)! - Store React.Context instance mapped by React.createContext instance, not React.version. + Using `React.version` can cause problems with `preact`, as multiple versions of `preact` will all identify themselves as React `17.0.2`. + +- [#11000](https://github.com/apollographql/apollo-client/pull/11000) [`1d43ab616`](https://github.com/apollographql/apollo-client/commit/1d43ab6169b2b2ebfd8f86366212667f9609f5f5) Thanks [@phryneas](https://github.com/phryneas)! - Use `import * as React` everywhere. This prevents an error when importing `@apollo/client` in a React Server component. (see [#10974](https://github.com/apollographql/apollo-client/issues/10974)) + ## 3.8.0-beta.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index bf7916cb174..2c5520a4db5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0-beta.6", + "version": "3.8.0-beta.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0-beta.6", + "version": "3.8.0-beta.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f86b85b44fd..d4770e63d5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0-beta.6", + "version": "3.8.0-beta.7", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [