Skip to content

Commit

Permalink
[bump] package version for driver-definitions (patch) (#8376)
Browse files Browse the repository at this point in the history
            @fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.25.0 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.41.1 (unchanged)
    @fluidframework/protocol-definitions:   0.1026.1 (unchanged)
      @fluidframework/driver-definitions:     0.42.0 -> 0.42.1
   @fluidframework/container-definitions:     0.42.0 (unchanged)
                                  Server:   0.1034.0 (unchanged)
                                  Client:     0.52.0 (unchanged)
                  @fluid-tools/benchmark:     0.40.0 (unchanged)
                         generator-fluid:      0.3.0 (unchanged)
                             tinylicious:      0.4.0 (unchanged)
     @fluidframework/azure-local-service:      0.1.0 (unchanged)
                             dice-roller:      0.0.1 (unchanged)

Also remove pre-release dependencies for driver-definitions
      @fluidframework/driver-definitions -> ^0.42.0
  • Loading branch information
wes-carlson authored Nov 22, 2021
1 parent 358228e commit 7824ed6
Show file tree
Hide file tree
Showing 47 changed files with 773 additions and 62 deletions.
17 changes: 5 additions & 12 deletions common/lib/container-definitions/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@fluidframework/common-definitions": "^0.20.0",
"@fluidframework/core-interfaces": "^0.41.0",
"@fluidframework/driver-definitions": "^0.42.0-0",
"@fluidframework/driver-definitions": "^0.42.0",
"@fluidframework/protocol-definitions": "^0.1026.0"
},
"devDependencies": {
Expand Down
13 changes: 12 additions & 1 deletion common/lib/driver-definitions/package-lock.json

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

5 changes: 3 additions & 2 deletions common/lib/driver-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/driver-definitions",
"version": "0.42.0",
"version": "0.42.1",
"description": "Fluid driver definitions",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -44,6 +44,7 @@
"@fluidframework/driver-definitions-0.39.8": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.40.0": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.41.0": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.42.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.24.0",
"@microsoft/api-extractor": "^7.16.1",
"@typescript-eslint/eslint-plugin": "~4.14.0",
Expand All @@ -62,7 +63,7 @@
"typescript-formatter": "7.1.0"
},
"typeValidation": {
"version": "0.42.0",
"version": "0.42.1",
"broken": {
"0.39.8": {
"TypeAliasDeclaration_DriverError": {
Expand Down
Loading

0 comments on commit 7824ed6

Please sign in to comment.