Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bump] package version for client (2.0.0-internal.1.0.0) #11071

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 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": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "A minimal example using the react collaborative-textarea",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -38,24 +38,24 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-experimental/get-container": "^2.0.0",
"@fluid-experimental/react-inputs": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-experimental/get-container": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-experimental/react-inputs": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/sequence": "^2.0.0",
"@fluidframework/view-interfaces": "^2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/sequence": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/view-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"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": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^2.0.0",
"@fluidframework/test-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
"@types/jest": "22.2.3",
Expand Down
12 changes: 6 additions & 6 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": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Example of using a Fluid Object as a collection of items",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -37,12 +37,12 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-experimental/get-container": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-experimental/get-container": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/container-runtime-definitions": "^2.0.0",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/runtime-utils": "^2.0.0",
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"css-loader": "^1.0.0",
"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": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Spaces is a grid layout component",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -40,20 +40,20 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/clicker": "^2.0.0",
"@fluid-example/codemirror": "^2.0.0",
"@fluid-example/collaborative-textarea": "^2.0.0",
"@fluid-example/multiview-coordinate-model": "^2.0.0",
"@fluid-example/multiview-slider-coordinate-view": "^2.0.0",
"@fluid-example/prosemirror": "^2.0.0",
"@fluid-experimental/get-container": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-example/clicker": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/codemirror": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/collaborative-textarea": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/prosemirror": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-experimental/get-container": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/datastore-definitions": "^2.0.0",
"@fluidframework/runtime-definitions": "^2.0.0",
"@fluidframework/runtime-utils": "^2.0.0",
"@fluidframework/view-adapters": "^2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/datastore-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/view-adapters": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"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": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Example of integrating a Fluid data object with a variety of view frameworks.",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -38,8 +38,8 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-experimental/get-container": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-experimental/get-container": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"css-loader": "^1.0.0",
"react": "^16.10.2",
Expand Down
12 changes: 6 additions & 6 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": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Fluid ink canvas",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -42,15 +42,15 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/example-utils": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-example/example-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/ink": "^2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/ink": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
18 changes: 9 additions & 9 deletions examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/clicker",
"version": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Minimal Fluid component sample to implement a collaborative counter.",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -42,21 +42,21 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/example-utils": "^2.0.0",
"@fluid-experimental/task-manager": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-example/example-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-experimental/task-manager": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/counter": "^2.0.0",
"@fluidframework/runtime-definitions": "^2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/counter": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^2.0.0",
"@fluidframework/test-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
"@types/jest": "22.2.3",
Expand Down
34 changes: 17 additions & 17 deletions examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/codemirror",
"version": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Simple markdown editor",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -40,26 +40,26 @@
"webpack:dev": "webpack --env=\"development\""
},
"dependencies": {
"@fluidframework/aqueduct": "^2.0.0",
"@fluidframework/container-definitions": "^2.0.0",
"@fluidframework/container-runtime": "^2.0.0",
"@fluidframework/container-runtime-definitions": "^2.0.0",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/datastore": "^2.0.0",
"@fluidframework/datastore-definitions": "^2.0.0",
"@fluidframework/map": "^2.0.0",
"@fluidframework/merge-tree": "^2.0.0",
"@fluidframework/request-handler": "^2.0.0",
"@fluidframework/runtime-definitions": "^2.0.0",
"@fluidframework/runtime-utils": "^2.0.0",
"@fluidframework/sequence": "^2.0.0",
"@fluidframework/view-adapters": "^2.0.0",
"@fluidframework/view-interfaces": "^2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/container-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/container-runtime": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/datastore": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/datastore-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/map": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/merge-tree": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/request-handler": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/sequence": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/view-adapters": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/view-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@types/codemirror": "0.0.76",
"codemirror": "^5.48.4"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
12 changes: 6 additions & 6 deletions examples/data-objects/diceroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/diceroller",
"version": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Minimal Fluid Container & Object sample to implement a collaborative dice roller.",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -42,15 +42,15 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/example-utils": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-example/example-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/map": "^2.0.0",
"@fluidframework/view-interfaces": "^2.0.0",
"@fluidframework/map": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/view-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
18 changes: 9 additions & 9 deletions examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/monaco",
"version": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Monaco code editor",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -40,19 +40,19 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/example-utils": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluidframework/container-definitions": "^2.0.0",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/merge-tree": "^2.0.0",
"@fluidframework/runtime-definitions": "^2.0.0",
"@fluidframework/sequence": "^2.0.0",
"@fluid-example/example-utils": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/container-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/merge-tree": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/runtime-definitions": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/sequence": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@types/node": "^14.18.0",
"monaco-editor": "^0.30.0",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
14 changes: 7 additions & 7 deletions examples/data-objects/multiview/constellation-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-example/multiview-constellation-model",
"version": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "Constellation model for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -41,15 +41,15 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/multiview-coordinate-interface": "^2.0.0",
"@fluid-example/multiview-coordinate-model": "^2.0.0",
"@fluidframework/aqueduct": "^2.0.0",
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/multiview-coordinate-model": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/aqueduct": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/core-interfaces": "^2.0.0",
"@fluidframework/map": "^2.0.0"
"@fluidframework/core-interfaces": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/map": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@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/multiview-constellation-view",
"version": "2.0.0",
"version": "2.0.0-internal.1.0.0",
"private": true,
"description": "View for multiview sample",
"homepage": "https://fluidframework.com",
Expand Down Expand Up @@ -42,12 +42,12 @@
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/multiview-coordinate-interface": "^2.0.0",
"@fluid-example/multiview-slider-coordinate-view": "^2.0.0",
"@fluid-example/multiview-coordinate-interface": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluid-example/multiview-slider-coordinate-view": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"react": "^16.10.2"
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^2.0.0",
"@fluid-tools/webpack-fluid-loader": ">=2.0.0-internal.1.0.0 <2.0.0-internal.2.0.0",
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@fluidframework/test-tools": "^0.2.3074",
Expand Down
Loading