Skip to content

Commit

Permalink
chore: update version number for demo (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 authored Feb 24, 2022
1 parent 2ad2076 commit 241c2a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe",
"version": "2.24.4",
"version": "2.24.5",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions giraffe/publish
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ if ! git status | grep -q "Your branch is up to date with 'origin/master'."; the
fi

if ! git status | grep -q 'working tree clean'; then
echo "Error! Cannot publish with dirty working tree"
exit 1
echo "*** Warning: publishing with dirty working tree"
fi

echo "Installing dependencies"
Expand Down
2 changes: 1 addition & 1 deletion stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe-stories",
"version": "2.24.4",
"version": "2.24.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 241c2a9

Please sign in to comment.