Skip to content

Commit

Permalink
Bump patch version for common/server packages (#3217)
Browse files Browse the repository at this point in the history
Migration to a new ADO organization cause the build number to regress.
Skip one patch version for common/server.
Client will come in a later PR.
  • Loading branch information
curtisman authored Aug 16, 2020
1 parent 5f9f304 commit 74a09b8
Show file tree
Hide file tree
Showing 28 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion common/build/build-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/build-common",
"version": "0.19.0",
"version": "0.19.1",
"description": "Package containing common configs",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion common/build/eslint-config-fluid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/eslint-config-fluid",
"version": "0.19.0",
"version": "0.19.1",
"description": "Shareable ESLint config for the Fluid Framework",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down
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.0",
"version": "0.19.1",
"description": "Fluid common definitions",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.0",
"version": "0.22.1",
"description": "Collection of utility functions for Fluid",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion server/routerlicious/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/**"
],
"version": "0.1011.0"
"version": "0.1011.1"
}
2 changes: 1 addition & 1 deletion server/routerlicious/packages/gitresources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/gitresources",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Git resource definitions",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions server/routerlicious/packages/kafka-orderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-kafka-orderer",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid ordering services",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"@types/node": "^10.17.24"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions server/routerlicious/packages/lambdas-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-lambdas-driver",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Driver components for the Fluid service lambdas.",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down Expand Up @@ -46,9 +46,9 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/server-services": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/server-services-utils": "^0.1011.0",
"@fluidframework/server-services": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"@fluidframework/server-services-utils": "^0.1011.1",
"async": "^2.6.1",
"lodash": "^4.17.19",
"moniker": "^0.1.2",
Expand All @@ -58,7 +58,7 @@
"devDependencies": {
"@fluidframework/build-common": "^0.18.0",
"@fluidframework/eslint-config-fluid": "^0.18.0",
"@fluidframework/server-test-utils": "^0.1011.0",
"@fluidframework/server-test-utils": "^0.1011.1",
"@types/async": "^2.0.50",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
Expand Down
14 changes: 7 additions & 7 deletions server/routerlicious/packages/lambdas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-lambdas",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid service lambdas",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down Expand Up @@ -49,11 +49,11 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/gitresources": "^0.1011.0",
"@fluidframework/protocol-base": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-services-client": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/gitresources": "^0.1011.1",
"@fluidframework/protocol-base": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-services-client": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"@types/semver": "^6.0.1",
"async": "^2.6.1",
"double-ended-queue": "^2.1.0-0",
Expand All @@ -67,7 +67,7 @@
"devDependencies": {
"@fluidframework/build-common": "^0.18.0",
"@fluidframework/eslint-config-fluid": "^0.18.0",
"@fluidframework/server-test-utils": "^0.1011.0",
"@fluidframework/server-test-utils": "^0.1011.1",
"@types/async": "^2.0.50",
"@types/json-stringify-safe": "^5.0.0",
"@types/lodash": "^4.14.118",
Expand Down
14 changes: 7 additions & 7 deletions server/routerlicious/packages/local-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-local-server",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Local server implementation",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down Expand Up @@ -50,12 +50,12 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-lambdas": "^0.1011.0",
"@fluidframework/server-memory-orderer": "^0.1011.0",
"@fluidframework/server-services-client": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/server-test-utils": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-lambdas": "^0.1011.1",
"@fluidframework/server-memory-orderer": "^0.1011.1",
"@fluidframework/server-services-client": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"@fluidframework/server-test-utils": "^0.1011.1",
"uuid": "^3.3.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-local-server";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
12 changes: 6 additions & 6 deletions server/routerlicious/packages/memory-orderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-memory-orderer",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid ordering services",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand All @@ -27,11 +27,11 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/protocol-base": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-lambdas": "^0.1011.0",
"@fluidframework/server-services-client": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/protocol-base": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-lambdas": "^0.1011.1",
"@fluidframework/server-services-client": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"@types/debug": "^4.1.5",
"@types/double-ended-queue": "^2.1.0",
"@types/lodash": "^4.14.118",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-memory-orderer";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
6 changes: 3 additions & 3 deletions server/routerlicious/packages/protocol-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/protocol-base",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid protocol base",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/gitresources": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/gitresources": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"assert": "^2.0.0",
"lodash": "^4.17.19"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/protocol-definitions",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid protocol definitions",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down
26 changes: 13 additions & 13 deletions server/routerlicious/packages/routerlicious/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-routerlicious",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Server to assign sequence numbers and route deltas between connected clients",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down Expand Up @@ -61,16 +61,16 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/gitresources": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-kafka-orderer": "^0.1011.0",
"@fluidframework/server-lambdas": "^0.1011.0",
"@fluidframework/server-lambdas-driver": "^0.1011.0",
"@fluidframework/server-memory-orderer": "^0.1011.0",
"@fluidframework/server-services": "^0.1011.0",
"@fluidframework/server-services-client": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/server-services-utils": "^0.1011.0",
"@fluidframework/gitresources": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-kafka-orderer": "^0.1011.1",
"@fluidframework/server-lambdas": "^0.1011.1",
"@fluidframework/server-lambdas-driver": "^0.1011.1",
"@fluidframework/server-memory-orderer": "^0.1011.1",
"@fluidframework/server-services": "^0.1011.1",
"@fluidframework/server-services-client": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"@fluidframework/server-services-utils": "^0.1011.1",
"body-parser": "^1.17.1",
"bytes": "^3.0.0",
"commander": "^2.17.1",
Expand All @@ -94,8 +94,8 @@
"devDependencies": {
"@fluidframework/build-common": "^0.18.0",
"@fluidframework/eslint-config-fluid": "^0.18.0",
"@fluidframework/server-local-server": "^0.1011.0",
"@fluidframework/server-test-utils": "^0.1011.0",
"@fluidframework/server-local-server": "^0.1011.1",
"@fluidframework/server-test-utils": "^0.1011.1",
"@types/bytes": "^3.0.0",
"@types/compression": "0.0.33",
"@types/cookie-parser": "^1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions server/routerlicious/packages/services-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-services-client",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Isomorphic services for communicating with Fluid",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/gitresources": "^0.1011.0",
"@fluidframework/protocol-base": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/gitresources": "^0.1011.1",
"@fluidframework/protocol-base": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@types/node": "^10.17.24",
"axios": "^0.18.0",
"debug": "^4.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-client";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
8 changes: 4 additions & 4 deletions server/routerlicious/packages/services-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-services-core",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid services core definitions",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/gitresources": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-services-client": "^0.1011.0",
"@fluidframework/gitresources": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-services-client": "^0.1011.1",
"@types/nconf": "^0.0.37",
"@types/node": "^10.17.24",
"debug": "^4.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-core";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
12 changes: 6 additions & 6 deletions server/routerlicious/packages/services-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-services-shared",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid shared services",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand All @@ -24,11 +24,11 @@
},
"dependencies": {
"@fluidframework/common-utils": "^0.21.0",
"@fluidframework/gitresources": "^0.1011.0",
"@fluidframework/protocol-base": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/server-services-client": "^0.1011.0",
"@fluidframework/server-services-core": "^0.1011.0",
"@fluidframework/gitresources": "^0.1011.1",
"@fluidframework/protocol-base": "^0.1011.1",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@fluidframework/server-services-client": "^0.1011.1",
"@fluidframework/server-services-core": "^0.1011.1",
"debug": "^4.1.1",
"lodash": "^4.17.19",
"moniker": "^0.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-shared";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
4 changes: 2 additions & 2 deletions server/routerlicious/packages/services-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/server-services-utils",
"version": "0.1011.0",
"version": "0.1011.1",
"description": "Fluid service lambdas",
"repository": "microsoft/FluidFramework",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"tsfmt:fix": "tsfmt --replace"
},
"dependencies": {
"@fluidframework/protocol-definitions": "^0.1011.0",
"@fluidframework/protocol-definitions": "^0.1011.1",
"@sentry/node": "^5.6.2",
"debug": "^4.1.1",
"nconf": "^0.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-utils";
export const pkgVersion = "0.1011.0";
export const pkgVersion = "0.1011.1";
Loading

0 comments on commit 74a09b8

Please sign in to comment.