Skip to content

Downgrade version from 0.2.0 to 0.1.0 in package.json#22

Merged
Chuxel merged 1 commit into
mainfrom
Chuxel-patch-2
Jul 21, 2026
Merged

Downgrade version from 0.2.0 to 0.1.0 in package.json#22
Chuxel merged 1 commit into
mainfrom
Chuxel-patch-2

Conversation

@Chuxel

@Chuxel Chuxel commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

I was trying to do a version bump of the SDK, and hit an error because the package.json here was already on version 0.2.0 which was the target version. Since the version here is not actually used to manage the npm version, this brings it back down to 0.1.0

I was trying to do a version bump of the SDK, and hit an error because the package.json here was already on version 0.2.0 which was the target version. Since the version here is not actually used to manage the npm version, this brings it back down to 0.1.0
@Chuxel
Chuxel requested a review from a team as a code owner July 21, 2026 17:12
Copilot AI review requested due to automatic review settings July 21, 2026 17:12
@Chuxel
Chuxel merged commit e2b3f4d into main Jul 21, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Downgrades the local SDK manifest version to avoid conflicts with the registry-driven publish workflow.

Changes:

  • Changes the package version from 0.2.0 to 0.1.0.
Show a summary per file
File Description
package.json Downgrades the SDK manifest version.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Medium

Comment thread package.json
{
"name": "@github/copilot-engine-sdk",
"version": "0.2.0",
"version": "0.1.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants