Skip to content

Commit

Permalink
[bump] dep to released version - common-definitions->0.19.1 (microsof…
Browse files Browse the repository at this point in the history
…t#3498)

Also bump package version forward after release:

common-definitions->0.19.2
  • Loading branch information
curtisman committed Sep 3, 2020
1 parent 60afae0 commit 853e361
Show file tree
Hide file tree
Showing 36 changed files with 42 additions and 42 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.

2 changes: 1 addition & 1 deletion 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.19.1",
"version": "0.19.2",
"description": "Fluid common definitions",
"homepage": "https://fluidframework.com",
"repository": "microsoft/FluidFramework",
Expand Down
6 changes: 3 additions & 3 deletions common/lib/common-utils/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/common-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@types/events": "^3.0.0",
"assert": "^2.0.0",
"base64-js": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/table-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@fluidframework/aqueduct": "^0.26.0",
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
"@fluidframework/merge-tree": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/webflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@fluid-example/flow-util-lib": "^0.26.0",
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/data-object-base": "^0.26.0",
"@fluidframework/map": "^0.26.0",
Expand Down
6 changes: 3 additions & 3 deletions lerna-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 packages/dds/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/merge-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/shared-object-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/file-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/driver-definitions": "^0.26.0",
"@fluidframework/driver-utils": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/iframe-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/driver-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/local-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/driver-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/odsp-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/driver-base": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/replay-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/driver-definitions": "^0.26.0",
"@fluidframework/driver-utils": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/routerlicious-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/driver-base": "^0.26.0",
"@fluidframework/driver-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/aqueduct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-loader": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/data-object-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-runtime": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@fluidframework/aqueduct": "^0.26.0",
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/counter": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hosts/base-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-loader": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/driver-definitions": "^0.26.0",
"@fluidframework/protocol-definitions": "^0.1012.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/container-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-utils": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/protocol-definitions": "^0.1012.0-0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/driver-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/driver-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/container-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@fluidframework/agent-scheduler": "^0.26.0",
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-runtime-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/datastore-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/protocol-definitions": "^0.1012.0-0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-utils": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/runtime-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/driver-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/runtime-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/datastore-definitions": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/test-runtime-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/core-interfaces": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/replay-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@fluid-internal/client-api": "^0.26.0",
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-loader": "^0.26.0",
"@fluidframework/core-interfaces": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/telemetry-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0",
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0-0",
"debug": "^4.1.1",
"events": "^3.1.0"
Expand Down
6 changes: 3 additions & 3 deletions server/routerlicious/lerna-package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/common-definitions": "^0.19.1-0"
"@fluidframework/common-definitions": "^0.19.1"
},
"devDependencies": {
"@fluidframework/build-common": "^0.19.2",
Expand Down

0 comments on commit 853e361

Please sign in to comment.