Skip to content

Commit

Permalink
Bump client patch 2.0.0 rc.3.0.2 (#20740)
Browse files Browse the repository at this point in the history
#### Description

Patch release for client release group.
  • Loading branch information
jikim-msft committed Apr 19, 2024
1 parent 0920904 commit 785f993
Show file tree
Hide file tree
Showing 195 changed files with 195 additions and 195 deletions.
2 changes: 1 addition & 1 deletion azure/packages/azure-local-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/azure-local-service",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"description": "Local implementation of the Azure Fluid Relay service for testing/development use",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/azure-service-utils",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion azure/packages/test/scenario-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-experimental/azure-scenario-runner",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"description": "Azure client end to end tests",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion azure/packages/test/scenario-runner/src/packageVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluid-experimental/azure-scenario-runner";
export const pkgVersion = "2.0.0-rc.3.0.1";
export const pkgVersion = "2.0.0-rc.3.0.2";
2 changes: 1 addition & 1 deletion examples/apps/attributable-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/attributable-map",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Minimal Fluid Container & Data Object sample to implement a hit counter as a standalone app.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/collaborative-textarea",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "A minimal example using the react collaborative-textarea",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/contact-collection",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Example of using a Fluid Object as a collection of items",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/data-object-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/data-object-grid",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Data object grid creates child data objects from a registry and lays them out in a grid.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/presence-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/presence-tracker",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Example Data Object that tracks page focus for Audience members using signals.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/task-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/task-selection",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Example demonstrating selecting a unique task amongst connected Fluid clients",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/tree-comparison/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/tree-comparison",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Comparing API usage in legacy SharedTree and new SharedTree.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bubblebench-baseline",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Bubblemark inspired DDS benchmark",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bubblebench-common",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Bubblemark inspired DDS benchmark",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bubblebench-editable-shared-tree",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Bubblemark inspired DDS benchmark",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bubblebench-ot",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Bubblemark inspired DDS benchmark",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/sharedtree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bubblebench-sharedtree",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Bubblemark inspired DDS benchmark",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/simple-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bubblebench-simple-tree",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Bubblemark inspired DDS benchmark",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/odspsnapshotfetch-perftestapp",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Benchmark binary vs. json download",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/tablebench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-internal/tablebench",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Table focused benchmarks",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/client-logger/app-insights-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/app-insights-logger",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Provides a simple Fluid application with a UI view written in React to test the Fluid App Insights telemetry logger that will route typical Fluid telemetry to configured Azure App Insights",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/canvas",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Fluid ink canvas",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Minimal Fluid component sample to implement a collaborative counter.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/codemirror",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Simple markdown editor",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/diceroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/diceroller",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Minimal Fluid Container & Object sample to implement a collaborative dice roller.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/inventory-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/inventory-app",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Minimal sample of SharedTree/React integration.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/monaco",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Monaco code editor",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-constellation-model",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Constellation model for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-constellation-view",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "View for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-container",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Container for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-coordinate-model",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Coordinate model for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-coordinate-interface",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Interface for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-plot-coordinate-view",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "View for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-slider-coordinate-view",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "View for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/triangle-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-triangle-view",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "View for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/prosemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/prosemirror",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "ProseMirror",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/smde/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/smde",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Simple markdown editor",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/table-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/table-document",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"description": "Chaincode component containing a table's data",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/todo",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Simple todo canvas.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/webflow",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Collaborative markdown editor.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/external-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/app-integration-external-data",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Integrating an external data source with Fluid data.",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/app-integration-external-controller",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Minimal Fluid Container & Data Object sample to implement a collaborative dice roller as a standalone app.",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/shared-tree-demo",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "A shared tree demo using react and odsp client",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/bundle-size-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/bundle-size-tests",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "A package for understanding the bundle size of Fluid Framework",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/example-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/example-utils",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Shared utilities used by examples.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/webpack-fluid-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/webpack-fluid-loader",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Fluid object loader for webpack-dev-server",
"homepage": "https://fluidframework.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/app-integration-live-schema-upgrade",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Example application that demonstrates how to add a data object to a live container.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/version-migration/same-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/version-migration-same-container",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Using external data to initialize the container state and serialize out afterwards.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/version-migration/schema-upgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/app-integration-schema-upgrade",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Using external data to initialize the container state and serialize out afterwards.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/version-migration/tree-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/tree-shim",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Migrating from legacy SharedTree to new SharedTree using a tree shim.",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/view-integration/container-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/app-integration-container-views",
"version": "2.0.0-rc.3.0.1",
"version": "2.0.0-rc.3.0.2",
"private": true,
"description": "Minimal Fluid Container & data store sample to implement a collaborative dice roller as a standalone app.",
"homepage": "https://fluidframework.com",
Expand Down
Loading

0 comments on commit 785f993

Please sign in to comment.