- devui@1.0.0-8
 - react-dock@0.4.0
 - react-json-tree@0.15.0
 - @redux-devtools/app@1.0.0-6
 - @redux-devtools/chart-monitor@1.9.0
 - @redux-devtools/cli@1.0.0-6
 - @redux-devtools/dock-monitor@1.4.0
 - @redux-devtools/inspector-monitor-test-tab@0.7.0
 - @redux-devtools/inspector-monitor-trace-tab@0.2.0
 - @redux-devtools/inspector-monitor@0.15.0
 - @redux-devtools/log-monitor@2.3.0
 - @redux-devtools/slider-monitor@2.0.0-7
 - @redux-devtools/utils@1.0.0-6
 - @redux-devtools/core@3.9.0
 - react-json-tree-example@1.1.2
 - slider-todomvc@0.1.1
 - counter-redux@0.1.2
 - todomvc@0.2.1
This commit is contained in:
Nathan Bierema 2021-03-06 10:38:32 -05:00
parent 2aaa9c10a3
commit c29a8d9391
36 changed files with 235 additions and 55 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-8](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-7...devui@1.0.0-8) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-6...devui@1.0.0-7) (2021-03-06) # [1.0.0-7](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-6...devui@1.0.0-7) (2021-03-06)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "devui", "name": "devui",
"version": "1.0.0-7", "version": "1.0.0-8",
"description": "Reusable React components for building DevTools monitors and apps.", "description": "Reusable React components for building DevTools monitors and apps.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/devui", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/devui",
"bugs": { "bugs": {

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.4.0](https://github.com/reduxjs/redux-devtools/compare/react-dock@0.3.0...react-dock@0.4.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 0.3.0 (2020-09-07) # 0.3.0 (2020-09-07)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "react-dock", "name": "react-dock",
"version": "0.3.0", "version": "0.4.0",
"description": "Resizable dockable react component", "description": "Resizable dockable react component",
"keywords": [ "keywords": [
"react", "react",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.15.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.14.0...react-json-tree@0.15.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# [0.14.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.13.0...react-json-tree@0.14.0) (2021-03-06) # [0.14.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.13.0...react-json-tree@0.14.0) (2021-03-06)
### Bug Fixes ### Bug Fixes

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.2](https://github.com/reduxjs/redux-devtools/compare/react-json-tree-example@1.1.1...react-json-tree-example@1.1.2) (2021-03-06)
**Note:** Version bump only for package react-json-tree-example
## [1.1.1](https://github.com/reduxjs/redux-devtools/compare/react-json-tree-example@1.1.0...react-json-tree-example@1.1.1) (2021-03-06) ## [1.1.1](https://github.com/reduxjs/redux-devtools/compare/react-json-tree-example@1.1.0...react-json-tree-example@1.1.1) (2021-03-06)
**Note:** Version bump only for package react-json-tree-example **Note:** Version bump only for package react-json-tree-example

View File

@ -1,6 +1,6 @@
{ {
"name": "react-json-tree-example", "name": "react-json-tree-example",
"version": "1.1.1", "version": "1.1.2",
"description": "React-Json-Tree example", "description": "React-Json-Tree example",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples",
"bugs": { "bugs": {
@ -24,7 +24,7 @@
"react": "^16.13.1", "react": "^16.13.1",
"react-base16-styling": "^0.8.0", "react-base16-styling": "^0.8.0",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-json-tree": "^0.14.0" "react-json-tree": "^0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^16.9.46", "@types/react": "^16.9.46",

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/app@1.0.0-5...@redux-devtools/app@1.0.0-6) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 1.0.0-5 (2021-03-06) # 1.0.0-5 (2021-03-06)
**Note:** Version bump only for package @redux-devtools/app **Note:** Version bump only for package @redux-devtools/app

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/app", "name": "@redux-devtools/app",
"version": "1.0.0-5", "version": "1.0.0-6",
"description": "Redux DevTools app", "description": "Redux DevTools app",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
"bugs": { "bugs": {
@ -37,15 +37,15 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/chart-monitor": "^1.8.0", "@redux-devtools/chart-monitor": "^1.9.0",
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/inspector-monitor": "^0.14.1", "@redux-devtools/inspector-monitor": "^0.15.0",
"@redux-devtools/inspector-monitor-test-tab": "^0.6.3", "@redux-devtools/inspector-monitor-test-tab": "^0.7.0",
"@redux-devtools/inspector-monitor-trace-tab": "^0.1.4", "@redux-devtools/inspector-monitor-trace-tab": "^0.2.0",
"@redux-devtools/log-monitor": "^2.2.0", "@redux-devtools/log-monitor": "^2.3.0",
"@redux-devtools/slider-monitor": "^2.0.0-6", "@redux-devtools/slider-monitor": "^2.0.0-7",
"d3-state-visualizer": "^1.4.0", "d3-state-visualizer": "^1.4.0",
"devui": "^1.0.0-7", "devui": "^1.0.0-8",
"javascript-stringify": "^2.0.1", "javascript-stringify": "^2.0.1",
"jsan": "^3.1.13", "jsan": "^3.1.13",
"jsondiffpatch": "^0.4.1", "jsondiffpatch": "^0.4.1",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/chart-monitor@1.8.0...@redux-devtools/chart-monitor@1.9.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 1.8.0 (2021-03-06) # 1.8.0 (2021-03-06)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/chart-monitor", "name": "@redux-devtools/chart-monitor",
"version": "1.8.0", "version": "1.9.0",
"description": "Chart monitor for Redux DevTools", "description": "Chart monitor for Redux DevTools",
"keywords": [ "keywords": [
"redux", "redux",
@ -46,7 +46,7 @@
"redux-devtools-themes": "^1.0.0" "redux-devtools-themes": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.9.46", "@types/react": "^16.9.46",
"react": "^16.13.1", "react": "^16.13.1",
"redux": "^4.0.5" "redux": "^4.0.5"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/cli@1.0.0-5...@redux-devtools/cli@1.0.0-6) (2021-03-06)
**Note:** Version bump only for package @redux-devtools/cli
# 1.0.0-5 (2021-03-06) # 1.0.0-5 (2021-03-06)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/cli", "name": "@redux-devtools/cli",
"version": "1.0.0-5", "version": "1.0.0-6",
"description": "CLI for remote debugging with Redux DevTools.", "description": "CLI for remote debugging with Redux DevTools.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli",
"bugs": { "bugs": {
@ -41,7 +41,7 @@
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/app": "^1.0.0-5", "@redux-devtools/app": "^1.0.0-6",
"@types/react": "^16.9.46", "@types/react": "^16.9.46",
"apollo-server": "^2.18.2", "apollo-server": "^2.18.2",
"apollo-server-express": "^2.18.2", "apollo-server-express": "^2.18.2",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.4.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/dock-monitor@1.3.0...@redux-devtools/dock-monitor@1.4.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 1.3.0 (2021-03-06) # 1.3.0 (2021-03-06)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/dock-monitor", "name": "@redux-devtools/dock-monitor",
"version": "1.3.0", "version": "1.4.0",
"description": "A resizable and movable dock for Redux DevTools monitors", "description": "A resizable and movable dock for Redux DevTools monitors",
"keywords": [ "keywords": [
"redux", "redux",
@ -43,10 +43,10 @@
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"parse-key": "^0.2.1", "parse-key": "^0.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-dock": "^0.3.0" "react-dock": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@types/parse-key": "^0.2.0", "@types/parse-key": "^0.2.0",
"@types/react": "^16.9.46", "@types/react": "^16.9.46",
"react": "^16.13.1", "react": "^16.13.1",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.7.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-test-tab@0.6.3...@redux-devtools/inspector-monitor-test-tab@0.7.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
## 0.6.3 (2021-03-06) ## 0.6.3 (2021-03-06)
**Note:** Version bump only for package @redux-devtools/inspector-monitor-test-tab **Note:** Version bump only for package @redux-devtools/inspector-monitor-test-tab

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/inspector-monitor-test-tab", "name": "@redux-devtools/inspector-monitor-test-tab",
"version": "0.6.3", "version": "0.7.0",
"description": "Generate tests for redux devtools.", "description": "Generate tests for redux devtools.",
"keywords": [ "keywords": [
"redux", "redux",
@ -44,7 +44,7 @@
}, },
"dependencies": { "dependencies": {
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"devui": "^1.0.0-7", "devui": "^1.0.0-8",
"es6template": "^1.0.5", "es6template": "^1.0.5",
"javascript-stringify": "^2.0.1", "javascript-stringify": "^2.0.1",
"jsan": "^3.1.13", "jsan": "^3.1.13",
@ -54,9 +54,9 @@
"simple-diff": "^1.6.0" "simple-diff": "^1.6.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/dock-monitor": "^1.3.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/inspector-monitor": "^0.14.1", "@redux-devtools/inspector-monitor": "^0.15.0",
"@types/es6template": "^1.0.0", "@types/es6template": "^1.0.0",
"@types/history": "^4.7.7", "@types/history": "^4.7.7",
"@types/jsan": "^3.1.0", "@types/jsan": "^3.1.0",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.2.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor-trace-tab@0.1.4...@redux-devtools/inspector-monitor-trace-tab@0.2.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
## 0.1.4 (2021-03-06) ## 0.1.4 (2021-03-06)
**Note:** Version bump only for package @redux-devtools/inspector-monitor-trace-tab **Note:** Version bump only for package @redux-devtools/inspector-monitor-trace-tab

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/inspector-monitor-trace-tab", "name": "@redux-devtools/inspector-monitor-trace-tab",
"version": "0.1.4", "version": "0.2.0",
"description": "Submonitor for Redux DevTools inspector to show stack traces.", "description": "Submonitor for Redux DevTools inspector to show stack traces.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor-trace-tab", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor-trace-tab",
"license": "MIT", "license": "MIT",
@ -36,8 +36,8 @@
"settle-promise": "^1.0.0" "settle-promise": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/inspector-monitor": "^0.14.1", "@redux-devtools/inspector-monitor": "^0.15.0",
"@types/babel__code-frame": "^7.0.2", "@types/babel__code-frame": "^7.0.2",
"@types/enzyme": "^3.10.5", "@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.15.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/inspector-monitor@0.14.1...@redux-devtools/inspector-monitor@0.15.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
## 0.14.1 (2021-03-06) ## 0.14.1 (2021-03-06)
**Note:** Version bump only for package @redux-devtools/inspector-monitor **Note:** Version bump only for package @redux-devtools/inspector-monitor

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/inspector-monitor", "name": "@redux-devtools/inspector-monitor",
"version": "0.14.1", "version": "0.15.0",
"description": "Redux DevTools Diff Monitor", "description": "Redux DevTools Diff Monitor",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor",
"bugs": { "bugs": {
@ -49,12 +49,12 @@
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-base16-styling": "^0.8.0", "react-base16-styling": "^0.8.0",
"react-dragula": "^1.1.17", "react-dragula": "^1.1.17",
"react-json-tree": "^0.14.0", "react-json-tree": "^0.15.0",
"redux-devtools-themes": "^1.0.0" "redux-devtools-themes": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/dock-monitor": "^1.3.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@types/dateformat": "^3.0.1", "@types/dateformat": "^3.0.1",
"@types/hex-rgba": "^1.0.0", "@types/hex-rgba": "^1.0.0",
"@types/history": "^4.7.7", "@types/history": "^4.7.7",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.3.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/log-monitor@2.2.0...@redux-devtools/log-monitor@2.3.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 2.2.0 (2021-03-06) # 2.2.0 (2021-03-06)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/log-monitor", "name": "@redux-devtools/log-monitor",
"version": "2.2.0", "version": "2.3.0",
"description": "The default tree view monitor for Redux DevTools", "description": "The default tree view monitor for Redux DevTools",
"keywords": [ "keywords": [
"redux", "redux",
@ -45,11 +45,11 @@
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-json-tree": "^0.14.0", "react-json-tree": "^0.15.0",
"redux-devtools-themes": "^1.0.0" "redux-devtools-themes": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.9.46", "@types/react": "^16.9.46",
"react": "^16.13.1", "react": "^16.13.1",
"redux": "^4.0.5" "redux": "^4.0.5"

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-7](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/slider-monitor@2.0.0-6...@redux-devtools/slider-monitor@2.0.0-7) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 2.0.0-6 (2021-03-06) # 2.0.0-6 (2021-03-06)
### Features ### Features

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.1](https://github.com/reduxjs/redux-devtools/compare/slider-todomvc@0.1.0...slider-todomvc@0.1.1) (2021-03-06)
**Note:** Version bump only for package slider-todomvc
# [0.1.0](https://github.com/reduxjs/redux-devtools/compare/slider-todomvc@0.0.2...slider-todomvc@0.1.0) (2021-03-06) # [0.1.0](https://github.com/reduxjs/redux-devtools/compare/slider-todomvc@0.0.2...slider-todomvc@0.1.0) (2021-03-06)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "slider-todomvc", "name": "slider-todomvc",
"version": "0.1.0", "version": "0.1.1",
"description": "TodoMVC example for redux", "description": "TodoMVC example for redux",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@ -15,10 +15,10 @@
"type-check:watch": "npm run type-check -- --watch" "type-check:watch": "npm run type-check -- --watch"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/dock-monitor": "^1.3.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/log-monitor": "^2.2.0", "@redux-devtools/log-monitor": "^2.3.0",
"@redux-devtools/slider-monitor": "^2.0.0-6", "@redux-devtools/slider-monitor": "^2.0.0-7",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/slider-monitor", "name": "@redux-devtools/slider-monitor",
"version": "2.0.0-6", "version": "2.0.0-7",
"description": "A custom monitor for replaying Redux actions that works similarly to a video player", "description": "A custom monitor for replaying Redux actions that works similarly to a video player",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-slider-monitor", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-slider-monitor",
"bugs": { "bugs": {
@ -33,12 +33,12 @@
"dependencies": { "dependencies": {
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"devui": "^1.0.0-7", "devui": "^1.0.0-8",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"redux-devtools-themes": "^1.0.0" "redux-devtools-themes": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.9.46", "@types/react": "^16.9.46",
"react": "^16.13.1", "react": "^16.13.1",
"redux": "^4.0.5" "redux": "^4.0.5"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-6](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/utils@1.0.0-5...@redux-devtools/utils@1.0.0-6) (2021-03-06)
**Note:** Version bump only for package @redux-devtools/utils
# 1.0.0-5 (2021-03-06) # 1.0.0-5 (2021-03-06)
**Note:** Version bump only for package @redux-devtools/utils **Note:** Version bump only for package @redux-devtools/utils

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/utils", "name": "@redux-devtools/utils",
"version": "1.0.0-5", "version": "1.0.0-6",
"description": "Reusable functions of Redux DevTools", "description": "Reusable functions of Redux DevTools",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils",
"bugs": { "bugs": {
@ -32,7 +32,7 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/serialize": "^0.3.0", "@redux-devtools/serialize": "^0.3.0",
"get-params": "^0.1.2", "get-params": "^0.1.2",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/reduxjs/redux-devtools/compare/@redux-devtools/core@3.8.0...@redux-devtools/core@3.9.0) (2021-03-06)
### Features
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb))
# 3.8.0 (2021-03-06) # 3.8.0 (2021-03-06)
### Bug Fixes ### Bug Fixes

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.2](https://github.com/reduxjs/redux-devtools/compare/counter-redux@0.1.1...counter-redux@0.1.2) (2021-03-06)
**Note:** Version bump only for package counter-redux
## [0.1.1](https://github.com/reduxjs/redux-devtools/compare/counter-redux@0.1.0...counter-redux@0.1.1) (2021-03-06) ## [0.1.1](https://github.com/reduxjs/redux-devtools/compare/counter-redux@0.1.0...counter-redux@0.1.1) (2021-03-06)
**Note:** Version bump only for package counter-redux **Note:** Version bump only for package counter-redux

View File

@ -1,6 +1,6 @@
{ {
"name": "counter-redux", "name": "counter-redux",
"version": "0.1.1", "version": "0.1.2",
"description": "Counter example for redux", "description": "Counter example for redux",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools/examples/counter", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools/examples/counter",
"bugs": { "bugs": {
@ -19,9 +19,9 @@
"type-check:watch": "npm run type-check -- --watch" "type-check:watch": "npm run type-check -- --watch"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/dock-monitor": "^1.3.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/log-monitor": "^2.2.0", "@redux-devtools/log-monitor": "^2.3.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.1](https://github.com/reduxjs/redux-devtools/compare/todomvc@0.2.0...todomvc@0.2.1) (2021-03-06)
**Note:** Version bump only for package todomvc
# [0.2.0](https://github.com/reduxjs/redux-devtools/compare/todomvc@0.1.0...todomvc@0.2.0) (2021-03-06) # [0.2.0](https://github.com/reduxjs/redux-devtools/compare/todomvc@0.1.0...todomvc@0.2.0) (2021-03-06)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "todomvc", "name": "todomvc",
"version": "0.2.0", "version": "0.2.1",
"description": "TodoMVC example for redux", "description": "TodoMVC example for redux",
"keywords": [ "keywords": [
"react", "react",
@ -31,9 +31,9 @@
"type-check:watch": "npm run type-check -- --watch" "type-check:watch": "npm run type-check -- --watch"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/core": "^3.8.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/dock-monitor": "^1.3.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/log-monitor": "^2.2.0", "@redux-devtools/log-monitor": "^2.3.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.13.1", "react": "^16.13.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/core", "name": "@redux-devtools/core",
"version": "3.8.0", "version": "3.9.0",
"description": "Redux DevTools with hot reloading and time travel", "description": "Redux DevTools with hot reloading and time travel",
"keywords": [ "keywords": [
"redux", "redux",