Skip to content

Commit 86e3af9

Browse files
committed
version 1.0.0-a5
1 parent b8af14c commit 86e3af9

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-
1.0.0-a4
1+
1.0.0-a5

docs/source/about/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Unreleased
2626
No changes.
2727

2828

29+
v1.0.0-a5
30+
---------
31+
:octicon:`milestone` *released on 2023-02-21*
32+
33+
No changes.
34+
35+
2936
v1.0.0-a4
3037
---------
3138
:octicon:`milestone` *released on 2023-02-21*

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": "1.0.0-a4",
17+
"version": "1.0.0-a5",
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": "1.0.0-a4"
23+
"version": "1.0.0-a5"
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": "1.0.0-a4"
34+
"version": "1.0.0-a5"
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__ = "1.0.0-a4" # DO NOT MODIFY
25+
__version__ = "1.0.0-a5" # DO NOT MODIFY
2626

2727
__all__ = [
2828
"backend",

0 commit comments

Comments
 (0)