Skip to content
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

chore: update version #6705

Merged
merged 2 commits into from
Jan 8, 2025
Merged

chore: update version #6705

merged 2 commits into from
Jan 8, 2025

Conversation

Aarebecca
Copy link
Contributor

  • add version shell
  • update version

@Aarebecca Aarebecca added the publish PR merges with this tag will perform the publication label Jan 8, 2025
Copy link

Walkthrough

This pull request updates the versioning process by replacing the pnpm commands with npm commands in the documentation and scripts. It introduces a new shell script for versioning and updates the version number across multiple package files.

Changes

Files Summary
PUBLISH.md Updated the versioning instructions to use npm instead of pnpm.
package.json Changed the versioning script to use a new shell script.
packages/g6-extension-3d/package.json, packages/g6-extension-react/package.json, packages/g6-ssr/package.json, packages/g6/package.json Updated the version number.
packages/g6/src/version.ts Incremented the version number from 5.0.40 to 5.0.41.
scripts/version.sh Added a new shell script for handling version updates.

pnpm changeset
pnpm changeset version

cd ./packages/g6 && npm run version

Choose a reason for hiding this comment

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

Ensure that the npm run version command in the scripts/version.sh script is correctly configured to handle all necessary versioning steps, as this replaces the previous pnpm commands. Verify that all dependencies and configurations are compatible with this change.

@Aarebecca Aarebecca merged commit 8c20ec8 into v5 Jan 8, 2025
1 of 2 checks passed
@Aarebecca Aarebecca deleted the chore/version branch January 8, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish PR merges with this tag will perform the publication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant