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: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Summary
## Summary

_Describe the change in a few sentences._

Closes #
See also #

## Changes made
## Changes

-
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:

jobs:
python:
name: Python workspace
python-library:
name: Python library
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion remotestate-py/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.3.0 (in development)
## Version 0.3.0

- `Store` now accepts any root state value, exposes it through the typed
`state` property, and supports root reads/writes with the empty path.
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.0.dev0"
version = "0.3.0"
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.0 (in development)
## Version 0.3.0

- Relaxed the shared path grammar so the empty string addresses the root value
and paths may start with a bracketed array index or string key, such as
Expand Down
4 changes: 2 additions & 2 deletions remotestate-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions remotestate-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remotestate",
"version": "0.3.0-dev.0",
"version": "0.3.0",
"description": "Python state, React UI.",
"type": "module",
"main": "./dist/remotestate.js",
Expand Down Expand Up @@ -74,4 +74,3 @@
"esbuild@0.25.12": true
}
}