Skip to content

Commit

Permalink
[bump] package version for client (patch) (#8414)
Browse files Browse the repository at this point in the history
@fluidframework/build-common:     0.24.0 (unchanged)
     @fluidframework/eslint-config-fluid:     0.24.1 (unchanged)
      @fluidframework/common-definitions:     0.21.0 (unchanged)
            @fluidframework/common-utils:     0.33.0 (unchanged)
         @fluidframework/core-interfaces:     0.40.1 (unchanged)
    @fluidframework/protocol-definitions:   0.1026.0 (unchanged)
      @fluidframework/driver-definitions:     0.41.1 (unchanged)
   @fluidframework/container-definitions:     0.41.1 (unchanged)
                                  Server:   0.1033.1 (unchanged)
                                  Client:     0.50.4 -> 0.50.5
                  @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)
  • Loading branch information
wes-carlson authored Nov 24, 2021
1 parent e6074a5 commit bcbee3b
Show file tree
Hide file tree
Showing 218 changed files with 1,190 additions and 1,190 deletions.
6 changes: 3 additions & 3 deletions examples/agents/intelligence-runner-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/intelligence-runner-agent",
"version": "0.50.4",
"version": "0.50.5",
"description": "An example intelligence agent that generates insights on distributed data structures",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/map": "^0.50.4",
"@fluidframework/map": "^0.50.5",
"@fluidframework/protocol-definitions": "^0.1025.0",
"@fluidframework/sequence": "^0.50.4",
"@fluidframework/sequence": "^0.50.5",
"request": "^2.88.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions 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": "0.50.4",
"version": "0.50.5",
"description": "A minimal example using the react collaborative-textarea",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -33,20 +33,20 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-experimental/get-container": "^0.50.4",
"@fluid-experimental/react-inputs": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-experimental/get-container": "^0.50.5",
"@fluid-experimental/react-inputs": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/sequence": "^0.50.4",
"@fluidframework/view-interfaces": "^0.50.4",
"@fluidframework/sequence": "^0.50.5",
"@fluidframework/view-interfaces": "^0.50.5",
"css-loader": "^1.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"style-loader": "^1.0.0"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
10 changes: 5 additions & 5 deletions 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": "0.50.4",
"version": "0.50.5",
"description": "Example of using a Fluid Object as a collection of items",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -33,12 +33,12 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-experimental/get-container": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-experimental/get-container": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-runtime-definitions": "^0.50.4",
"@fluidframework/container-runtime-definitions": "^0.50.5",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/runtime-utils": "^0.50.4",
"@fluidframework/runtime-utils": "^0.50.5",
"css-loader": "^1.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
Expand Down
22 changes: 11 additions & 11 deletions examples/apps/likes-and-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/likes-and-comments",
"version": "0.50.4",
"version": "0.50.5",
"description": "A Fluid object for storing like counts and comments using pre-build DDS hooks",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -31,18 +31,18 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-experimental/get-container": "^0.50.4",
"@fluid-experimental/react": "^0.50.4",
"@fluid-experimental/react-inputs": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-experimental/get-container": "^0.50.5",
"@fluid-experimental/react": "^0.50.5",
"@fluid-experimental/react-inputs": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/counter": "^0.50.4",
"@fluidframework/datastore-definitions": "^0.50.4",
"@fluidframework/map": "^0.50.4",
"@fluidframework/merge-tree": "^0.50.4",
"@fluidframework/counter": "^0.50.5",
"@fluidframework/datastore-definitions": "^0.50.5",
"@fluidframework/map": "^0.50.5",
"@fluidframework/merge-tree": "^0.50.5",
"@fluidframework/protocol-definitions": "^0.1025.0",
"@fluidframework/sequence": "^0.50.4",
"@fluidframework/shared-object-base": "^0.50.4",
"@fluidframework/sequence": "^0.50.5",
"@fluidframework/shared-object-base": "^0.50.5",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
Expand Down
28 changes: 14 additions & 14 deletions examples/apps/spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/spaces",
"version": "0.50.4",
"version": "0.50.5",
"description": "Spaces is a grid layout component",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -35,21 +35,21 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/clicker": "^0.50.4",
"@fluid-example/codemirror": "^0.50.4",
"@fluid-example/collaborative-textarea": "^0.50.4",
"@fluid-example/multiview-coordinate-model": "^0.50.4",
"@fluid-example/multiview-slider-coordinate-view": "^0.50.4",
"@fluid-example/prosemirror": "^0.50.4",
"@fluid-experimental/get-container": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/clicker": "^0.50.5",
"@fluid-example/codemirror": "^0.50.5",
"@fluid-example/collaborative-textarea": "^0.50.5",
"@fluid-example/multiview-coordinate-model": "^0.50.5",
"@fluid-example/multiview-slider-coordinate-view": "^0.50.5",
"@fluid-example/prosemirror": "^0.50.5",
"@fluid-experimental/get-container": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/datastore-definitions": "^0.50.4",
"@fluidframework/runtime-definitions": "^0.50.4",
"@fluidframework/runtime-utils": "^0.50.4",
"@fluidframework/view-adapters": "^0.50.4",
"@fluidframework/view-interfaces": "^0.50.4",
"@fluidframework/datastore-definitions": "^0.50.5",
"@fluidframework/runtime-definitions": "^0.50.5",
"@fluidframework/runtime-utils": "^0.50.5",
"@fluidframework/view-adapters": "^0.50.5",
"@fluidframework/view-interfaces": "^0.50.5",
"office-ui-fabric-react": "^7.28.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/apps/view-framework-sampler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/view-framework-sampler",
"version": "0.50.4",
"version": "0.50.5",
"description": "Example of integrating a Fluid data object with a variety of view frameworks.",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -33,8 +33,8 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-experimental/get-container": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-experimental/get-container": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"css-loader": "^1.0.0",
"react": "^16.10.2",
Expand Down
16 changes: 8 additions & 8 deletions examples/data-objects/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/badge",
"version": "0.50.4",
"version": "0.50.5",
"description": "Badge Fluid example component",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -34,20 +34,20 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluidframework/cell": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/cell": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/datastore-definitions": "^0.50.4",
"@fluidframework/map": "^0.50.4",
"@fluidframework/sequence": "^0.50.4",
"@fluidframework/datastore-definitions": "^0.50.5",
"@fluidframework/map": "^0.50.5",
"@fluidframework/sequence": "^0.50.5",
"@uifabric/fluent-theme": "^7.1.3",
"office-ui-fabric-react": "^7.28.1",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@types/node": "^12.19.0",
Expand Down
10 changes: 5 additions & 5 deletions 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": "0.50.4",
"version": "0.50.5",
"description": "Fluid ink canvas",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -37,15 +37,15 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^0.40.0",
"@fluidframework/ink": "^0.50.4",
"@fluidframework/ink": "^0.50.5",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
10 changes: 5 additions & 5 deletions examples/data-objects/clicker-react/clicker-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker-context",
"version": "0.50.4",
"version": "0.50.5",
"description": "Minimal Fluid object sample to implement a collaborative counter using Fluid React hooks",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -36,14 +36,14 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluid-experimental/react": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluid-experimental/react": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker-function",
"version": "0.50.4",
"version": "0.50.5",
"description": "Minimal Fluid object sample to implement a collaborative counter using Fluid React hooks",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -36,14 +36,14 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluid-experimental/react": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluid-experimental/react": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
12 changes: 6 additions & 6 deletions examples/data-objects/clicker-react/clicker-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker-react",
"version": "0.50.4",
"version": "0.50.5",
"description": "Minimal Fluid object sample to implement a collaborative counter.",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -37,15 +37,15 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluid-experimental/react": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluid-experimental/react": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/counter": "^0.50.4",
"@fluidframework/counter": "^0.50.5",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
12 changes: 6 additions & 6 deletions examples/data-objects/clicker-react/clicker-reducer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker-reducer",
"version": "0.50.4",
"version": "0.50.5",
"description": "Minimal Fluid object sample to implement a collaborative counter using Fluid React hooks",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -36,15 +36,15 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluid-experimental/react": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluid-experimental/react": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/counter": "^0.50.4",
"@fluidframework/counter": "^0.50.5",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker-with-hook",
"version": "0.50.4",
"version": "0.50.5",
"description": "Minimal Fluid object sample to implement a collaborative counter using the synced counter hook",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
Expand Down Expand Up @@ -36,15 +36,15 @@
"webpack:dev": "webpack --env.development"
},
"dependencies": {
"@fluid-example/example-utils": "^0.50.4",
"@fluid-experimental/react": "^0.50.4",
"@fluidframework/aqueduct": "^0.50.4",
"@fluid-example/example-utils": "^0.50.5",
"@fluid-experimental/react": "^0.50.5",
"@fluidframework/aqueduct": "^0.50.5",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/counter": "^0.50.4",
"@fluidframework/counter": "^0.50.5",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.50.4",
"@fluid-tools/webpack-fluid-loader": "^0.50.5",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
Loading

0 comments on commit bcbee3b

Please sign in to comment.