Skip to content

Commit 38bbb9c

Browse files
committed
bump to 0.38.2
1 parent e24f4ed commit 38bbb9c

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.38.1
1+
0.38.2

docs/source/_custom_js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/about/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ Unreleased
2525

2626
No changes.
2727

28+
v0.38.2
29+
-------
30+
:octicon:`milestone` *released on 2022-06-11*
31+
32+
**Fixed**
33+
34+
- ``idom.run`` would fail to run if not specifying a server implementation.
35+
2836

2937
v0.38.1
3038
-------

src/client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "npm --workspaces publish",
1515
"test": "npm --workspaces test"
1616
},
17-
"version": "0.38.1",
17+
"version": "0.38.2",
1818
"workspaces": [
1919
"./packages/*"
2020
]

src/client/packages/idom-app-react/package.json

Lines changed: 1 addition & 1 deletion
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.38.1"
23+
"version": "0.38.2"
2424
}

src/client/packages/idom-client-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"test": "uvu tests"
3232
},
3333
"type": "module",
34-
"version": "0.38.1"
34+
"version": "0.38.2"
3535
}

src/idom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
__author__ = "idom-team"
25-
__version__ = "0.38.1" # DO NOT MODIFY
25+
__version__ = "0.38.2" # DO NOT MODIFY
2626

2727
__all__ = [
2828
"component",

0 commit comments

Comments
 (0)