Skip to content

Prerelease v-10.4.4-pre-02 (#12259)#12260

Merged
msynk merged 1 commit intobitfoundation:developfrom
msynk:12259-prerelease-v-10.4.4-pre-02
Apr 15, 2026
Merged

Prerelease v-10.4.4-pre-02 (#12259)#12260
msynk merged 1 commit intobitfoundation:developfrom
msynk:12259-prerelease-v-10.4.4-pre-02

Conversation

@msynk
Copy link
Copy Markdown
Member

@msynk msynk commented Apr 15, 2026

closes #12259

Summary by CodeRabbit

  • Chores
    • Version updated from 10.4.4-pre-01 to 10.4.4-pre-02 across all components, packages, and dependencies.

@msynk msynk requested a review from yasmoradi April 15, 2026 10:46
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 15, 2026

Walkthrough

This pull request updates the version identifier from 10.4.4-pre-01 to 10.4.4-pre-02 across the entire codebase. The update affects version strings in library exports, C# constants, service worker comments, NuGet package references, build configuration properties, and template documentation files.

Changes

Cohort / File(s) Summary
JavaScript/TypeScript Library Exports
src/Besql/Bit.Besql/wwwroot/bit-besql.js, src/BlazorUI/Bit.BlazorUI/Scripts/general.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts, src/Butil/Bit.Butil/Scripts/butil.ts
Updated version string exports (e.g., BitBesql.version, window['bit-blazorui version']) from 10.4.4-pre-01 to 10.4.4-pre-02.
C# Version Constants
src/BlazorUI/Bit.BlazorUI/Info.cs
Updated public Info.Version constant from "10.4.4-pre-01" to "10.4.4-pre-02".
Service Worker Files
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js, src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.js, src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.published.js, src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.*, src/Bswup/FullDemo/Client/wwwroot/service-worker.*, src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js, src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js, src/Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot/service-worker.published.js, src/Websites/Sales/src/Bit.Websites.Sales.Client/wwwroot/service-worker.published.js
Updated version metadata comments in service worker files from 10.4.4-pre-01 to 10.4.4-pre-02.
Build Configuration & Properties
src/Bit.Build.props, src/BlazorES2019/Bit.BlazorES2019/buildTransitive/Bit.BlazorES2019.targets, src/BlazorUI/Demo/Directory.Build.props, src/Websites/Careers/src/Directory.Build.props, src/Websites/Platform/src/Directory.Build.props, src/Websites/Sales/src/Directory.Build.props
Updated ReleaseVersion property and MSBuild glob paths; template header comments updated to reflect new version in .targets and .props files.
NuGet Package References in Demo/Template Projects
src/BlazorUI/Demo/.../Bit.BlazorUI.Demo.*.csproj (Server, Shared, Client.Core, Client.Maui, Client.Web, Client.Windows), src/Templates/BlazorEmpty/Bit.BlazorEmpty/.../BlazorEmpty*.csproj, src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props
Updated Bit.\\* package references (BlazorES2019, BlazorUI, CodeAnalyzers, SourceGenerators, Bswup, Butil, etc.) from version 10.4.4-pre-01 to 10.4.4-pre-02 in multiple project and Central Package Management files.
Website Projects
src/Websites/Careers/src/.../Bit.Websites.Careers.*.csproj, src/Websites/Platform/src/.../Bit.Websites.Platform.*.csproj, src/Websites/Sales/src/.../Bit.Websites.Sales.*.csproj
Updated NuGet package references for Bit libraries (BlazorES2019, BlazorUI, BlazorUI.Icons, BlazorUI.Assets, BlazorUI.Extras, Bswup, Butil, CodeAnalyzers, SourceGenerators) from 10.4.4-pre-01 to 10.4.4-pre-02.
Template Documentation & Instructions
src/Templates/Boilerplate/Bit.Boilerplate/.docs/19- Project Miscellaneous Files.md, src/Templates/Boilerplate/Bit.Boilerplate/README.md, src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor, src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs
Updated version references in template documentation and user-facing instructions from 10.4.4-pre-01 to 10.4.4-pre-02 (e.g., dotnet template installation command).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Poem

🐰 Hopping through the code with glee,
Pre-02 is the way to be!
Versions updated, files aligned,
A tidy bump, so well-designed!
From pre-01 we leap and bound,
Ten four four four—progress found! 🎉

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Prerelease v-10.4.4-pre-02' clearly describes the main purpose of this PR: releasing a prerelease version with the specific version number.
Linked Issues check ✅ Passed The PR comprehensively updates version numbers from 10.4.4-pre-01 to 10.4.4-pre-02 across all relevant files (project files, scripts, documentation, service workers, and configuration files), fulfilling the objective to create prerelease v-10.4.4-pre-02.
Out of Scope Changes check ✅ Passed All changes are strictly scoped to updating the version number from 10.4.4-pre-01 to 10.4.4-pre-02 across the codebase; no unrelated changes, new features, or refactoring are present.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/Templates/Boilerplate/Bit.Boilerplate/README.md`:
- Line 5: The README sentence on line 5 has awkward grammar ("This project
generated by..."); update that sentence to read naturally by inserting the
missing verb so it becomes "This project was generated by bit-bp template
v-10.4.4-pre-02 using the following command:" — locate the exact sentence in
README.md and replace the old wording with this corrected sentence.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 0f102fba-9fd0-44ea-8163-08a336b192d3

📥 Commits

Reviewing files that changed from the base of the PR and between 81f2109 and e40b345.

📒 Files selected for processing (47)
  • src/Besql/Bit.Besql/wwwroot/bit-besql.js
  • src/Bit.Build.props
  • src/BlazorES2019/Bit.BlazorES2019/buildTransitive/Bit.BlazorES2019.targets
  • src/BlazorUI/Bit.BlazorUI/Info.cs
  • src/BlazorUI/Bit.BlazorUI/Scripts/general.ts
  • src/BlazorUI/Demo/Bit.BlazorUI.Demo.Server/Bit.BlazorUI.Demo.Server.csproj
  • src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Bit.BlazorUI.Demo.Shared.csproj
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Bit.BlazorUI.Demo.Client.Core.csproj
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Maui/Bit.BlazorUI.Demo.Client.Maui.csproj
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/Bit.BlazorUI.Demo.Client.Web.csproj
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj
  • src/BlazorUI/Demo/Directory.Build.props
  • src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.js
  • src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.published.js
  • src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.js
  • src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.published.js
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts
  • src/Bswup/FullDemo/Client/wwwroot/service-worker.js
  • src/Bswup/FullDemo/Client/wwwroot/service-worker.published.js
  • src/Butil/Bit.Butil/Scripts/butil.ts
  • src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty.Client/BlazorEmpty.Client.csproj
  • src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty/BlazorEmpty.csproj
  • src/Templates/Boilerplate/Bit.Boilerplate/.docs/19- Project Miscellaneous Files.md
  • src/Templates/Boilerplate/Bit.Boilerplate/README.md
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props
  • src/Websites/Careers/src/Bit.Websites.Careers.Client/Bit.Websites.Careers.Client.csproj
  • src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js
  • src/Websites/Careers/src/Bit.Websites.Careers.Server/Bit.Websites.Careers.Server.csproj
  • src/Websites/Careers/src/Bit.Websites.Careers.Shared/Bit.Websites.Careers.Shared.csproj
  • src/Websites/Careers/src/Directory.Build.props
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Bit.Websites.Platform.Client.csproj
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot/service-worker.published.js
  • src/Websites/Platform/src/Bit.Websites.Platform.Server/Bit.Websites.Platform.Server.csproj
  • src/Websites/Platform/src/Bit.Websites.Platform.Shared/Bit.Websites.Platform.Shared.csproj
  • src/Websites/Platform/src/Directory.Build.props
  • src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj
  • src/Websites/Sales/src/Bit.Websites.Sales.Client/wwwroot/service-worker.published.js
  • src/Websites/Sales/src/Bit.Websites.Sales.Server/Bit.Websites.Sales.Server.csproj
  • src/Websites/Sales/src/Bit.Websites.Sales.Shared/Bit.Websites.Sales.Shared.csproj
  • src/Websites/Sales/src/Directory.Build.props

Comment thread src/Templates/Boilerplate/Bit.Boilerplate/README.md
@msynk msynk merged commit 92115fb into bitfoundation:develop Apr 15, 2026
9 checks passed
@msynk msynk deleted the 12259-prerelease-v-10.4.4-pre-02 branch April 15, 2026 11:18
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.

Prerelease v-10.4.4-pre-02

1 participant