Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Releases: storybook-eol/storybook-deployer

v2.8.12

19 Jul 18:10
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Jimmy Andrade (@jimmyandrade), for all your work!

πŸ› Bug Fix

πŸ”© Dependency Updates

Authors: 1

v2.8.11

21 Mar 16:20
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from new contributors! πŸŽ‰

Thanks for all your work!

❀️ Mitchell (@mitchiemt11)

❀️ Jimmy Andrade (@jimmyandrade)

πŸ› Bug Fix

πŸ”© Dependency Updates

Authors: 2

v2.8.10

15 Jun 14:02
Compare
Choose a tag to compare

πŸŽ‰ 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

v2.8.9

15 Jun 14:00
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Jimmy Andrade (@jimmyandrade), for all your work!

πŸ› Bug Fix

πŸ”© Dependency Updates

Authors: 1

v2.8.8

12 May 17:32
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from new contributors! πŸŽ‰

Thanks for all your work!

❀️ Jimmy Andrade (@jimmyandrade)

❀️ Jack Howard (@JackHowa)

πŸ› Bug Fix

πŸ”© Dependency Updates

Authors: 2

v2.8.7

06 Oct 14:40
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Jimmy Andrade (@jimmyandrade), for all your work!

πŸ› Bug Fix

Authors: 1

v2.8.6

12 May 15:43
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Jeri Sommers (@sojeri), for all your work!

πŸ› Bug Fix

  • fix yargs-parser & kind-of vulnerabilities #84 (@sojeri)

Authors: 1

v2.8.5

02 Apr 16:30
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Fraser Killip (@FraserKillip), for all your work!

πŸ› Bug Fix

Authors: 1

v2.8.4

02 Apr 16:26
Compare
Choose a tag to compare

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Lucas Machado (@luksm), for all your work!

πŸ› Bug Fix

⚠️ Pushed to master

🏠 Internal

Authors: 2

AWS S3 Sync Options

27 Feb 19:44
Compare
Choose a tag to compare

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!