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

Prerelease v-9.6.0-pre-08 (#10226) #10227

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

msynk
Copy link
Member

@msynk msynk commented Mar 11, 2025

closes #10226

Summary by CodeRabbit

  • Chores
    • Updated version identifiers for Bit libraries and related components to 9.6.0-pre-08.
    • Aligned package dependencies, service worker references, and project templates with the latest pre-release version.

@msynk msynk requested a review from ysmoradi March 11, 2025 12:23
Copy link

coderabbitai bot commented Mar 11, 2025

Walkthrough

This update increments the version identifiers throughout the repository from 9.6.0-pre-07 to 9.6.0-pre-08. The changes span JavaScript/TypeScript files, service worker scripts, project files, build properties, and template instructions. No functionality or control logic is altered; only version strings and package references have been updated to the latest pre-release.

Changes

File(s) Change Summary
src/…/wwwroot/bit-besql.js, src/BlazorUI/…/general.ts, src/Bswup/…/*.ts, src/Bup/…/*.ts, src/Butil/…/butil.ts, */service-worker*.js Updated version strings and comments from 9.6.0-pre-07 to 9.6.0-pre-08 in JavaScript/TypeScript and service worker files.
src/…/*.props, src/…/*.csproj, src/Templates/… Modified project files and build properties—including package references, ReleaseVersion, and installation commands—to use version 9.6.0-pre-08.

Poem

I'm a little rabbit, hopping with delight,
Skipping through the code on a bright debugging night.
Versions have changed, a fresh pre-release bite,
Carrots of updates make everything just right!
With each version bump, I leap up high—
Celebrating new numbers under the software sky.

✨ Finishing Touches
  • 📝 Generate Docstrings

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@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: 0

🧹 Nitpick comments (1)
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj (1)

31-39: Windows Client Project: Version Update & Watch Configuration.
The updates for Bit.CodeAnalyzers and Bit.SourceGenerators to 9.6.0-pre-08 are correct. Additionally, the removal of the watch pattern for SCSS files (line 31) appears to be a cleanup measure. Please verify that this removal does not negatively affect any local development workflows or automated tests that might depend on SCSS file changes.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b082393 and e191f2b.

📒 Files selected for processing (47)
  • src/Besql/Bit.Besql/wwwroot/bit-besql.js (1 hunks)
  • src/Bit.Build.props (1 hunks)
  • src/BlazorUI/Bit.BlazorUI/Scripts/general.ts (1 hunks)
  • src/BlazorUI/Demo/Bit.BlazorUI.Demo.Server/Bit.BlazorUI.Demo.Server.csproj (1 hunks)
  • src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Bit.BlazorUI.Demo.Shared.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Bit.BlazorUI.Demo.Client.Core.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Maui/Bit.BlazorUI.Demo.Client.Maui.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/Bit.BlazorUI.Demo.Client.Web.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj (1 hunks)
  • src/BlazorUI/Demo/Directory.Build.props (1 hunks)
  • src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.js (1 hunks)
  • src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.published.js (1 hunks)
  • src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.js (1 hunks)
  • src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts (1 hunks)
  • src/Bswup/FullDemo/Client/wwwroot/service-worker.js (1 hunks)
  • src/Bswup/FullDemo/Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Bup/Bit.Bup/Scripts/bit-bup.progress.ts (1 hunks)
  • src/Bup/Bit.Bup/Scripts/bit-bup.ts (1 hunks)
  • src/Butil/Bit.Butil/Scripts/butil.ts (1 hunks)
  • src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty.Client/BlazorEmpty.Client.csproj (2 hunks)
  • src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty/BlazorEmpty.csproj (2 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js (1 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Build.props (1 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props (2 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages8.props (2 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Client/Bit.Websites.Careers.Client.csproj (1 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Server/Bit.Websites.Careers.Server.csproj (1 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Shared/Bit.Websites.Careers.Shared.csproj (1 hunks)
  • src/Websites/Careers/src/Directory.Build.props (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Bit.Websites.Platform.Client.csproj (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Server/Bit.Websites.Platform.Server.csproj (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Shared/Bit.Websites.Platform.Shared.csproj (1 hunks)
  • src/Websites/Platform/src/Directory.Build.props (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Server/Bit.Websites.Sales.Server.csproj (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Shared/Bit.Websites.Sales.Shared.csproj (1 hunks)
  • src/Websites/Sales/src/Directory.Build.props (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build and test for release
🔇 Additional comments (57)
src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.published.js (1)

1-1: Version Update Confirmed.
The version comment on line 1 has been successfully updated to 9.6.0-pre-08, ensuring consistency with the overall release bump.

src/Butil/Bit.Butil/Scripts/butil.ts (1)

1-2: Consistent Version Assignment.
The version of the BitButil library has been correctly updated to 9.6.0-pre-08 on line 2, and the assignment to the global window property is maintained.

🧰 Tools
🪛 Biome (1.9.4)

[error] 1-1: This variable is used before its declaration.

The variable is declared here:

(lint/correctness/noInvalidUseBeforeDeclaration)

src/Websites/Careers/src/Directory.Build.props (1)

1-1: Template Version Comment Updated.
The header comment is now updated to v-9.6.0-pre-08, which aligns with the project’s new prerelease version. This helps maintain consistency across various components.

src/Websites/Platform/src/Directory.Build.props (1)

1-1: Aligned Version Indicator.
The version comment on line 1 now accurately reflects the updated version (v-9.6.0-pre-08). No further action is needed as the file structure remains intact.

src/BlazorUI/Demo/Directory.Build.props (1)

1-1: Version Comment Reflects Update.
The header comment has been updated from v-9.6.0-pre-07 to v-9.6.0-pre-08 on line 1, ensuring consistency with other components that have received the same version bump.

src/Websites/Sales/src/Directory.Build.props (1)

1-1: Version Comment Update Confirmed.
The template comment has been updated to v-9.6.0-pre-08, which is consistent with the overall version bump. No further adjustments are needed.

src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.published.js (1)

1-1: Service Worker Version Comment Updated.
The version comment on line 1 now correctly reflects 9.6.0-pre-08, aligning with the prerelease update across the repository.

src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js (1)

1-1: Consistent Service Worker Version Update.
The version comment has been updated to 9.6.0-pre-08 ensuring consistency with the new release. No functional changes are present.

src/Bswup/FullDemo/Client/wwwroot/service-worker.published.js (1)

1-1: Service Worker Version Comment Revised.
The top-of-file version comment is now updated to 9.6.0-pre-08, which maintains alignment with the other service worker files.

src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.js (1)

1-1: Bit Framework Version Update Verified.
The service-worker.js file now shows the updated version comment 9.6.0-pre-08, ensuring consistency with the new prerelease version.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js (1)

1-1: Updated version comment to prerelease version.
The version comment on line 1 has been updated to 9.6.0-pre-08 as intended for this prerelease. This change is straightforward and consistent with the overall update strategy.

src/Websites/Sales/src/Bit.Websites.Sales.Client/wwwroot/service-worker.published.js (1)

1-1: Updated version comment in Sales service worker.
The version comment now reflects 9.6.0-pre-08. This is a simple and correct update that aligns with the prerelease objectives.

src/Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot/service-worker.published.js (1)

1-1: Updated version comment for Platform service worker.
The version comment at the top is now 9.6.0-pre-08, ensuring consistency with other components in this prerelease update.

src/BlazorUI/Bit.BlazorUI/Scripts/general.ts (1)

1-1: Updated BitBlazorUI version assignment.
The assignment on line 1 now sets the version to 9.6.0-pre-08, which correctly reflects the prerelease update without affecting any functionality.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts (1)

2-2: Updated BitBswup version assignment.
Line 2 now assigns BitBswup.version to 9.6.0-pre-08, maintaining consistency with the prerelease versioning throughout the codebase.

src/Bswup/FullDemo/Client/wwwroot/service-worker.js (1)

1-1: Version Comment Update: Pre-release Adjustment

The version comment has been updated from 9.6.0-pre-07 to 9.6.0-pre-08. This change is consistent with the overall project release revision and does not affect functionality.

src/Besql/Bit.Besql/wwwroot/bit-besql.js (1)

2-2: BitBesql Version Update

The assignment to BitBesql.version (and the equivalent window property) has been updated to '9.6.0-pre-08'. This update is correctly implemented and maintains consistency with the versioning scheme.

src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js (1)

2-2: Published Service Worker Version Update

The comment indicating the Bit version has been updated to 9.6.0-pre-08. This modification is purely informational and aligns with similar updates elsewhere in the project.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts (1)

1-1: BitBswup Progress Version Update

The version string for the BitBswup progress module has been updated to '9.6.0-pre-08', ensuring consistent release identification. No functional changes are present.

src/Bup/Bit.Bup/Scripts/bit-bup.ts (1)

2-2: BitBup Version Update

The version for the BitBup module is now set to '9.6.0-pre-08'. This update is in line with the prerelease update and does not affect any underlying functionality.

src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.js (1)

1-1: Version updated appropriately

The version has been correctly updated from 9.6.0-pre-07 to 9.6.0-pre-08, which aligns with the PR objective to update to the new prerelease version.

src/Bup/Bit.Bup/Scripts/bit-bup.progress.ts (1)

1-1: Version correctly updated in window property

The window property version string has been appropriately incremented from 9.6.0-pre-07 to 9.6.0-pre-08, consistent with the version update throughout the repository.

src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs (1)

41-41: Template installation command version updated correctly

The Bit.Boilerplate template version reference has been properly updated from 9.6.0-pre-07 to 9.6.0-pre-08 in the installation command, ensuring users will install the latest prerelease version.

src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Build.props (1)

1-1: Template generation comment version updated

The version comment indicating the bit-bp template version has been correctly updated to v-9.6.0-pre-08, maintaining consistent versioning across all project files.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts (1)

1-1: Version String Update

The service worker’s version string has been updated from the previous pre-release version to '9.6.0-pre-08', reflecting the new prerelease build. This change is straightforward and does not affect the service worker’s functionality.

src/BlazorUI/Demo/Bit.BlazorUI.Demo.Server/Bit.BlazorUI.Demo.Server.csproj (2)

8-11: PackageReference Version Update for Bit.CodeAnalyzers

The package reference for Bit.CodeAnalyzers has been updated to version '9.6.0-pre-08'. This is a standard version bump and is consistent with the overall prerelease versioning effort.


12-15: PackageReference Version Update for Bit.SourceGenerators

The package reference for Bit.SourceGenerators now has the version '9.6.0-pre-08', aligning with the new prerelease version.

src/Websites/Platform/src/Bit.Websites.Platform.Shared/Bit.Websites.Platform.Shared.csproj (2)

9-12: PackageReference Version Update for Bit.CodeAnalyzers

The version for Bit.CodeAnalyzers has been updated to '9.6.0-pre-08'. This change maintains consistency across project files and ensures that the analyzer tools match the new prerelease.


13-16: PackageReference Version Update for Bit.SourceGenerators

Likewise, the Bit.SourceGenerators version is updated to '9.6.0-pre-08', keeping the project’s dependency versions in sync.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Bit.BlazorUI.Demo.Client.Core.csproj (2)

19-22: PackageReference Version Update for Bit.CodeAnalyzers

The package version for Bit.CodeAnalyzers is bumped to '9.6.0-pre-08'. This update is uniform with the repository‑wide version changes.


23-26: PackageReference Version Update for Bit.SourceGenerators

The Bit.SourceGenerators reference now uses version '9.6.0-pre-08', which aligns with the overall prerelease version for the project.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Maui/Bit.BlazorUI.Demo.Client.Maui.csproj (2)

88-91: PackageReference Version Update for Bit.CodeAnalyzers

The Maui project’s package reference for Bit.CodeAnalyzers has been updated to '9.6.0-pre-08', keeping it consistent with the other client projects.


93-96: PackageReference Version Update for Bit.SourceGenerators

The Bit.SourceGenerators package version is updated to '9.6.0-pre-08', ensuring that all related projects adhere to the new prerelease version.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts (1)

1-1: Version String Update Confirmed.

The version string on line 1 has been successfully updated to '9.6.0-pre-08' to match the new prerelease target. Ensure that similar version updates in related service worker or caching scripts remain consistent.

src/Bit.Build.props (1)

30-32: Release Version Property Updated.

The <ReleaseVersion> property has been updated to 9.6.0-pre-08, and its use for <PackageVersion> and <PackageReleaseNotes> ensures the new version is propagated throughout the build properties. This change is straightforward and aligns with the versioning update.

src/Websites/Sales/src/Bit.Websites.Sales.Server/Bit.Websites.Sales.Server.csproj (1)

13-18: PackageReference Versions Bumped.

The package references for Bit.CodeAnalyzers (line 13) and Bit.SourceGenerators (line 17) have been updated to 9.6.0-pre-08. This update is consistent with the overall prerelease version bump. Please verify that downstream dependencies can integrate with these new versions.

src/Websites/Careers/src/Bit.Websites.Careers.Server/Bit.Websites.Careers.Server.csproj (1)

13-20: Careers Server Package Versions Updated.

The update for Bit.CodeAnalyzers and Bit.SourceGenerators in this project file correctly reflects the new version 9.6.0-pre-08. Ensure that all references in the Careers projects are compatible with this prerelease iteration.

src/Websites/Platform/src/Bit.Websites.Platform.Server/Bit.Websites.Platform.Server.csproj (1)

13-20: Platform Server Version Update Verified.

The Bit.CodeAnalyzers and Bit.SourceGenerators package references have been updated to 9.6.0-pre-08, aligning with the PR’s overall prerelease changes. This version update appears consistent with other platform components.

src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Bit.BlazorUI.Demo.Shared.csproj (1)

8-12: Updated Bit Package Versions.
The package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been updated to 9.6.0-pre-08. This update is consistent with the overall versioning strategy across the repository and does not introduce any functional change.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/Bit.BlazorUI.Demo.Client.Web.csproj (1)

31-40: Unified Version Increments in Client Web Project.
The updates to the Bit.Bswup, Bit.CodeAnalyzers, and Bit.SourceGenerators package references to 9.6.0-pre-08 are implemented correctly and align with the prerelease update objectives. No further action is needed.

src/Websites/Sales/src/Bit.Websites.Sales.Shared/Bit.Websites.Sales.Shared.csproj (1)

9-16: Sales Shared Project: Bit Package Version Update.
The Bit.CodeAnalyzers and Bit.SourceGenerators package references have been successfully updated to 9.6.0-pre-08, ensuring consistency with similar projects across the solution.

src/Websites/Careers/src/Bit.Websites.Careers.Shared/Bit.Websites.Careers.Shared.csproj (1)

9-16: Careers Shared Project: Dependency Version Update.
The package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been updated to 9.6.0-pre-08, harmonizing the versioning across the repository. This meets the prerelease objectives with no further modifications required.

src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty.Client/BlazorEmpty.Client.csproj (2)

1-1: Version increment properly applied to template comment

The template version comment has been correctly updated from v-9.6.0-pre-07 to v-9.6.0-pre-08, maintaining consistency with the overall version update in this PR.


20-20: Package version updates correctly implemented

All Bit package references (BlazorUI, CodeAnalyzers, SourceGenerators) have been properly updated from 9.6.0-pre-07 to 9.6.0-pre-08, ensuring version consistency across the codebase.

Also applies to: 22-25, 27-30

src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj (2)

32-35: Package version updates correctly implemented

All UI-related Bit package references (Bswup, BlazorUI, BlazorUI.Icons, BlazorUI.Assets) have been properly updated from 9.6.0-pre-07 to 9.6.0-pre-08, ensuring version consistency across the codebase.


36-39: Development tool package version updates correctly implemented

Development tool package references (CodeAnalyzers, SourceGenerators) have been properly updated from 9.6.0-pre-07 to 9.6.0-pre-08, maintaining version consistency.

Also applies to: 40-43

src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor (1)

177-178: Documentation and installation command version updates correctly implemented

The Bit Boilerplate documentation link and installation command have been properly updated from 9.6.0-pre-07 to 9.6.0-pre-08, ensuring users will install the latest pre-release version.

src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages8.props (1)

4-11: Version bump for Bit platform packages

All Bit platform packages have been consistently updated from version 9.6.0-pre-07 to 9.6.0-pre-08, which aligns with the prerelease version stated in the PR description.

Also applies to: 54-54

src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props (1)

4-11: Version bump for Bit platform packages

All Bit platform packages have been consistently updated from version 9.6.0-pre-07 to 9.6.0-pre-08, which aligns with the prerelease version stated in the PR description.

Also applies to: 57-57

src/Websites/Careers/src/Bit.Websites.Careers.Client/Bit.Websites.Careers.Client.csproj (2)

32-40: Version bump for Bit platform packages

All Bit platform package references have been consistently updated from version 9.6.0-pre-07 to 9.6.0-pre-08, including Bit.Bswup, Bit.BlazorUI, Bit.BlazorUI.Icons, Bit.BlazorUI.Assets, and Bit.CodeAnalyzers.


40-43: Version bump for Bit.SourceGenerators package

The Bit.SourceGenerators package reference has been updated from version 9.6.0-pre-07 to 9.6.0-pre-08, while maintaining the same PrivateAssets and IncludeAssets configurations.

src/Websites/Platform/src/Bit.Websites.Platform.Client/Bit.Websites.Platform.Client.csproj (3)

35-39: Version bump for Bit platform packages

All Bit platform package references have been consistently updated from version 9.6.0-pre-07 to 9.6.0-pre-08, including Bit.Bswup, Bit.Butil, Bit.BlazorUI, and Bit.BlazorUI.Assets.


39-43: Version bump for Bit.CodeAnalyzers package

The Bit.CodeAnalyzers package reference has been updated from version 9.6.0-pre-07 to 9.6.0-pre-08, while maintaining the same PrivateAssets and IncludeAssets configurations.


43-46: Version bump for Bit.SourceGenerators package

The Bit.SourceGenerators package reference has been updated from version 9.6.0-pre-07 to 9.6.0-pre-08, while maintaining the same PrivateAssets and IncludeAssets configurations.

src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty/BlazorEmpty.csproj (3)

1-1: Template Version Comment Updated
The comment now correctly reflects the new prerelease version v-9.6.0-pre-08, ensuring that the template metadata is in sync with the PR objectives.


22-27: Package References Updated for Bit.BlazorUI & Bit.CodeAnalyzers
Both package references for Bit.BlazorUI and Bit.CodeAnalyzers have been updated to version 9.6.0-pre-08, which aligns with the coordinated prerelease update strategy.


29-32: Package Reference Updated for Bit.SourceGenerators
The version for Bit.SourceGenerators is now 9.6.0-pre-08, ensuring version consistency across all Bit packages used in this project.

@msynk msynk merged commit 181d010 into bitfoundation:develop Mar 11, 2025
3 checks passed
@msynk msynk deleted the 10226-prerelease-v-9.6.0-pre-08 branch March 11, 2025 12:29
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-9.6.0-pre-08
1 participant