We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083f28b commit 56d525eCopy full SHA for 56d525e
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.0-alpha.3](https://github.com/mfellner/valtio-factory/compare/1.0.0-alpha.2...1.0.0-alpha.3) (2022-01-29)
2
+
3
4
+### Bug Fixes
5
6
+* actions can use derived state ([083f28b](https://github.com/mfellner/valtio-factory/commit/083f28bce27ccc8af507dbf366523868d3711a1b))
7
8
## [1.0.0-alpha.2](https://github.com/mfellner/valtio-factory/compare/1.0.0-alpha.1...1.0.0-alpha.2) (2022-01-29)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@mfellner/valtio-factory",
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0-alpha.3",
"description": "Create and compose valtio state using the factory pattern.",
"author": "Maximilian Fellner <mail@mfellner.eu>",
"repository": "https://github.com/mfellner/valtio-factory",
0 commit comments