From 91dfbb1ea9ecaab4cafffb4c8c5f24f135b0447d Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Fri, 26 Jun 2026 16:39:47 +0200 Subject: [PATCH] Releasing v0.3.2 --- remotestate-py/CHANGES.md | 4 ++++ remotestate-py/pyproject.toml | 2 +- remotestate-ts/CHANGES.md | 2 +- remotestate-ts/package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/remotestate-py/CHANGES.md b/remotestate-py/CHANGES.md index a0a080b..114dd7d 100644 --- a/remotestate-py/CHANGES.md +++ b/remotestate-py/CHANGES.md @@ -1,3 +1,7 @@ +## Version 0.3.2 + +- Fixed issue in TypeScript library. (#42) + ## Version 0.3.1 - Relaxed remotestate Python library dependencies: diff --git a/remotestate-py/pyproject.toml b/remotestate-py/pyproject.toml index bb70e98..fd113ce 100644 --- a/remotestate-py/pyproject.toml +++ b/remotestate-py/pyproject.toml @@ -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" diff --git a/remotestate-ts/CHANGES.md b/remotestate-ts/CHANGES.md index e7d01d2..64caa9f 100644 --- a/remotestate-ts/CHANGES.md +++ b/remotestate-ts/CHANGES.md @@ -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) diff --git a/remotestate-ts/package.json b/remotestate-ts/package.json index c5da172..5b6cd8e 100644 --- a/remotestate-ts/package.json +++ b/remotestate-ts/package.json @@ -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",