Skip to content

Commit 1e11b22

Browse files
committed
'version 0.37.1-a2'
1 parent 857c789 commit 1e11b22

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-a1
1+
0.37.1-a2

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-a2
23+
---------
24+
1925
Fixed:
2026

2127
- Revert :pull:`694` and by making ``value`` uncontrolled client-side - :issue:`684`

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

2828
__all__ = [
2929
"component",

0 commit comments

Comments
 (0)