Skip to content

Commit 6708394

Browse files
committed
version 0.38.0-a1
1 parent f2c1070 commit 6708394

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.2
1+
0.38.0-a1

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
@@ -23,6 +23,12 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26+
Nothing yet...
27+
28+
29+
0.38.0-a1
30+
---------
31+
2632
Changed:
2733

2834
- How IDOM integrates with servers - :pull:`703`

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.2",
17+
"version": "0.38.0-a1",
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.2"
24+
"version": "0.38.0-a1"
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.2"
34+
"version": "0.38.0-a1"
3535
}

src/idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
__author__ = "idom-team"
24-
__version__ = "0.37.2" # DO NOT MODIFY
24+
__version__ = "0.38.0-a1" # DO NOT MODIFY
2525

2626
__all__ = [
2727
"component",

0 commit comments

Comments
 (0)