Skip to content

Commit 3d5cbdc

Browse files
authored
[bump] client: 2.4.0 => 2.5.0 (minor) (#22799)
Bumped client from 2.4.0 to 2.5.0. Some new packages in the client had `workspace:^` deps that were corrected to use tilde, so the lockfile had to be updated. Command used: ```shell flub release -g client -v ```
1 parent c74e1ce commit 3d5cbdc

File tree

194 files changed

+199
-199
lines changed

Some content is hidden

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

194 files changed

+199
-199
lines changed

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.4.0",
3+
"version": "2.5.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.4.0",
3+
"version": "2.5.0",
44
"description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
55
"homepage": "https://fluidframework.com",
66
"repository": {

azure/packages/test/scenario-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-experimental/azure-scenario-runner",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Azure client end to end tests",
55
"homepage": "https://fluidframework.com",
66
"repository": {

azure/packages/test/scenario-runner/src/packageVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
*/
77

88
export const pkgName = "@fluid-experimental/azure-scenario-runner";
9-
export const pkgVersion = "2.4.0";
9+
export const pkgVersion = "2.5.0";

examples/apps/ai-collab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/ai-collab",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "Example app that showcases the experimental package for AI collaboration in Fluid-based applications.",
66
"homepage": "https://fluidframework.com",
@@ -43,11 +43,11 @@
4343
"@fluid-tools/build-cli": "^0.48.0",
4444
"@fluidframework/build-common": "^2.0.3",
4545
"@fluidframework/build-tools": "^0.48.0",
46-
"@fluidframework/devtools": "workspace:^",
46+
"@fluidframework/devtools": "workspace:~",
4747
"@fluidframework/eslint-config-fluid": "^5.4.0",
4848
"@fluidframework/fluid-static": "workspace:~",
4949
"@fluidframework/odsp-client": "workspace:~",
50-
"@fluidframework/tinylicious-client": "workspace:^",
50+
"@fluidframework/tinylicious-client": "workspace:~",
5151
"@fluidframework/tree": "workspace:~",
5252
"@iconify/react": "^5.0.2",
5353
"@microsoft/microsoft-graph-client": "^3.0.7",
@@ -58,7 +58,7 @@
5858
"@types/react-dom": "^18.3.0",
5959
"@types/uuid": "^9.0.2",
6060
"eslint": "~8.55.0",
61-
"fluid-framework": "workspace:^",
61+
"fluid-framework": "workspace:~",
6262
"mui": "^0.0.1",
6363
"next": "^14.2.8",
6464
"notistack": "^3.0.1",

examples/apps/attributable-map/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/attributable-map",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "Minimal Fluid Container & Data Object sample to implement a hit counter as a standalone app.",
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.4.0",
3+
"version": "2.5.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.4.0",
3+
"version": "2.5.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.4.0",
3+
"version": "2.5.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/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.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "Example Data Object that tracks page focus for Audience members using signals.",
66
"homepage": "https://fluidframework.com",

0 commit comments

Comments
 (0)