File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1- 0.33.0
1+ 0.33.1
Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ Changelog
22=========
33
44
5+ 0.33.1
6+ ------
7+
8+ A hot fix for a regression introduced in ``0.33.0 `` where the root element of the layout
9+ could not be updated. See :issue: `498 ` for more info. A regression test for this will
10+ be introduced in a future release.
11+
12+ **Pull Requests **
13+
14+ - Fix 498 pt1 - :pull: `501 `
15+
16+
5170.33.0
618------
719
Original file line number Diff line number Diff line change 1717 "publish" : " npm --workspaces publish" ,
1818 "test" : " npm --workspaces test"
1919 },
20- "version" : " 0.33.0 " ,
20+ "version" : " 0.33.1 " ,
2121 "workspaces" : [
2222 " ./packages/*"
2323 ]
Original file line number Diff line number Diff line change 2020 "format" : " prettier --write ./src" ,
2121 "test" : " echo 'no tests'"
2222 },
23- "version" : " 0.33.0 "
23+ "version" : " 0.33.1 "
2424}
Original file line number Diff line number Diff line change 2929 "test" : " uvu tests"
3030 },
3131 "type" : " module" ,
32- "version" : " 0.33.0 "
32+ "version" : " 0.33.1 "
3333}
Original file line number Diff line number Diff line change 1010
1111
1212__author__ = "idom-team"
13- __version__ = "0.33.0 " # DO NOT MODIFY
13+ __version__ = "0.33.1 " # DO NOT MODIFY
1414
1515__all__ = [
1616 "component" ,
You can’t perform that action at this time.
0 commit comments