Skip to content

Commit

Permalink
Auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
widendev committed Jan 18, 2024
1 parent 9f44327 commit 7c554ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions bksh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail

NAME="$1.sh"
FILE=".bksh/${NAME}"
aws s3 cp s3://buildkite-env-widen/bksh/${NAME} ${FILE}
chmod u+x ${FILE}

shift # remove first argument
${FILE} $@
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@widen/react-modal",
"version": "1.0.0",
"version": "0.25.0",
"description": "Accessible modal dialog component for React.JS",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit 7c554ad

Please sign in to comment.