Skip to content

Release v30.0.1#2427

Open
github-actions[bot] wants to merge 1 commit into
devfrom
releases/v30.0.1
Open

Release v30.0.1#2427
github-actions[bot] wants to merge 1 commit into
devfrom
releases/v30.0.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Release Preparation

This PR prepares release v30.0.1.

Changes

  • drawio submodule: unchanged (no drawio_ref supplied; CI builds from drawio-dev)
  • Updated package.json version to 30.0.1
  • Electron version: 42.0.1

Audit Results

  • npm audit: ✅ No critical/high vulnerabilities

After Merging

Create and push the tag to trigger builds:

git checkout dev
git pull
git tag -a v30.0.1 -m "Release v30.0.1"
git push origin v30.0.1

Release Notes for 30.0.1

Windows Installer
Windows No Installer (zip)
macOS - Universal
Linux - deb, AppImage or rpm
Windows intel x32 releases are marked -ia32-

ChangeLog:

  • Uses electron 42.0.1.
  • Updates to draw.io core 30.0.1. All changes from 30.0.0 to 30.0.1 are added in this build.

- drawio submodule: unchanged (no drawio_ref supplied; CI builds from drawio-dev) (3e8cb37582cd9d60478aad5c3a53619bd0f5cc56)
- Updated package.json version to 30.0.1
- Updated package-lock.json
- Electron version: 42.0.1

Automated by prepare-release workflow
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

LGTM, straightforward version bump for the v30.0.1 release.

Extended reasoning...

Overview

This PR is a single-line change to package.json, bumping version from 0.0.0 to 30.0.1 in preparation for the v30.0.1 release. No other files are modified.

Security risks

None. This is a version string change in a manifest file and has no impact on runtime behavior, auth, crypto, or any code path.

Level of scrutiny

Minimal — this is a mechanical release-prep change that follows the established pattern visible in recent commits (8696aa3 Prepare release v30.0.1). The release notes in the PR description describe downstream changes (electron 42.0.1, drawio core 30.0.1) but none of those changes are part of this diff; they will arrive via separate mechanisms (CI builds, submodule).

Other factors

The PR description confirms an npm audit was run with no critical/high vulnerabilities. The diff is trivially reviewable and matches what a release-prep PR is expected to look like.

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.

0 participants