mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
Version Packages (#1643)
* Version Packages * Trigger build --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
parent
138f4f37b6
commit
075e9f6099
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@redux-devtools/remote': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix Hermes support by adding polyfill for Symbol.asyncIterator
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.9.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 138f4f3: Fix Hermes support by adding polyfill for Symbol.asyncIterator
|
||||||
|
|
||||||
## 0.9.1
|
## 0.9.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@redux-devtools/remote",
|
"name": "@redux-devtools/remote",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"description": "Relay Redux actions to remote Redux DevTools.",
|
"description": "Relay Redux actions to remote Redux DevTools.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"redux",
|
"redux",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user