Skip to content

Commit 134d5a6

Browse files
committed
reactpy v2.0.0b12 and @reactpy/client v1.2.0
1 parent 6655a80 commit 134d5a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/packages/@reactpy/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"checkTypes": "tsc --noEmit"
3737
},
3838
"type": "module",
39-
"version": "1.1.1"
39+
"version": "1.2.0"
4040
}

src/reactpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy
2424

2525
__author__ = "The Reactive Python Team"
26-
__version__ = "2.0.0b11"
26+
__version__ = "2.0.0b12"
2727

2828
__all__ = [
2929
"Ref",

0 commit comments

Comments
 (0)