From 5252a9644fbea9997a719f0cf4e06b5c35664319 Mon Sep 17 00:00:00 2001 From: Tony Murphy Date: Fri, 8 Apr 2022 13:29:36 -0700 Subject: [PATCH] Fix common utils and definitions versions (#9797) Fix up the versions to match the current versioning scheme --- common/lib/common-definitions/package-lock.json | 2 +- common/lib/common-definitions/package.json | 4 ++-- common/lib/common-utils/package-lock.json | 2 +- common/lib/common-utils/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/lib/common-definitions/package-lock.json b/common/lib/common-definitions/package-lock.json index 003ca2bc3258..2eeec3618bec 100644 --- a/common/lib/common-definitions/package-lock.json +++ b/common/lib/common-definitions/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/common-definitions", - "version": "0.21.0", + "version": "0.21.1000", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/common/lib/common-definitions/package.json b/common/lib/common-definitions/package.json index ab0260d2e65c..39134edc2ae8 100644 --- a/common/lib/common-definitions/package.json +++ b/common/lib/common-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/common-definitions", - "version": "0.21.0", + "version": "0.21.1000", "description": "Fluid common definitions", "homepage": "https://fluidframework.com", "repository": { @@ -64,7 +64,7 @@ "typescript-formatter": "7.1.0" }, "typeValidation": { - "version": "0.21.0", + "version": "0.21.1000", "broken": { "0.20.0": { "InterfaceDeclaration_ITelemetryBaseEvent": { diff --git a/common/lib/common-utils/package-lock.json b/common/lib/common-utils/package-lock.json index 13f541d76d3e..5fbd76f7abcf 100644 --- a/common/lib/common-utils/package-lock.json +++ b/common/lib/common-utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/common-utils", - "version": "0.33.0", + "version": "0.33.1000", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/common/lib/common-utils/package.json b/common/lib/common-utils/package.json index b749db764299..f6204d5f49c3 100644 --- a/common/lib/common-utils/package.json +++ b/common/lib/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/common-utils", - "version": "0.33.0", + "version": "0.33.1000", "description": "Collection of utility functions for Fluid", "homepage": "https://fluidframework.com", "repository": { @@ -129,7 +129,7 @@ "outputName": "jest-junit-report.xml" }, "typeValidation": { - "version": "0.33.0", + "version": "0.33.1000", "broken": { "0.32.1": { "RemovedFunctionDeclaration_extractLogSafeErrorProperties": {