Skip to content

Commit ad49f29

Browse files
committed
'version 0.37.2'
1 parent 99d3792 commit ad49f29

File tree

8 files changed

+16
-10
lines changed

8 files changed

+16
-10
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.1
1+
0.37.2

docs/source/_custom_js/package-lock.json

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

docs/source/about/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ more info, see the :ref:`Contributor Guide <Create a Changelog Entry>`.
1717
Unreleased
1818
----------
1919

20+
Nothing yet...
21+
22+
23+
0.37.2
24+
------
25+
2026
Changed:
2127

2228
- The name of ``proto`` modules to ``types`` and added a top level ``idom.types`` module

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"format": "prettier --write ./src",
2222
"test": "echo 'no tests'"
2323
},
24-
"version": "0.37.1"
24+
"version": "0.37.2"
2525
}

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.37.1"
34+
"version": "0.37.2"
3535
}

src/idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
__author__ = "idom-team"
25-
__version__ = "0.37.1" # DO NOT MODIFY
25+
__version__ = "0.37.2" # DO NOT MODIFY
2626

2727
__all__ = [
2828
"component",

0 commit comments

Comments
 (0)