Version Packages

This commit is contained in:
github-actions[bot] 2022-04-04 16:02:01 +00:00
parent 829dd7e9c2
commit f80f6c06ff
10 changed files with 37 additions and 19 deletions

View File

@ -1,7 +0,0 @@
---
'@redux-devtools/app': patch
'@redux-devtools/cli': patch
'remotedev-redux-devtools-extension': patch
---
Avoid persisting the selected action index between sessions

View File

@ -1,5 +0,0 @@
---
'react-json-tree': patch
---
Fix type import for Typescript versions <4.5

View File

@ -1,5 +1,15 @@
# remotedev-redux-devtools-extension
## 3.0.11
### Patch Changes
- ab3c0e2: Avoid persisting the selected action index between sessions
- Updated dependencies [ab3c0e2]
- Updated dependencies [4c9a890]
- @redux-devtools/app@2.1.3
- react-json-tree@0.16.2
## 3.0.10
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.0.10",
"version": "3.0.11",
"description": "Redux Developer Tools for debugging application state changes.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
"license": "MIT",
@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@redux-devtools/app": "^2.1.2",
"@redux-devtools/app": "^2.1.3",
"@redux-devtools/core": "^3.11.0",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/serialize": "^0.4.1",
@ -45,7 +45,7 @@
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-json-tree": "^0.16.1",
"react-json-tree": "^0.16.2",
"react-redux": "^7.2.8",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",

View File

@ -1,5 +1,11 @@
# Change Log
## 0.16.2
### Patch Changes
- 4c9a890: Fix type import for Typescript versions <4.5
## 0.16.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable](https://rollupjs.org/guide/en/#outputexports):

View File

@ -1,6 +1,6 @@
{
"name": "react-json-tree",
"version": "0.16.1",
"version": "0.16.2",
"description": "React JSON Viewer Component, Extracted from redux-devtools",
"keywords": [
"react",

View File

@ -1,5 +1,11 @@
# Change Log
## 2.1.3
### Patch Changes
- ab3c0e2: Avoid persisting the selected action index between sessions
## 2.1.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app",
"version": "2.1.2",
"version": "2.1.3",
"description": "Redux DevTools app",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
"bugs": {

View File

@ -1,5 +1,13 @@
# Change Log
## 1.0.7
### Patch Changes
- ab3c0e2: Avoid persisting the selected action index between sessions
- Updated dependencies [ab3c0e2]
- @redux-devtools/app@2.1.3
## [1.0.0-9](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-8...@redux-devtools/cli@1.0.0-9) (2021-06-11)
**Note:** Version bump only for package @redux-devtools/cli

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "CLI for remote debugging with Redux DevTools.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli",
"bugs": {
@ -40,7 +40,7 @@
"node": ">=14.15.0"
},
"dependencies": {
"@redux-devtools/app": "^2.1.1",
"@redux-devtools/app": "^2.1.3",
"@types/react": "^17.0.43",
"apollo-server-express": "^3.6.7",
"body-parser": "^1.20.0",