Skip to content

fix: set devnet initial version to 0.2.0 for 0.3.0 release#78

Merged
solidsnakedev merged 1 commit into
mainfrom
fix/devnet-version-0.3.0
Nov 26, 2025
Merged

fix: set devnet initial version to 0.2.0 for 0.3.0 release#78
solidsnakedev merged 1 commit into
mainfrom
fix/devnet-version-0.3.0

Conversation

@solidsnakedev
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 26, 2025 19:21
@solidsnakedev solidsnakedev merged commit 5b9602c into main Nov 26, 2025
6 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 downgrades the @evolution-sdk/devnet package version from 0.2.5 to 0.2.0 in preparation for what the title suggests is a 0.3.0 release. Based on the changeset, this appears to be related to the initial standalone release of the devnet package after extracting it from the main evolution package.

Key Changes:

  • Version number changed from "0.2.5" to "0.2.0" in the devnet package

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

{
"name": "@evolution-sdk/devnet",
"version": "0.2.5",
"version": "0.2.0",
Copy link

Copilot AI Nov 26, 2025

Choose a reason for hiding this comment

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

Downgrading the version from 0.2.5 to 0.2.0 violates semantic versioning principles and could cause issues with package managers. If this package was previously published at 0.2.5, npm will reject publishing a lower version number.

If this is truly an initial standalone release (as suggested by the changeset), consider either:

  1. Using a version like 1.0.0 to indicate the first standalone release
  2. Continuing from 0.2.5 (or bumping to 0.3.0 as the PR title suggests)
  3. If the package was never published before, ensure the npm registry doesn't have any existing versions

The PR title mentions "0.3.0 release" but sets the version to 0.2.0, which appears inconsistent.

Suggested change
"version": "0.2.0",
"version": "0.3.0",

Copilot uses AI. Check for mistakes.
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