Skip to content

Commit ccfc356

Browse files
authored
[bump] build-tools: 0.37.0 => 0.38.0 (minor) (#20641)
Bumped build-tools from 0.37.0 to 0.38.0.
1 parent f8cd9b2 commit ccfc356

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build-tools/lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "version": "0.37.0", "npmClient": "pnpm", "useWorkspaces": true }
1+
{ "version": "0.38.0", "npmClient": "pnpm", "useWorkspaces": true }

build-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"private": true,
55
"homepage": "https://fluidframework.com",
66
"repository": {

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/build-tools",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"description": "Fluid Build tools",
55
"homepage": "https://fluidframework.com",
66
"repository": {

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-private/readme-command",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"private": true,
55
"description": "CLI to generate readmes for Fluid build-tools",
66
"homepage": "https://fluidframework.com",

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

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

0 commit comments

Comments
 (0)