Skip to content

Commit 0229858

Browse files
committed
Bump patch version and update type tests
1 parent 0efa18f commit 0229858

268 files changed

Lines changed: 1136 additions & 1075 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.103.0",
3+
"version": "2.103.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/azure-service-utils",
3-
"version": "2.103.0",
3+
"version": "2.103.1",
44
"description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
55
"homepage": "https://fluidframework.com",
66
"repository": {
@@ -94,7 +94,7 @@
9494
"@arethetypeswrong/cli": "^0.18.2",
9595
"@biomejs/biome": "~2.4.5",
9696
"@fluid-tools/build-cli": "catalog:buildTools",
97-
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.101.0",
97+
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.103.0",
9898
"@fluidframework/build-common": "^2.0.3",
9999
"@fluidframework/build-tools": "catalog:buildTools",
100100
"@fluidframework/eslint-config-fluid": "catalog:eslint",

azure/packages/azure-service-utils/src/test/types/validateAzureServiceUtilsPrevious.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
88
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
99
*
10-
* Baseline (previous) version: 2.101.0
10+
* Baseline (previous) version: 2.103.0
1111
*/
1212

1313
import type * as old from "@fluidframework/azure-service-utils-previous/legacy";

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.103.0",
3+
"version": "2.103.1",
44
"private": true,
55
"description": "Example of using blobs in Fluid Framework",
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.103.0",
3+
"version": "2.103.1",
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.103.0",
3+
"version": "2.103.1",
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.103.0",
3+
"version": "2.103.1",
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.103.0",
3+
"version": "2.103.1",
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.103.0",
3+
"version": "2.103.1",
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.103.0",
3+
"version": "2.103.1",
44
"private": true,
55
"description": "Using the experimental staging feature.",
66
"homepage": "https://fluidframework.com",

0 commit comments

Comments
 (0)