Skip to content

Commit f196fbb

Browse files
committed
version 0.42.0
1 parent 039d08d commit f196fbb

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.41.0
1+
0.42.0

docs/source/about/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26+
No changes.
27+
28+
29+
v0.42.0
30+
-------
31+
:octicon:`milestone` *released on 2022-12-02*
32+
2633
**Added**
2734

2835
- :pull:`835` - Ability to customize the ``<head>`` element of IDOM's built-in client.

src/client/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/package.json

+1-1
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.41.0",
17+
"version": "0.42.0",
1818
"workspaces": [
1919
"./packages/*"
2020
]

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.41.0"
23+
"version": "0.42.0"
2424
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"test": "uvu tests"
3232
},
3333
"type": "module",
34-
"version": "0.41.0"
34+
"version": "0.42.0"
3535
}

src/idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
__author__ = "idom-team"
26-
__version__ = "0.41.0" # DO NOT MODIFY
26+
__version__ = "0.42.0" # DO NOT MODIFY
2727

2828
__all__ = [
2929
"backend",

0 commit comments

Comments
 (0)