Skip to content

Commit

Permalink
[bump] build-tools: 0.18.0 => 0.18.1 (patch) (#15920)
Browse files Browse the repository at this point in the history
Release bump.
  • Loading branch information
tylerbutler authored Jun 8, 2023
1 parent 4bd7345 commit 3b3a012
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build-tools/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.18.0",
"version": "0.18.1",
"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.18.0",
"version": "0.18.1",
"private": true,
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @fluid-tools/build-cli
$ flub COMMAND
running command...
$ flub (--version|-V)
@fluid-tools/build-cli/0.18.0
@fluid-tools/build-cli/0.18.1
$ flub --help [COMMAND]
USAGE
$ flub COMMAND
Expand Down
2 changes: 1 addition & 1 deletion 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.18.0",
"version": "0.18.1",
"description": "Build tools for the Fluid Framework",
"homepage": "https://fluidframework.com",
"repository": {
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.18.0",
"version": "0.18.1",
"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.18.0",
"version": "0.18.1",
"description": "Utility for analyzing bundle size regressions",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/readme-command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @fluid-internal/readme-command
$ fluid-readme COMMAND
running command...
$ fluid-readme (--version|-V)
@fluid-internal/readme-command/0.18.0
@fluid-internal/readme-command/0.18.1
$ fluid-readme --help [COMMAND]
USAGE
$ fluid-readme COMMAND
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/readme-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluid-internal/readme-command",
"version": "0.18.0",
"version": "0.18.1",
"private": true,
"description": "CLI to generate readmes for Fluid build-tools",
"homepage": "https://fluidframework.com",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/version-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ npm install -g @fluid-tools/version-tools
$ fluv COMMAND
running command...
$ fluv (--version|-V)
@fluid-tools/version-tools/0.18.0
@fluid-tools/version-tools/0.18.1
$ fluv --help [COMMAND]
USAGE
$ fluv COMMAND
Expand Down
2 changes: 1 addition & 1 deletion 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.18.0",
"version": "0.18.1",
"description": "Versioning tools for Fluid Framework",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down

0 comments on commit 3b3a012

Please sign in to comment.