Skip to content

Commit

Permalink
[bump] build-tools: 0.48.0 => 0.49.0 (minor) (microsoft#22760)
Browse files Browse the repository at this point in the history
Bumped build-tools from 0.48.0 to 0.49.0.
  • Loading branch information
tylerbutler authored Oct 8, 2024
1 parent 7a7263c commit 271b3c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build-tools/lerna.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "0.48.0", "npmClient": "pnpm", "useWorkspaces": true }
{ "version": "0.49.0", "npmClient": "pnpm", "useWorkspaces": true }
2 changes: 1 addition & 1 deletion build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.48.0",
"version": "0.49.0",
"private": true,
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions build-tools/packages/build-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-tools/build-cli",
"version": "0.48.0",
"version": "0.49.0",
"description": "Build tools for the Fluid Framework",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down Expand Up @@ -176,7 +176,6 @@
"eslint-config-prettier": "~9.1.0",
"jssm-viz-cli": "5.97.1",
"mocha": "^10.2.0",

"mocha-multi-reporters": "^1.5.1",
"moment": "^2.29.4",
"rimraf": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/build-tools",
"version": "0.48.0",
"version": "0.49.0",
"description": "Fluid Build tools",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/bundle-size-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/bundle-size-tools",
"version": "0.48.0",
"version": "0.49.0",
"description": "Utility for analyzing bundle size regressions",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions build-tools/packages/version-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-tools/version-tools",
"version": "0.48.0",
"version": "0.49.0",
"description": "Versioning tools for Fluid Framework",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down Expand Up @@ -104,7 +104,6 @@
"eslint-config-oclif-typescript": "^3.1.8",
"eslint-config-prettier": "~9.1.0",
"mocha": "^10.2.0",

"mocha-multi-reporters": "^1.5.1",
"moment": "^2.29.4",
"oclif": "^4.14.9",
Expand Down

0 comments on commit 271b3c7

Please sign in to comment.