Skip to content

Commit 85ab10a

Browse files
committed
0.33.1 release
1 parent 363d9a2 commit 85ab10a

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.33.0
1+
0.33.1

Diff for: docs/source/changelog.rst

+12
Original file line numberDiff line numberDiff 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+
517
0.33.0
618
------
719

Diff for: src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
]

Diff for: src/client/packages/idom-app-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"format": "prettier --write ./src",
2121
"test": "echo 'no tests'"
2222
},
23-
"version": "0.33.0"
23+
"version": "0.33.1"
2424
}

Diff for: src/client/packages/idom-client-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"test": "uvu tests"
3030
},
3131
"type": "module",
32-
"version": "0.33.0"
32+
"version": "0.33.1"
3333
}

Diff for: src/idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

0 commit comments

Comments
 (0)