Skip to content

Commit 26e3cf2

Browse files
Version Packages (#7086)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @apollo/[email protected] ### Patch Changes - [#7095](#7095) [`72111f970`](72111f9) Thanks [@alex-statsig](https://github.com/alex-statsig)! - Include `main` and `module` fields in package.json for build tools that look for them instead of `exports`. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 72111f9 commit 26e3cf2

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

.changeset/hip-years-repair.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/metal-pigs-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-jeans-exist.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/usage-reporting-protobuf
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#7095](https://github.com/apollographql/apollo-server/pull/7095) [`72111f970`](https://github.com/apollographql/apollo-server/commit/72111f970e80bcf8538a002c08ce4a3d0da318d9) Thanks [@alex-statsig](https://github.com/alex-statsig)! - Include `main` and `module` fields in package.json for build tools that look for them instead of `exports`.
8+
39
## 4.0.0
410

511
Initial release of `@apollo/usage-reporting-protobuf` with support for Apollo Server 4. The version of this plugin designed for Apollo Server 2 and 3 was named `apollo-reporting-protobuf`. This is an internal implementation detail of Apollo Server and is not intended for general direct use.

packages/usage-reporting-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/usage-reporting-protobuf",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Protobuf format for Apollo usage reporting",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)