We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cace9 commit 7b1a483Copy full SHA for 7b1a483
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.0-alpha.5](https://github.com/mfellner/valtio-factory/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2022-01-30)
2
+
3
4
+### Features
5
6
+* pass context to subscriptions ([67cace9](https://github.com/mfellner/valtio-factory/commit/67cace9346de4217dce9f94db468fad6478b8c5f))
7
8
## [1.0.0-alpha.4](https://github.com/mfellner/valtio-factory/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2022-01-30)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@mfellner/valtio-factory",
- "version": "1.0.0-alpha.4",
+ "version": "1.0.0-alpha.5",
"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