Skip to content

Commit 1e0c846

Browse files
author
Robert Bolender
committed
Bump package version in postpublish script.
1 parent 6606af7 commit 1e0c846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"precommit": "prettier --write \"./components/**/*.{js,jsx}\" && npm run stylelint",
1818
"build": "rimraf dist && webpack --mode=none",
1919
"prepublishOnly": "npm test",
20-
"postpublish": "yarn helmsman ship-to @faithlife/styled-ui@5.71.0 latest --no-ship-faithlife",
20+
"postpublish": "yarn helmsman ship-to @faithlife/styled-ui@5.72.0 latest --no-ship-faithlife",
2121
"stylelint": "stylelint ./components/**/*.jsx",
2222
"unit-test": "cross-env NODE_ENV=test mocha -t 60000 -r @babel/register ./tests/**/*.js",
2323
"helmsman": "npx --userconfig ./.npmrc @faithlife/helmsman",

0 commit comments

Comments
 (0)