Skip to content

Commit c248edf

Browse files
dannimadCopilotjason-ha
authored
bump fluid client to 3.0.0 (#28003)
- `pnpm -r --include-workspace-root exec npm pkg set version=3.0.0` - `pnpm -r run build:genver` - Expand `OldestClient[Service]VersionSupported` to include `3.x` and update type tests and API reports. - Fix `test-version-utils` `calculateRequestedRange` to have minimal 3.0 to 3.10 support. - `pnpm -r --filter @fluid-private/test-version-utils run update-compat-versions` - Bonus: add root package.json script: `install-no-frozen` that respect 7 day age --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Jason Hartman <jasonha@microsoft.com>
1 parent 7781c1a commit c248edf

231 files changed

Lines changed: 1041 additions & 942 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure/packages/azure-local-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/azure-local-service",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"description": "Local implementation of the Azure Fluid Relay service for testing/development use",
55
"homepage": "https://fluidframework.com",
66
"repository": {

azure/packages/azure-service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/azure-service-utils",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
55
"homepage": "https://fluidframework.com",
66
"repository": {

examples/apps/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/blobs",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Example of using blobs in Fluid Framework",
66
"homepage": "https://fluidframework.com",

examples/apps/claims-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/claims-example",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Example app demonstrating exclusive resource ownership with the Claims DDS",
66
"homepage": "https://fluidframework.com",

examples/apps/collaborative-textarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/collaborative-textarea",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "A minimal example using the react collaborative-textarea",
66
"homepage": "https://fluidframework.com",

examples/apps/contact-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/contact-collection",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Example of using a Fluid Object as a collection of items",
66
"homepage": "https://fluidframework.com",

examples/apps/data-object-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/data-object-grid",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Data object grid creates child data objects from a registry and lays them out in a grid.",
66
"homepage": "https://fluidframework.com",

examples/apps/diceroller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/diceroller",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Minimal Fluid Container & Object sample to implement a collaborative dice roller.",
66
"homepage": "https://fluidframework.com",

examples/apps/presence-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/presence-tracker",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Example application that tracks page focus and mouse position using the Fluid Framework presence features.",
66
"homepage": "https://fluidframework.com",

examples/apps/staging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/staging",
3-
"version": "2.117.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Using the experimental staging feature.",
66
"homepage": "https://fluidframework.com",

0 commit comments

Comments
 (0)