Skip to content

Commit

Permalink
Fix common utils and definitions versions (microsoft#9797)
Browse files Browse the repository at this point in the history
Fix up the versions to match the current versioning scheme
  • Loading branch information
anthony-murphy authored Apr 8, 2022
1 parent d72a754 commit 5252a96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/lib/common-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/lib/common-definitions/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"typescript-formatter": "7.1.0"
},
"typeValidation": {
"version": "0.21.0",
"version": "0.21.1000",
"broken": {
"0.20.0": {
"InterfaceDeclaration_ITelemetryBaseEvent": {
Expand Down
2 changes: 1 addition & 1 deletion common/lib/common-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/lib/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"outputName": "jest-junit-report.xml"
},
"typeValidation": {
"version": "0.33.0",
"version": "0.33.1000",
"broken": {
"0.32.1": {
"RemovedFunctionDeclaration_extractLogSafeErrorProperties": {
Expand Down

0 comments on commit 5252a96

Please sign in to comment.