@wordpress/redux-routine
Advanced tools
Comparing version 5.15.0 to 5.16.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.16.0 (2025-01-15) | ||
## 5.15.0 (2025-01-02) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/redux-routine", | ||
"version": "5.15.0", | ||
"version": "5.16.0", | ||
"description": "Redux middleware for generator coroutines.", | ||
@@ -45,3 +45,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45" | ||
"gitHead": "f48b9f56629e400891abb5ae491504de475237ff" | ||
} |
@@ -56,3 +56,3 @@ # @wordpress/redux-routine | ||
In this example, when we dispatch `retrieveTemperature`, it will trigger the control handler to take effect, issuing the network request and assigning the result into the `result` variable. Only once the | ||
request has completed does the action creator procede to return the `SET_TEMPERATURE` action type. | ||
request has completed does the action creator proceed to return the `SET_TEMPERATURE` action type. | ||
@@ -59,0 +59,0 @@ ## API |
104208