[EventGrid] Bump eventgrid-systemevents to 1.1.0 (new API surface)#39235
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Event Grid System Events to a minor release reflecting newly added public API types.
Changes:
- Bumps the package from 1.0.3 to 1.1.0.
- Reclassifies the release note as a feature.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates the package version. |
CHANGELOG.md |
Aligns the release heading and feature classification. |
jeremymeng
approved these changes
Jul 14, 2026
shankarsama
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses APIView reviewer feedback: the release adds new public API surface (types that were missing), so it warrants a minor version bump rather than a patch.
Changes
package.json:1.0.3->1.1.0CHANGELOG.md:## 1.0.3 (2026-06-25)->## 1.1.0 (2026-06-25), and reclassified the note from Bugs Fixed to Features Added (new surface area, not a bug fix).Context
Per SemVer / Azure SDK versioning guidance, new features on a stable package increment the minor version. This matches the reviewer's request on the APIView.