Skip to content

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Sep 4, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 4, 2025 07:10
Copy link

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 updates package dependencies and bumps the framework version from 3.0.10 to 3.0.11.

  • Updates multiple development dependencies to their latest minor/patch versions
  • Increments the framework version number in both package.json and the build output console log

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates devDependencies and bumps version from 3.0.10 to 3.0.11
src/index.ts Updates version display in console log from 3.0.6 to 3.0.11

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


// output build version
console.log("%c Next2D Framework %c 3.0.6 %c https://next2d.app",
console.log("%c Next2D Framework %c 3.0.11 %c https://next2d.app",
Copy link

Copilot AI Sep 4, 2025

Choose a reason for hiding this comment

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

The version number is hardcoded in the console log. Consider importing the version from package.json to avoid version mismatches and reduce manual updates.

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit 6b4b7f0 into main Sep 4, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants