Bump packages to version 0.0.19#404
Merged
Merged
Conversation
Copilot
AI
changed the title
chore: bump version to 0.0.19
Bump packages to version 0.0.19
Jul 24, 2026
Copilot created this pull request from a session on behalf of
mohamedmansour
July 24, 2026 21:46
View session
mohamedmansour
approved these changes
Jul 24, 2026
There was a problem hiding this comment.
Pull request overview
Bumps the WebUI release version from 0.0.18 to 0.0.19 across the Rust workspace, npm packages (including platform-specific binaries), and .NET packaging metadata to keep all published artifacts in sync.
Changes:
- Updated npm package versions to
0.0.19across core, framework/router, and platform-specific packages. - Updated Rust workspace version metadata and intra-workspace crate dependency versions to
0.0.19. - Updated .NET package version metadata and refreshed
Cargo.lockfor the new internal crate versions.
Reviewed changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/webui/package.json | Bumps @microsoft/webui to 0.0.19. |
| packages/webui-win32-x64/package.json | Bumps Windows x64 platform package to 0.0.19. |
| packages/webui-win32-arm64/package.json | Bumps Windows ARM64 platform package to 0.0.19. |
| packages/webui-test-support/package.json | Bumps test-support workspace package to 0.0.19. |
| packages/webui-router/package.json | Bumps router package to 0.0.19. |
| packages/webui-linux-x64/package.json | Bumps Linux x64 platform package to 0.0.19. |
| packages/webui-linux-arm64/package.json | Bumps Linux ARM64 platform package to 0.0.19. |
| packages/webui-framework/package.json | Bumps framework package to 0.0.19. |
| packages/webui-examples-theme/package.json | Bumps examples theme package to 0.0.19. |
| packages/webui-darwin-x64/package.json | Bumps macOS x64 platform package to 0.0.19. |
| packages/webui-darwin-arm64/package.json | Bumps macOS ARM64 platform package to 0.0.19. |
| package.json | Bumps root workspace package version to 0.0.19. |
| dotnet/Directory.Build.props | Bumps .NET package version metadata to 0.0.19. |
| crates/webui/Cargo.toml | Updates internal crate dependency versions to 0.0.19. |
| crates/webui-wasm/Cargo.toml | Updates internal crate dependency versions to 0.0.19. |
| crates/webui-test-utils/Cargo.toml | Updates internal crate dependency version to 0.0.19. |
| crates/webui-state/Cargo.toml | Updates internal dev-dependency version to 0.0.19. |
| crates/webui-press/Cargo.toml | Updates internal crate dependency versions to 0.0.19. |
| crates/webui-parser/Cargo.toml | Updates internal crate dependency/dev-dependency versions to 0.0.19. |
| crates/webui-node/Cargo.toml | Updates internal crate dependency/dev-dependency versions to 0.0.19. |
| crates/webui-handler/Cargo.toml | Updates internal crate dependency/dev-dependency versions to 0.0.19. |
| crates/webui-ffi/Cargo.toml | Updates internal crate dependency/dev-dependency versions to 0.0.19. |
| crates/webui-expressions/Cargo.toml | Updates internal crate dependency/dev-dependency versions to 0.0.19. |
| crates/webui-cli/Cargo.toml | Updates internal crate dependency/dev-dependency versions to 0.0.19. |
| Cargo.toml | Bumps workspace package version to 0.0.19. |
| Cargo.lock | Regenerates lockfile entries for internal crates at 0.0.19. |
Qusic
approved these changes
Jul 24, 2026
mcritzjam
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release
Bumps WebUI to
0.0.19.Previous release tag:
v0.0.18Changes since
v0.0.18Features:
Protocol.render()now returns a UTF-8Bufferfor lower V8/N-API overhead on large output (feat: return UTF-8 buffers from Node render feat: return UTF-8 buffers from Node render #402).Fixes:
connectedCallback()completes hydration synchronously when SSR DOM is available (fix: make component hydration synchronous fix: make component hydration synchronous #401).Docs:
Maintenance:
Validation
cargo xtask check