Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions remotestate-py/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.3.2

- Fixed issue in TypeScript library. (#42)

## Version 0.3.1

- Relaxed remotestate Python library dependencies:
Expand Down
2 changes: 1 addition & 1 deletion remotestate-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "remotestate"
version = "0.3.1"
version = "0.3.2"
authors = [{name = "forman"}]
description = "Python state, React UI."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion remotestate-ts/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.3.2 (in development)
## Version 0.3.2

- Fixed WebSocket serialization so store `set` messages with `undefined`
values preserve the required `value` field by sending JSON `null`. (#42)
Expand Down
2 changes: 1 addition & 1 deletion remotestate-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remotestate",
"version": "0.3.2-dev.0",
"version": "0.3.2",
"description": "Python state, React UI.",
"type": "module",
"main": "./dist/remotestate.js",
Expand Down