Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-07-05)

### Bug Fixes

* Equalise the chances when picking a random backdrop ([b29f076](b29f076))
* initialize stack frame params for all procedures ([20ff75b](20ff75b))
* **package:** update @vernier/godirect to version 1.4.1 ([089f892](089f892)), closes [#1915](#1915)
* **package:** update @vernier/godirect to version 1.5.0 ([e1fe21c](e1fe21c)), closes [#1961](#1961)
* **package:** update diff-match-patch to version 1.0.4 ([7d32c81](7d32c81)), closes [#1552](#1552)
* **package:** update format-message to version 6.2.0 ([5779a48](5779a48))
* **package:** update format-message to version 6.2.1 ([c71da28](c71da28))
* **package:** update htmlparser2 to version 3.10.0 ([e1fc448](e1fc448))
* **package:** update scratch-parser to version 4.2.0 ([b1dacd4](b1dacd4))
* **package:** update scratch-parser to version 4.3.0 ([a103af8](a103af8))
* **package:** update scratch-parser to version 4.3.1 ([d909ac5](d909ac5))
* **package:** update scratch-parser to version 4.3.3 ([641c2f3](641c2f3))
* **package:** update scratch-parser to version 4.3.5 ([6715b2e](6715b2e))
* **package:** update scratch-parser to version 4.3.6 ([d354d89](d354d89))
* **package:** update scratch-parser to version 5.0.0 ([43ddb7c](43ddb7c))
* **package:** update scratch-sb1-converter to version 0.2.2 ([58c9f4e](58c9f4e))
* **package:** update scratch-sb1-converter to version 0.2.5 ([29d229c](29d229c))
* **package:** update scratch-sb1-converter to version 0.2.6 ([e4300da](e4300da))
* **package:** update scratch-sb1-converter to version 0.2.7 ([f64eaa3](f64eaa3))
* resolve scratch-*/src/index.js for expose-loader ([fda2885](fda2885))
* use ValidationError to determine if an SB1File error should throw ([a92f339](a92f339))
* **util:** Make string comparisons match Flash's, everywhere ([dab78c4](dab78c4))

### Features

* Allow switching to specially named backdrops ([341bd8f](341bd8f))
* Implement "point towards random direction" ([306996e](306996e))

### Reverts

* Revert "Consistently format text bubbles" ([2a42285](2a42285))
* Revert "add SAY_OR_THINK getter" ([7330129](7330129))
* Revert "synth extension" ([dbcbe8b](dbcbe8b))
* Revert "lightplay extension stub" ([d1b261d](d1b261d))
* Revert "lightplay extension stub" ([7501af4](7501af4))
* Revert "Attempting to fix #1492: WeDo2 use of  should be backwards compatible." ([1f7d9d3](1f7d9d3)), closes [#1492](#1492)
* Revert "Revert #1260, #1258, #1239" ([9afe401](9afe401)), closes [#1260](#1260) [#1258](#1258) [#1239](#1239)
* Revert "Revert "Push reported"" ([d04d6b2](d04d6b2))
* Revert "Fix test" ([a586c5d](a586c5d))

### BREAKING CHANGES

* specially-named backdrops can now be navigated
  • Loading branch information
semantic-release-bot committed Jul 5, 2022
1 parent 087d8bf commit cbbbbb6
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2022-07-05)


### Bug Fixes

* Equalise the chances when picking a random backdrop ([b29f076](https://github.com/LLK/scratch-vm/commit/b29f07636d4dc713b5a6012791438ad44d4c79a4))
* initialize stack frame params for all procedures ([20ff75b](https://github.com/LLK/scratch-vm/commit/20ff75b776308e8b6c07201477d7a4a5df5e7454))
* **package:** update @vernier/godirect to version 1.4.1 ([089f892](https://github.com/LLK/scratch-vm/commit/089f892316193d87bc0f30b3f156e0af30a90e67)), closes [#1915](https://github.com/LLK/scratch-vm/issues/1915)
* **package:** update @vernier/godirect to version 1.5.0 ([e1fe21c](https://github.com/LLK/scratch-vm/commit/e1fe21cd2a3061e0290b559c5c508383c8012b82)), closes [#1961](https://github.com/LLK/scratch-vm/issues/1961)
* **package:** update diff-match-patch to version 1.0.4 ([7d32c81](https://github.com/LLK/scratch-vm/commit/7d32c8107e7552b4cd4ff61537d0633cce47ebfd)), closes [#1552](https://github.com/LLK/scratch-vm/issues/1552)
* **package:** update format-message to version 6.2.0 ([5779a48](https://github.com/LLK/scratch-vm/commit/5779a48434f441bd0ea884eab1ce804027d786b7))
* **package:** update format-message to version 6.2.1 ([c71da28](https://github.com/LLK/scratch-vm/commit/c71da286c8e38f52f22394d2c54dd417a59b9252))
* **package:** update htmlparser2 to version 3.10.0 ([e1fc448](https://github.com/LLK/scratch-vm/commit/e1fc448493d884773a0088cd20d1382b8a00699f))
* **package:** update scratch-parser to version 4.2.0 ([b1dacd4](https://github.com/LLK/scratch-vm/commit/b1dacd4b5967e0146fa7fc563b8fa51ff3d6ed7e))
* **package:** update scratch-parser to version 4.3.0 ([a103af8](https://github.com/LLK/scratch-vm/commit/a103af8bb9729e34504c150902f81850ce0dd392))
* **package:** update scratch-parser to version 4.3.1 ([d909ac5](https://github.com/LLK/scratch-vm/commit/d909ac53919b7a36826af5b142c93deef8105c74))
* **package:** update scratch-parser to version 4.3.3 ([641c2f3](https://github.com/LLK/scratch-vm/commit/641c2f398d12ccf2dc7b076f4b65c9b585531063))
* **package:** update scratch-parser to version 4.3.5 ([6715b2e](https://github.com/LLK/scratch-vm/commit/6715b2ec34ecfa6e8243e16c45da3668b02acf86))
* **package:** update scratch-parser to version 4.3.6 ([d354d89](https://github.com/LLK/scratch-vm/commit/d354d89f972a2ab58ac3e49c00b24ae9c3b9b69e))
* **package:** update scratch-parser to version 5.0.0 ([43ddb7c](https://github.com/LLK/scratch-vm/commit/43ddb7ce81f9933a1933b8104ba115b468ba5de2))
* **package:** update scratch-sb1-converter to version 0.2.2 ([58c9f4e](https://github.com/LLK/scratch-vm/commit/58c9f4eb3bfff6977f1c9ececf2ea8faac06ccb5))
* **package:** update scratch-sb1-converter to version 0.2.5 ([29d229c](https://github.com/LLK/scratch-vm/commit/29d229c1db0c010e05ff5a31b429988417eb584b))
* **package:** update scratch-sb1-converter to version 0.2.6 ([e4300da](https://github.com/LLK/scratch-vm/commit/e4300da4297fafcfa87104b078d51ea0564b9cd5))
* **package:** update scratch-sb1-converter to version 0.2.7 ([f64eaa3](https://github.com/LLK/scratch-vm/commit/f64eaa3329d17a4576ba7738099a3e181271724a))
* resolve scratch-*/src/index.js for expose-loader ([fda2885](https://github.com/LLK/scratch-vm/commit/fda288506aac8d0dc82e59d1723518ad4544456d))
* use ValidationError to determine if an SB1File error should throw ([a92f339](https://github.com/LLK/scratch-vm/commit/a92f33960f0e4ce06dd06825916c1315a5972cb3))
* **util:** Make string comparisons match Flash's, everywhere ([dab78c4](https://github.com/LLK/scratch-vm/commit/dab78c4f6222b4bd7ecec45ee5112e332c945c0f))


### Features

* Allow switching to specially named backdrops ([341bd8f](https://github.com/LLK/scratch-vm/commit/341bd8f3d38d6e30895730c81e8319e67fb6c013))
* Implement "point towards random direction" ([306996e](https://github.com/LLK/scratch-vm/commit/306996e54c814838e3bbac7c1ebd33f547848784))


### Reverts

* Revert "Consistently format text bubbles" ([2a42285](https://github.com/LLK/scratch-vm/commit/2a42285abef677360e28e8e128b304b51f1aba18))
* Revert "add SAY_OR_THINK getter" ([7330129](https://github.com/LLK/scratch-vm/commit/7330129cc6332bdc324727db70a57229d79d3bb4))
* Revert "synth extension" ([dbcbe8b](https://github.com/LLK/scratch-vm/commit/dbcbe8b94fabc73ac0f3feddc1b78f0c51ecef64))
* Revert "lightplay extension stub" ([d1b261d](https://github.com/LLK/scratch-vm/commit/d1b261d56e93302816b26a54c44ca56af900e4c2))
* Revert "lightplay extension stub" ([7501af4](https://github.com/LLK/scratch-vm/commit/7501af4c6b80e29b8cf8fe6f6f7e72f0f50365fe))
* Revert "Attempting to fix #1492: WeDo2 use of should be backwards compatible." ([1f7d9d3](https://github.com/LLK/scratch-vm/commit/1f7d9d3b67591b2eccc2336572c1f47d4f140814)), closes [#1492](https://github.com/LLK/scratch-vm/issues/1492)
* Revert "Revert #1260, #1258, #1239" ([9afe401](https://github.com/LLK/scratch-vm/commit/9afe401dcafcb199d1719228137fc276600684c7)), closes [#1260](https://github.com/LLK/scratch-vm/issues/1260) [#1258](https://github.com/LLK/scratch-vm/issues/1258) [#1239](https://github.com/LLK/scratch-vm/issues/1239)
* Revert "Revert "Push reported"" ([d04d6b2](https://github.com/LLK/scratch-vm/commit/d04d6b2c6ad1c7a79b06f9eb727170cc3068c517))
* Revert "Fix test" ([a586c5d](https://github.com/LLK/scratch-vm/commit/a586c5d9cdae593a2ed635265f4c3453d61f8aec))


### BREAKING CHANGES

* specially-named backdrops can now be navigated

0 comments on commit cbbbbb6

Please sign in to comment.