We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2b37a commit 272c14dCopy full SHA for 272c14d
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.0.0-alpha.8](https://github.com/mfellner/valtio-factory/compare/1.0.0-alpha.7...1.0.0-alpha.8) (2022-07-13)
4
+
5
6
+### Features
7
8
+* actions can call other actions ([05cb762](https://github.com/mfellner/valtio-factory/commit/05cb762f7ac028c11f7a6fd93d033b3713e0e6a9))
9
10
## [1.0.0-alpha.7](https://github.com/mfellner/valtio-factory/compare/1.0.0-alpha.6...1.0.0-alpha.7) (2022-06-30)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@mfellner/valtio-factory",
- "version": "1.0.0-alpha.7",
+ "version": "1.0.0-alpha.8",
"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