bump client release group to 2.62.0#25511
Merged
dannimad merged 2 commits intomicrosoft:mainfrom Sep 22, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version across the client release group from 2.61.0 to 2.62.0. This is a routine version update that updates package.json files and corresponding packageVersion.ts files throughout the Fluid Framework monorepo.
- Updates all package.json files to version 2.62.0
- Updates all corresponding packageVersion.ts files to maintain version consistency
- Covers the entire client release group including packages, tools, examples, experimental packages, and Azure components
Reviewed Changes
Copilot reviewed 199 out of 199 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json (root) | Updates root package version to 2.62.0 |
| Multiple package.json files | Version bumps across all packages in the client release group |
| Multiple packageVersion.ts files | Updates exported version constants to match package.json versions |
Contributor
Thats not the right version. Should be 2.62.0. |
Contributor
CraigMacomber
left a comment
There was a problem hiding this comment.
Looks good other than the PR title
CraigMacomber
approved these changes
Sep 22, 2025
anthony-murphy-agent
pushed a commit
to anthony-murphy-agent/FluidFramework
that referenced
this pull request
Jan 14, 2026
Using `pnpm -r --include-workspace-root exec npm pkg set version=2.62.0` and `pnpm -r run build:genver`
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.
Using
pnpm -r --include-workspace-root exec npm pkg set version=2.62.0andpnpm -r run build:genver