Skip to content

Commit

Permalink
chore(release): 17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](v16.0.2...v17.0.0) (2021-08-26)

### Bug Fixes

* support bitsy 7.8 ([e1d88de](e1d88de))
* **dialog choices:** choice selected early when skipping dialog ([d0c123c](d0c123c))
* **dialog choices:** hook not applying due to whitespace change ([c6391a7](c6391a7))
* remove `moveSprites` hook ([f110b0b](f110b0b))
* reset callbacks after hooks ([7cbcb8d](7cbcb8d))
* **backdrops:** incorrect option name ([8b0b15d](8b0b15d))
* **backdrops:** make canvas transparent ([dc7d0c1](dc7d0c1))
* **backdrops:** preload not called ([86ec258](86ec258))
* **dialog prompt:** default value not showing up until keypress ([fdc3fc0](fdc3fc0))
* **dialog prompt:** dialog not automatically continuing after prompt ([d50b5dd](d50b5dd))
* outdated method of clearing render cache ([663bc2e](663bc2e))

### BREAKING CHANGES

* support changed from bitsy 7.2 to 7.8
  • Loading branch information
semantic-release-bot committed Aug 26, 2021
1 parent e1d88de commit 3d1e882
Show file tree
Hide file tree
Showing 64 changed files with 404 additions and 76 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [17.0.0](https://github.com/seleb/bitsy-hacks/compare/v16.0.2...v17.0.0) (2021-08-26)


### Bug Fixes

* support bitsy 7.8 ([e1d88de](https://github.com/seleb/bitsy-hacks/commit/e1d88deee8a78f033da722dfc2be2619b3aa3006))
* **dialog choices:** choice selected early when skipping dialog ([d0c123c](https://github.com/seleb/bitsy-hacks/commit/d0c123cf152411b8abc23b1f76c61be8f078f649))
* **dialog choices:** hook not applying due to whitespace change ([c6391a7](https://github.com/seleb/bitsy-hacks/commit/c6391a79ea9d07496d617d1bb77d67e54665b0fc))
* remove `moveSprites` hook ([f110b0b](https://github.com/seleb/bitsy-hacks/commit/f110b0b954e0a09c83084695cd8a9ca42be39f3e))
* reset callbacks after hooks ([7cbcb8d](https://github.com/seleb/bitsy-hacks/commit/7cbcb8d04aa010bd94a7f2101ca166b5426cb9b5))
* **backdrops:** incorrect option name ([8b0b15d](https://github.com/seleb/bitsy-hacks/commit/8b0b15d2266828a125f3932ce3a92c7bf3f77de0))
* **backdrops:** make canvas transparent ([dc7d0c1](https://github.com/seleb/bitsy-hacks/commit/dc7d0c1d7ebccfe5fe09d70e42c553261c950fc0))
* **backdrops:** preload not called ([86ec258](https://github.com/seleb/bitsy-hacks/commit/86ec258b602aecdeb22c127beac5cd6a4d1a7774))
* **dialog prompt:** default value not showing up until keypress ([fdc3fc0](https://github.com/seleb/bitsy-hacks/commit/fdc3fc0a11479a0a3a2737eb05ca050fc0ae20a0))
* **dialog prompt:** dialog not automatically continuing after prompt ([d50b5dd](https://github.com/seleb/bitsy-hacks/commit/d50b5dd1aea3a6c687234a0b7047435b3191b5e4))
* outdated method of clearing render cache ([663bc2e](https://github.com/seleb/bitsy-hacks/commit/663bc2e539e06cf66e7f0a41fb3c92d360787ea0))


### BREAKING CHANGES

* support changed from bitsy 7.2 to 7.8

## [16.0.2](https://github.com/seleb/bitsy-hacks/compare/v16.0.1...v16.0.2) (2021-07-15)


Expand Down
7 changes: 6 additions & 1 deletion dist/3d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/avatar-by-room.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions dist/backdrops.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/basic-sfx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/bitsymuse.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/canvas-replacement.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/character-portraits-animated.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/character-portraits.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/close-on-ending.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions dist/corrupt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/custom-exit-effects.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/custom-keyhandlers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/custom-text-effect.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/dialog-audio-vocal-synth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/dialog-audio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/dialog-box-transition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d1e882

Please sign in to comment.