Skip to content

Commit d73b79f

Browse files
committed
'version 0.37.1'
1 parent 506d40e commit d73b79f

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed

VERSION

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

docs/source/about/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ scheme for the project adheres to `Semantic Versioning <https://semver.org/>`__.
1616
Unreleased
1717
----------
1818

19+
Nothing yet...
20+
21+
22+
0.37.1
23+
------
24+
1925
No changes.
2026

2127

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-a2",
17+
"version": "0.37.1",
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-a2"
24+
"version": "0.37.1"
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-a2"
34+
"version": "0.37.1"
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.37.1-a2" # DO NOT MODIFY
26+
__version__ = "0.37.1" # DO NOT MODIFY
2727

2828
__all__ = [
2929
"component",

0 commit comments

Comments
 (0)