Skip to content

Commit

Permalink
'version 0.37.1-a1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Feb 28, 2022
1 parent fddd1d8 commit c9536f6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.37.0
0.37.1-a1
6 changes: 6 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ scheme for the project adheres to `Semantic Versioning <https://semver.org/>`__.
Unreleased
----------

Nothing yet...


0.37.1-a1
---------

Fixed:

- ``onChange`` event for inputs missing key strokes :issue:`684`
Expand Down
8 changes: 4 additions & 4 deletions src/client/package-lock.json

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

2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "npm --workspaces publish",
"test": "npm --workspaces test"
},
"version": "0.37.0",
"version": "0.37.1-a1",
"workspaces": [
"./packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion src/client/packages/idom-app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"format": "prettier --write ./src",
"test": "echo 'no tests'"
},
"version": "0.37.0"
"version": "0.37.1-a1"
}
2 changes: 1 addition & 1 deletion src/client/packages/idom-client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"test": "uvu tests"
},
"type": "module",
"version": "0.37.0"
"version": "0.37.1-a1"
}
2 changes: 1 addition & 1 deletion src/idom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__author__ = "idom-team"
__version__ = "0.37.0" # DO NOT MODIFY
__version__ = "0.37.1-a1" # DO NOT MODIFY

__all__ = [
"component",
Expand Down

0 comments on commit c9536f6

Please sign in to comment.