Releases: storybook-eol/storybook-deployer
v2.8.12
π This release contains work from a new contributor! π
Thank you, Jimmy Andrade (@jimmyandrade), for all your work!
π Bug Fix
- docs: update README.md #121 (@jimmyandrade)
π© Dependency Updates
- build(deps): bump shelljs from 0.8.3 to 0.8.5 #115 (@jimmyandrade)
- build: bump async from 3.2.0 to 3.2.4 #122 (@jimmyandrade)
Authors: 1
- Jimmy Andrade (@jimmyandrade)
v2.8.11
π This release contains work from new contributors! π
Thanks for all your work!
β€οΈ Mitchell (@mitchiemt11)
β€οΈ Jimmy Andrade (@jimmyandrade)
π Bug Fix
- Update README.md #117 (@mitchiemt11)
π© Dependency Updates
- build(deps): bump path-parse from 1.0.6 to 1.0.7 #113 (@jimmyandrade)
Authors: 2
- Jimmy Andrade (@jimmyandrade)
- Mitchell (@mitchiemt11)
v2.8.10
π This release contains work from a new contributor! π
Thank you, Jimmy Andrade (@jimmyandrade), for all your work!
π Bug Fix
- fix issue where new repo didn't set matching source branch #87 (@jimmyandrade)
Authors: 1
- Jimmy Andrade (@jimmyandrade)
v2.8.9
π This release contains work from a new contributor! π
Thank you, Jimmy Andrade (@jimmyandrade), for all your work!
π Bug Fix
- fix: automatically use CI mode if CI env variable is present #94 (@jimmyandrade)
- docs: add
npx
instructions to README.md #110 (@jimmyandrade)
π© Dependency Updates
- build(deps): bump glob-parent from 5.1.1 to 5.1.2 #111 (@jimmyandrade)
Authors: 1
- Jimmy Andrade (@jimmyandrade)
v2.8.8
π This release contains work from new contributors! π
Thanks for all your work!
β€οΈ Jimmy Andrade (@jimmyandrade)
β€οΈ Jack Howard (@JackHowa)
π Bug Fix
- fix: make it possible to deploy from SOURCE_BRANCH #102 (@jimmyandrade)
- build: set up codeql analysis #95 (@jimmyandrade)
π© Dependency Updates
- fix(deps): bump lodash from 4.17.19 to 4.17.21 #108 (@jimmyandrade)
- fix(deps): bump hosted-git-info from 2.8.5 to 2.8.9 #109 (@jimmyandrade)
- build(deps): bump gitlog from 4.0.3 to 4.0.4 #106 (@jimmyandrade)
- fix(deps): bump y18n from 4.0.0 to 4.0.1 #105 (@jimmyandrade)
- chore(dev-deps): bump ini from 1.3.5 to 1.3.8 #99 (@jimmyandrade)
- chore: Update auto dependencies to ensure no security node-fetch issues #96 (@JackHowa)
Authors: 2
- Jack Howard (@JackHowa)
- Jimmy Andrade (@jimmyandrade)
v2.8.7
π This release contains work from a new contributor! π
Thank you, Jimmy Andrade (@jimmyandrade), for all your work!
π Bug Fix
- fix(deps): bump lodash from 4.17.15 to 4.17.19 #89 (@jimmyandrade)
Authors: 1
- Jimmy Andrade (@jimmyandrade)
v2.8.6
v2.8.5
π This release contains work from a new contributor! π
Thank you, Fraser Killip (@FraserKillip), for all your work!
π Bug Fix
- Remove check for Github.com when using an access token #80 (@FraserKillip)
Authors: 1
- Fraser Killip (@FraserKillip)
v2.8.4
π This release contains work from a new contributor! π
Thank you, Lucas Machado (@luksm), for all your work!
π Bug Fix
β οΈ Pushed to master
- update lock file (@hipstersmoothie)
π Internal
- Add automated releases and contributors #81 (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Lucas Machado (@luksm)
AWS S3 Sync Options
This release adds the ability to pass arbitrary options to aws sync
:
storybook-to-aws-s3 --bucket-path=bucket-name/bucket-path --s3-sync-options=--acl=public-read
storybook-to-aws-s3 --bucket-path=bucket-name/bucket-path --s3-sync-options="--acl=public-read --quiet"
Thanks @nkov!