-
-
Notifications
You must be signed in to change notification settings - Fork 403
Revert "Version Packages" #1102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 13da52a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reverts previous version package bump changes (#1098) by updating changeset files and reverting the CHANGELOG entries to the prior version.
- Introduces changeset files to document the revert of patch changes.
- Removes the version 13.0.25 entries from the CHANGELOG, reverting to version 13.0.24.
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
.changeset/free-chairs-film.md | Adds changeset entry for CLI executable fix |
.changeset/honest-bears-stay.md | Adds changeset entry for query params detection fix |
.changeset/loose-lies-fetch.md | Adds changeset entry for type safety improvements |
CHANGELOG.md | Reverts changelog entries from version 13.0.25 to 13.0.24 |
Files not reviewed (1)
- package.json: Language not supported
Comments suppressed due to low confidence (2)
.changeset/honest-bears-stay.md:2
- The patch designation in this changeset file may conflict with the revert action being performed; please confirm whether this file should instead negate the earlier version bump.
"swagger-typescript-api": patch
CHANGELOG.md:2
- The changelog now reverts to version 13.0.24, but the existence of changeset files with patch updates might lead to inconsistencies during release generation; please ensure that the changeset entries align with the changelog reversion.
- [#1101](https://github.com/acacode/swagger-typescript-api/pull/1101) [`76b84cb`](https://github.com/acacode/swagger-typescript-api/commit/76b84cbafdb6f62794fcf475907ed7bde808cfef) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix CLI executable by adding the required shebang to the entry file.
@@ -0,0 +1,5 @@ | |||
--- | |||
"swagger-typescript-api": patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changeset file indicates a patch update for swagger-typescript-api, which appears inconsistent with the revert intent; please verify if these entries should be removed or modified to align with reverting the version packages.
"swagger-typescript-api": patch |
Copilot uses AI. Check for mistakes.
@@ -0,0 +1,5 @@ | |||
--- | |||
"swagger-typescript-api": patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changeset file’s patch update for swagger-typescript-api seems at odds with the intended revert; please double-check if it should be adjusted or removed to maintain consistency.
Copilot uses AI. Check for mistakes.
Reverts #1098