Skip to content

Commit 7133133

Browse files
github-actions[bot]datner
authored andcommitted
Version Packages
1 parent 003a3ed commit 7133133

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/breezy-flies-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-dogs-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-effect
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`024ce51`](https://github.com/datner/react-effect/commit/024ce51f8d3bc32c3e9c3b1b6af8729ff912fad6) Thanks [@datner](https://github.com/datner)! - add interruptible behavior to useResultCallback
8+
9+
- [#4](https://github.com/datner/react-effect/pull/4) [`d896dfd`](https://github.com/datner/react-effect/commit/d896dfdd37deca109679668883f0a723e3fa75f6) Thanks [@evelant](https://github.com/evelant)! - Add makeFromRuntime and makeFromRuntimeContext constructors to RuntimeProvider
10+
311
## 0.0.2
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect-react",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"publishConfig": {
55
"access": "public",
66
"directory": "dist"

0 commit comments

Comments
 (0)