- d3-state-visualizer@1.3.3
 - d3tooltip@1.2.3
 - devui@1.0.0-5
 - map2tree@1.4.2
 - react-base16-styling@0.7.0
 - react-json-tree@0.12.1
 - redux-devtools-chart-monitor@1.7.1
 - redux-devtools-cli@1.0.0-3
 - redux-devtools-core@1.0.0-3
 - redux-devtools-dock-monitor@1.1.4
 - redux-devtools-inspector@0.13.1
 - redux-devtools-instrument@1.9.7
 - redux-devtools-log-monitor@2.0.1
 - redux-devtools-slider-monitor@2.0.0-4
 - redux-devtools-test-generator@0.6.1
 - redux-devtools-trace-monitor@0.1.2
 - redux-devtools@3.6.1
 - remotedev-serialize@0.1.9
 - d3-state-visualizer-tree-example@0.0.1
 - react-json-tree-example@1.0.1
 - slider-todomvc@0.0.1
 - counter-redux@0.0.1
 - todomvc@0.0.1
This commit is contained in:
Nathan Bierema 2020-08-14 10:37:56 -04:00
parent 36850653dd
commit d8da887da8
46 changed files with 262 additions and 64 deletions

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.3.3 (2020-08-14)
**Note:** Version bump only for package d3-state-visualizer

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.1 (2020-08-14)
**Note:** Version bump only for package d3-state-visualizer-tree-example

View File

@ -1,6 +1,6 @@
{
"name": "d3-state-visualizer-tree-example",
"version": "0.0.0",
"version": "0.0.1",
"description": "Visualize your app state as a tree",
"private": true,
"main": "index.js",
@ -23,8 +23,8 @@
},
"homepage": "https://github.com/reduxjs/redux-devtools",
"dependencies": {
"d3-state-visualizer": "^1.0.1",
"map2tree": "^1.3.0"
"d3-state-visualizer": "^1.3.3",
"map2tree": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.11.1",

View File

@ -1,6 +1,6 @@
{
"name": "d3-state-visualizer",
"version": "1.3.2",
"version": "1.3.3",
"description": "Visualize your app state with a range of reusable charts",
"main": "lib/index.js",
"files": [
@ -45,9 +45,9 @@
},
"dependencies": {
"d3": "^3.5.17",
"d3tooltip": "^1.2.2",
"d3tooltip": "^1.2.3",
"deepmerge": "^4.2.2",
"map2tree": "^1.4.1",
"map2tree": "^1.4.2",
"ramda": "^0.27.1"
}
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.2.3 (2020-08-14)
**Note:** Version bump only for package d3tooltip

View File

@ -1,6 +1,6 @@
{
"name": "d3tooltip",
"version": "1.2.2",
"version": "1.2.3",
"description": "A highly configurable tooltip for d3",
"main": "lib/index.js",
"scripts": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-5](https://github.com/reduxjs/redux-devtools/compare/devui@1.0.0-4...devui@1.0.0-5) (2020-08-14)
**Note:** Version bump only for package devui

View File

@ -1,6 +1,6 @@
{
"name": "devui",
"version": "1.0.0-4",
"version": "1.0.0-5",
"description": "Reusable React components for building DevTools monitors and apps.",
"files": [
"lib",

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.4.2 (2020-08-14)
### Bug Fixes
- **map2tree:** consolidate immutable version ([#538](https://github.com/reduxjs/redux-devtools/issues/538)) ([999ed2a](https://github.com/reduxjs/redux-devtools/commit/999ed2ad8b4a09eddd55c2a944f5488ecce6bc7b))

View File

@ -1,6 +1,6 @@
{
"name": "map2tree",
"version": "1.4.1",
"version": "1.4.2",
"description": "Utility for mapping maps to trees",
"main": "lib/index.js",
"scripts": {

View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 0.7.0 (2020-08-14)
- feat(react-base16-styling)!: add invertTheme helper (#565) ([92d16e4](https://github.com/reduxjs/redux-devtools/commit/92d16e4f56fbeaf06966afd9024ed4b58ba98ecb)), closes [#565](https://github.com/reduxjs/redux-devtools/issues/565)
### BREAKING CHANGES
- rename previous invertTheme to invertBase16Theme

View File

@ -1,6 +1,6 @@
{
"name": "react-base16-styling",
"version": "0.6.0",
"version": "0.7.0",
"description": "React styling with base16 color scheme support",
"main": "lib/index.js",
"scripts": {

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.12.1](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.12.0...react-json-tree@0.12.1) (2020-08-14)
### Bug Fixes
- **react-json-tree:** fix react-json-tree examples ([#531](https://github.com/reduxjs/redux-devtools/issues/531)) ([0864f28](https://github.com/reduxjs/redux-devtools/commit/0864f281560dcbad1ddb2ab985e23b841771cb8c))

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2020-08-14)
### Bug Fixes
- **react-json-tree:** fix react-json-tree examples ([#531](https://github.com/gaearon/react-hot-boilerplate/issues/531)) ([0864f28](https://github.com/gaearon/react-hot-boilerplate/commit/0864f281560dcbad1ddb2ab985e23b841771cb8c))

View File

@ -1,6 +1,6 @@
{
"name": "react-json-tree-example",
"version": "1.0.0",
"version": "1.0.1",
"description": "React-Json-Tree example",
"private": true,
"scripts": {
@ -39,8 +39,8 @@
"dependencies": {
"immutable": "^4.0.0-rc.12",
"react": "^16.13.1",
"react-base16-styling": "^0.6.0",
"react-base16-styling": "^0.7.0",
"react-dom": "^16.13.1",
"react-json-tree": "^0.12.0"
"react-json-tree": "^0.12.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "react-json-tree",
"version": "0.12.0",
"version": "0.12.1",
"description": "React JSON Viewer Component, Extracted from redux-devtools",
"main": "lib/index.js",
"scripts": {
@ -59,6 +59,6 @@
},
"dependencies": {
"prop-types": "^15.7.2",
"react-base16-styling": "^0.6.0"
"react-base16-styling": "^0.7.0"
}
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.7.1 (2020-08-14)
**Note:** Version bump only for package redux-devtools-chart-monitor

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-chart-monitor",
"version": "1.7.0",
"version": "1.7.1",
"description": "Chart monitor for Redux DevTools",
"main": "lib/index.js",
"scripts": {
@ -46,7 +46,7 @@
"redux-devtools": "^3.0.0"
},
"dependencies": {
"d3-state-visualizer": "^1.3.2",
"d3-state-visualizer": "^1.3.3",
"deepmerge": "^4.2.2",
"prop-types": "^15.7.2",
"react-pure-render": "^1.0.2",

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-3](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-cli@1.0.0-2...redux-devtools-cli@1.0.0-3) (2020-08-14)
### Bug Fixes
- **redux-devtools-cli:** forward port to spawned electron ([#564](https://github.com/reduxjs/redux-devtools/issues/564)) ([a1c2f06](https://github.com/reduxjs/redux-devtools/commit/a1c2f068b53ad205d448baa86003c3313f7ab2d1))

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-cli",
"version": "1.0.0-2",
"version": "1.0.0-3",
"description": "CLI for remote debugging with Redux DevTools.",
"main": "index.js",
"bin": {
@ -50,7 +50,7 @@
"open": "^7.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"redux-devtools-core": "^1.0.0-2",
"redux-devtools-core": "^1.0.0-3",
"semver": "^7.3.2",
"socketcluster": "^14.4.2",
"sqlite3": "^5.0.0",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-3](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-core@1.0.0-2...redux-devtools-core@1.0.0-3) (2020-08-14)
**Note:** Version bump only for package redux-devtools-core

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-core",
"version": "1.0.0-2",
"version": "1.0.0-3",
"description": "Reusable functions of Redux DevTools",
"scripts": {
"start": "webpack-dev-server --hot --inline --env.development --env.platform=web --progress",
@ -63,8 +63,8 @@
"webpack-hot-middleware": "^2.25.0"
},
"dependencies": {
"d3-state-visualizer": "^1.3.2",
"devui": "^1.0.0-4",
"d3-state-visualizer": "^1.3.3",
"devui": "^1.0.0-5",
"get-params": "^0.1.2",
"javascript-stringify": "^2.0.1",
"jsan": "^3.1.13",
@ -77,16 +77,16 @@
"react-is": "^16.13.1",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-devtools": "^3.6.0",
"redux-devtools-chart-monitor": "^1.7.0",
"redux-devtools-inspector": "^0.13.0",
"redux-devtools-instrument": "^1.9.6",
"redux-devtools-log-monitor": "^2.0.0",
"redux-devtools-slider-monitor": "^2.0.0-3",
"redux-devtools-test-generator": "^0.6.0",
"redux-devtools-trace-monitor": "^0.1.1",
"redux-devtools": "^3.6.1",
"redux-devtools-chart-monitor": "^1.7.1",
"redux-devtools-inspector": "^0.13.1",
"redux-devtools-instrument": "^1.9.7",
"redux-devtools-log-monitor": "^2.0.1",
"redux-devtools-slider-monitor": "^2.0.0-4",
"redux-devtools-test-generator": "^0.6.1",
"redux-devtools-trace-monitor": "^0.1.2",
"redux-persist": "^4.10.2",
"remotedev-serialize": "^0.1.8",
"remotedev-serialize": "^0.1.9",
"socketcluster-client": "^14.3.1",
"styled-components": "^5.1.1"
},

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.1.4 (2020-08-14)
**Note:** Version bump only for package redux-devtools-dock-monitor

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-dock-monitor",
"version": "1.1.3",
"version": "1.1.4",
"description": "A resizable and movable dock for Redux DevTools monitors",
"main": "lib/index.js",
"files": [

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.13.1](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-inspector@0.13.0...redux-devtools-inspector@0.13.1) (2020-08-14)
**Note:** Version bump only for package redux-devtools-inspector

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-inspector",
"version": "0.13.0",
"version": "0.13.1",
"description": "Redux DevTools Diff Monitor",
"scripts": {
"build": "npm run build:lib",
@ -47,8 +47,8 @@
"react-router": "^5.2.0",
"react-transform-hmr": "^1.0.4",
"redux": "^4.0.5",
"redux-devtools": "^3.6.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools": "^3.6.1",
"redux-devtools-dock-monitor": "^1.1.4",
"redux-logger": "^3.0.6",
"seamless-immutable": "^7.1.4",
"webpack": "^4.44.1",
@ -74,9 +74,9 @@
"jss-preset-default": "^10.3.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2",
"react-base16-styling": "^0.6.0",
"react-base16-styling": "^0.7.0",
"react-dragula": "^1.1.17",
"react-json-tree": "^0.12.0",
"react-json-tree": "^0.12.1",
"react-pure-render": "^1.0.2",
"redux-devtools-themes": "^1.0.0"
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.9.7 (2020-08-14)
**Note:** Version bump only for package redux-devtools-instrument

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-instrument",
"version": "1.9.6",
"version": "1.9.7",
"description": "Redux DevTools instrumentation",
"main": "lib/instrument.js",
"scripts": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.1](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-log-monitor@2.0.0...redux-devtools-log-monitor@2.0.1) (2020-08-14)
**Note:** Version bump only for package redux-devtools-log-monitor

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-log-monitor",
"version": "2.0.0",
"version": "2.0.1",
"description": "The default tree view monitor for Redux DevTools",
"main": "lib/index.js",
"files": [
@ -49,7 +49,7 @@
"dependencies": {
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2",
"react-json-tree": "^0.12.0",
"react-json-tree": "^0.12.1",
"react-pure-render": "^1.0.2",
"redux-devtools-themes": "^1.0.0"
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 2.0.0-4 (2020-08-14)
**Note:** Version bump only for package redux-devtools-slider-monitor

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.1 (2020-08-14)
**Note:** Version bump only for package slider-todomvc

View File

@ -1,6 +1,6 @@
{
"name": "slider-todomvc",
"version": "0.0.0",
"version": "0.0.1",
"description": "TodoMVC example for redux",
"private": true,
"main": "index.js",
@ -26,6 +26,6 @@
"dependencies": {
"react-hot-loader": "^4.12.21",
"react-redux": "^7.2.1",
"redux-devtools-slider-monitor": "^2.0.0-3"
"redux-devtools-slider-monitor": "^2.0.0-4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-slider-monitor",
"version": "2.0.0-3",
"version": "2.0.0-4",
"description": "A custom monitor for replaying Redux actions that works similarly to a video player",
"main": "lib/SliderMonitor.js",
"scripts": {
@ -28,9 +28,9 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"redux": "^4.0.5",
"redux-devtools": "^3.6.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^2.0.0",
"redux-devtools": "^3.6.1",
"redux-devtools-dock-monitor": "^1.1.4",
"redux-devtools-log-monitor": "^2.0.1",
"rimraf": "^3.0.2",
"style-loader": "^1.2.1",
"todomvc-app-css": "^2.3.0"
@ -41,7 +41,7 @@
"redux-devtools": "^3.0.0"
},
"dependencies": {
"devui": "^1.0.0-4",
"devui": "^1.0.0-5",
"prop-types": "^15.7.2",
"redux-devtools-themes": "^1.0.0"
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.6.1](https://github.com/reduxjs/redux-devtools/compare/redux-devtools-test-generator@0.6.0...redux-devtools-test-generator@0.6.1) (2020-08-14)
**Note:** Version bump only for package redux-devtools-test-generator

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-test-generator",
"version": "0.6.0",
"version": "0.6.1",
"description": "Generate tests for redux devtools.",
"main": "lib/index.js",
"files": [
@ -61,9 +61,9 @@
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools": "^3.6.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-inspector": "^0.13.0",
"redux-devtools": "^3.6.1",
"redux-devtools-dock-monitor": "^1.1.4",
"redux-devtools-inspector": "^0.13.1",
"redux-logger": "^3.0.6",
"rimraf": "^3.0.2",
"seamless-immutable": "^7.1.4",
@ -72,7 +72,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"devui": "^1.0.0-4",
"devui": "^1.0.0-5",
"es6template": "^1.0.5",
"javascript-stringify": "^2.0.1",
"jsan": "^3.1.13",

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2020-08-14)
### Bug Fixes
- **redux-devtools-trace-monitor:** consolidate packages ([#540](https://github.com/reduxjs/redux-devtools/issues/540)) ([370134d](https://github.com/reduxjs/redux-devtools/commit/370134d5a2bb7337f72134a9396398ab9f66fe30))

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools-trace-monitor",
"version": "0.1.1",
"version": "0.1.2",
"description": "Submonitor for Redux DevTools inspector to show stack traces.",
"repository": "https://github.com/reduxjs/redux-devtools",
"homepage": "https://github.com/reduxjs/redux-devtools",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.6.1](https://github.com/reduxjs/redux-devtools/compare/redux-devtools@3.6.0...redux-devtools@3.6.1) (2020-08-14)
**Note:** Version bump only for package redux-devtools

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.1 (2020-08-14)
**Note:** Version bump only for package counter-redux

View File

@ -1,6 +1,6 @@
{
"name": "counter-redux",
"version": "0.0.0",
"version": "0.0.1",
"description": "Counter example for redux",
"private": true,
"main": "src/index.js",
@ -31,9 +31,9 @@
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"redux-devtools": "^3.6.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^2.0.0",
"redux-devtools": "^3.6.1",
"redux-devtools-dock-monitor": "^1.1.4",
"redux-devtools-log-monitor": "^2.0.1",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0"
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.1 (2020-08-14)
**Note:** Version bump only for package todomvc

View File

@ -1,6 +1,6 @@
{
"name": "todomvc",
"version": "0.0.0",
"version": "0.0.1",
"description": "TodoMVC example for redux",
"private": true,
"main": "index.js",
@ -46,9 +46,9 @@
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"raw-loader": "^4.0.1",
"redux-devtools": "^3.6.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^2.0.0",
"redux-devtools": "^3.6.1",
"redux-devtools-dock-monitor": "^1.1.4",
"redux-devtools-log-monitor": "^2.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0"

View File

@ -1,6 +1,6 @@
{
"name": "redux-devtools",
"version": "3.6.0",
"version": "3.6.1",
"description": "Redux DevTools with hot reloading and time travel",
"main": "lib/index.js",
"scripts": {
@ -54,6 +54,6 @@
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.7.2",
"redux-devtools-instrument": "^1.9.6"
"redux-devtools-instrument": "^1.9.7"
}
}

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.9 (2020-08-14)
**Note:** Version bump only for package remotedev-serialize

View File

@ -1,6 +1,6 @@
{
"name": "remotedev-serialize",
"version": "0.1.8",
"version": "0.1.9",
"description": "Serialize unserializable data and parse it back.",
"main": "index.js",
"scripts": {