Version Packages (#1096)

* Version Packages

* Updates

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:
github-actions[bot] 2022-04-04 16:47:07 +00:00 committed by GitHub
parent 829dd7e9c2
commit 1f996a30a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 44 additions and 26 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,5 @@
{
"version": "3.0.9",
"version": "3.0.11",
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",

View File

@ -1,5 +1,5 @@
{
"version": "3.0.9",
"version": "3.0.11",
"name": "Redux DevTools",
"manifest_version": 2,
"description": "Redux Developer Tools for debugging application state changes.",

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",

View File

@ -4839,7 +4839,7 @@ __metadata:
languageName: node
linkType: hard
"@redux-devtools/app@^2.1.1, @redux-devtools/app@^2.1.2, @redux-devtools/app@workspace:packages/redux-devtools-app":
"@redux-devtools/app@^2.1.3, @redux-devtools/app@workspace:packages/redux-devtools-app":
version: 0.0.0-use.local
resolution: "@redux-devtools/app@workspace:packages/redux-devtools-app"
dependencies:
@ -4966,7 +4966,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redux-devtools/cli@workspace:packages/redux-devtools-cli"
dependencies:
"@redux-devtools/app": ^2.1.1
"@redux-devtools/app": ^2.1.3
"@types/body-parser": ^1.19.2
"@types/cors": ^2.8.12
"@types/cross-spawn": ^6.0.2
@ -23130,7 +23130,7 @@ __metadata:
languageName: unknown
linkType: soft
"react-json-tree@^0.16.1, react-json-tree@workspace:packages/react-json-tree":
"react-json-tree@^0.16.1, react-json-tree@^0.16.2, react-json-tree@workspace:packages/react-json-tree":
version: 0.0.0-use.local
resolution: "react-json-tree@workspace:packages/react-json-tree"
dependencies:
@ -23960,7 +23960,7 @@ __metadata:
"@babel/preset-react": ^7.16.7
"@babel/preset-typescript": ^7.16.7
"@babel/register": ^7.17.7
"@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
@ -24003,7 +24003,7 @@ __metadata:
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
react-transform-catch-errors: ^1.0.2
react-transform-hmr: ^1.0.4