Skip to content

Commit b85efc0

Browse files
authored
bump(build-tools): Bump build-tools packages to 0.61.0 (#25831)
This PR bumps build-tools packages to 0.61.0 in preperation for the 0.60.0 release. Changes were generated with `npm -r --include-workspace-root exec npm pkg set version=0.61.0`.
1 parent 1f7db33 commit b85efc0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-tools-release-group-root",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"private": true,
55
"homepage": "https://fluidframework.com",
66
"repository": {

build-tools/packages/build-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-tools/build-cli",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Build tools for the Fluid Framework",
55
"homepage": "https://fluidframework.com",
66
"repository": {

build-tools/packages/build-infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-tools/build-infrastructure",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Fluid build infrastructure",
55
"homepage": "https://fluidframework.com",
66
"repository": {

build-tools/packages/build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/build-tools",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Fluid Build tools",
55
"homepage": "https://fluidframework.com",
66
"repository": {

build-tools/packages/bundle-size-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/bundle-size-tools",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Utility for analyzing bundle size regressions",
55
"homepage": "https://fluidframework.com",
66
"repository": {

build-tools/packages/version-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-tools/version-tools",
3-
"version": "0.60.0",
3+
"version": "0.61.0",
44
"description": "Versioning tools for Fluid Framework",
55
"homepage": "https://fluidframework.com",
66
"repository": {

0 commit comments

Comments
 (0)