Skip to content

Commit b07b0cb

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](release/1.0.9...release/2.0.0) (2021-05-20) ### Bug Fixes * better error when creating block config file with no block variables defined ([e5d3516](e5d3516)) * Improved warning message when no custom scripts defined ([dce89ef](dce89ef)) * Manual Block order bugs ([03de3f2](03de3f2)) ### BREAKING CHANGES * Unfortunately, this will break any projects currently using custom orders. You'll need to delete the old Block order files and redo the custom order files to adopt the new version.
1 parent d70ba63 commit b07b0cb

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

BML_TUX_Project/Packages/bmlTUX/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.biomotionlab.tux",
3-
"version": "1.0.9",
3+
"version": "2.0.0",
44
"displayName": "bmlTUX",
55
"description": "A toolkit for creating experiments in Unity. For more information see our documentation page: https://biomotionlab.github.io/TUX/, our github page: https://github.com/BioMotionLab/TUX, or check out BioMotionLab: http://www.biomotionlab.ca/tux/",
66
"unity": "2019.3",

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0](https://github.com/BioMotionLab/TUX/compare/release/1.0.9...release/2.0.0) (2021-05-20)
2+
3+
4+
### Bug Fixes
5+
6+
* better error when creating block config file with no block variables defined ([e5d3516](https://github.com/BioMotionLab/TUX/commit/e5d3516c8819580e0da4eea5ca702be2be3e88cc))
7+
* Improved warning message when no custom scripts defined ([dce89ef](https://github.com/BioMotionLab/TUX/commit/dce89ef10cb8487f9a3c3caf9991109ac08d393c))
8+
* Manual Block order bugs ([03de3f2](https://github.com/BioMotionLab/TUX/commit/03de3f21a0491f7771f476549c1d664645b0a553))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Unfortunately, this will break any projects currently using custom orders.
14+
15+
You'll need to delete the old Block order files and redo the custom order files to adopt the new version.
16+
117
## [1.0.9](https://github.com/BioMotionLab/TUX/compare/release/1.0.8...release/1.0.9) (2020-11-02)
218

319

0 commit comments

Comments
 (0)