Skip to content

Commit

Permalink
Run build to update packageVersion.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvy86 committed Feb 24, 2024
1 parent 417340f commit cc4f515
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
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.1036.5001";
export const pkgVersion = "0.1036.5002";
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.1036.5001";
export const pkgVersion = "0.1036.5002";
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.1036.5001";
export const pkgVersion = "0.1036.5002";
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-routerlicious-base";
export const pkgVersion = "0.1036.5001";
export const pkgVersion = "0.1036.5002";
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.1036.5001";
export const pkgVersion = "0.1036.5002";
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.1036.5001";
export const pkgVersion = "0.1036.5002";
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-ordering-kafkanode";
export const pkgVersion = "0.1036.5001";
export const pkgVersion = "0.1036.5002";
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-ordering-rdkafka";
export const pkgVersion = "0.1036.5001";
export const pkgVersion = "0.1036.5002";
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-ordering-zookeeper";
export const pkgVersion = "0.1036.5001";
export const pkgVersion = "0.1036.5002";
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.1036.5001";
export const pkgVersion = "0.1036.5002";
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services-telemetry";
export const pkgVersion = "0.1036.5001";
export const pkgVersion = "0.1036.5002";
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.1036.5001";
export const pkgVersion = "0.1036.5002";
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const pkgName = "@fluidframework/server-services";
export const pkgVersion = "0.1036.5001";
export const pkgVersion = "0.1036.5002";

0 comments on commit cc4f515

Please sign in to comment.