mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Publish
- 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:
parent
2aaa9c10a3
commit
c29a8d9391
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "devui",
|
||||
"version": "1.0.0-7",
|
||||
"version": "1.0.0-8",
|
||||
"description": "Reusable React components for building DevTools monitors and apps.",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/devui",
|
||||
"bugs": {
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-dock",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Resizable dockable react component",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package react-json-tree-example
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-json-tree-example",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "React-Json-Tree example",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples",
|
||||
"bugs": {
|
||||
|
@ -24,7 +24,7 @@
|
|||
"react": "^16.13.1",
|
||||
"react-base16-styling": "^0.8.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-json-tree": "^0.14.0"
|
||||
"react-json-tree": "^0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.9.46",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-json-tree",
|
||||
"version": "0.14.0",
|
||||
"version": "0.15.0",
|
||||
"description": "React JSON Viewer Component, Extracted from redux-devtools",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package @redux-devtools/app
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/app",
|
||||
"version": "1.0.0-5",
|
||||
"version": "1.0.0-6",
|
||||
"description": "Redux DevTools app",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
|
||||
"bugs": {
|
||||
|
@ -37,15 +37,15 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/chart-monitor": "^1.8.0",
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/inspector-monitor": "^0.14.1",
|
||||
"@redux-devtools/inspector-monitor-test-tab": "^0.6.3",
|
||||
"@redux-devtools/inspector-monitor-trace-tab": "^0.1.4",
|
||||
"@redux-devtools/log-monitor": "^2.2.0",
|
||||
"@redux-devtools/slider-monitor": "^2.0.0-6",
|
||||
"@redux-devtools/chart-monitor": "^1.9.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/inspector-monitor": "^0.15.0",
|
||||
"@redux-devtools/inspector-monitor-test-tab": "^0.7.0",
|
||||
"@redux-devtools/inspector-monitor-trace-tab": "^0.2.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"@redux-devtools/slider-monitor": "^2.0.0-7",
|
||||
"d3-state-visualizer": "^1.4.0",
|
||||
"devui": "^1.0.0-7",
|
||||
"devui": "^1.0.0-8",
|
||||
"javascript-stringify": "^2.0.1",
|
||||
"jsan": "^3.1.13",
|
||||
"jsondiffpatch": "^0.4.1",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/chart-monitor",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"description": "Chart monitor for Redux DevTools",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"redux-devtools-themes": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/cli",
|
||||
"version": "1.0.0-5",
|
||||
"version": "1.0.0-6",
|
||||
"description": "CLI for remote debugging with Redux DevTools.",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli",
|
||||
"bugs": {
|
||||
|
@ -41,7 +41,7 @@
|
|||
"node": ">=10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/app": "^1.0.0-5",
|
||||
"@redux-devtools/app": "^1.0.0-6",
|
||||
"@types/react": "^16.9.46",
|
||||
"apollo-server": "^2.18.2",
|
||||
"apollo-server-express": "^2.18.2",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/dock-monitor",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "A resizable and movable dock for Redux DevTools monitors",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -43,10 +43,10 @@
|
|||
"@types/prop-types": "^15.7.3",
|
||||
"parse-key": "^0.2.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-dock": "^0.3.0"
|
||||
"react-dock": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/parse-key": "^0.2.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package @redux-devtools/inspector-monitor-test-tab
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/inspector-monitor-test-tab",
|
||||
"version": "0.6.3",
|
||||
"version": "0.7.0",
|
||||
"description": "Generate tests for redux devtools.",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"devui": "^1.0.0-7",
|
||||
"devui": "^1.0.0-8",
|
||||
"es6template": "^1.0.5",
|
||||
"javascript-stringify": "^2.0.1",
|
||||
"jsan": "^3.1.13",
|
||||
|
@ -54,9 +54,9 @@
|
|||
"simple-diff": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/dock-monitor": "^1.3.0",
|
||||
"@redux-devtools/inspector-monitor": "^0.14.1",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/inspector-monitor": "^0.15.0",
|
||||
"@types/es6template": "^1.0.0",
|
||||
"@types/history": "^4.7.7",
|
||||
"@types/jsan": "^3.1.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package @redux-devtools/inspector-monitor-trace-tab
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor-trace-tab",
|
||||
"license": "MIT",
|
||||
|
@ -36,8 +36,8 @@
|
|||
"settle-promise": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/inspector-monitor": "^0.14.1",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/inspector-monitor": "^0.15.0",
|
||||
"@types/babel__code-frame": "^7.0.2",
|
||||
"@types/enzyme": "^3.10.5",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package @redux-devtools/inspector-monitor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/inspector-monitor",
|
||||
"version": "0.14.1",
|
||||
"version": "0.15.0",
|
||||
"description": "Redux DevTools Diff Monitor",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor",
|
||||
"bugs": {
|
||||
|
@ -49,12 +49,12 @@
|
|||
"prop-types": "^15.7.2",
|
||||
"react-base16-styling": "^0.8.0",
|
||||
"react-dragula": "^1.1.17",
|
||||
"react-json-tree": "^0.14.0",
|
||||
"react-json-tree": "^0.15.0",
|
||||
"redux-devtools-themes": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/dock-monitor": "^1.3.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@types/dateformat": "^3.0.1",
|
||||
"@types/hex-rgba": "^1.0.0",
|
||||
"@types/history": "^4.7.7",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/log-monitor",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "The default tree view monitor for Redux DevTools",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
@ -45,11 +45,11 @@
|
|||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-json-tree": "^0.14.0",
|
||||
"react-json-tree": "^0.15.0",
|
||||
"redux-devtools-themes": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "slider-todomvc",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "TodoMVC example for redux",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -15,10 +15,10 @@
|
|||
"type-check:watch": "npm run type-check -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/dock-monitor": "^1.3.0",
|
||||
"@redux-devtools/log-monitor": "^2.2.0",
|
||||
"@redux-devtools/slider-monitor": "^2.0.0-6",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"@redux-devtools/slider-monitor": "^2.0.0-7",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-slider-monitor",
|
||||
"bugs": {
|
||||
|
@ -33,12 +33,12 @@
|
|||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"devui": "^1.0.0-7",
|
||||
"devui": "^1.0.0-8",
|
||||
"prop-types": "^15.7.2",
|
||||
"redux-devtools-themes": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package @redux-devtools/utils
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/utils",
|
||||
"version": "1.0.0-5",
|
||||
"version": "1.0.0-6",
|
||||
"description": "Reusable functions of Redux DevTools",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils",
|
||||
"bugs": {
|
||||
|
@ -32,7 +32,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/serialize": "^0.3.0",
|
||||
"get-params": "^0.1.2",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
**Note:** Version bump only for package counter-redux
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "counter-redux",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Counter example for redux",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools/examples/counter",
|
||||
"bugs": {
|
||||
|
@ -19,9 +19,9 @@
|
|||
"type-check:watch": "npm run type-check -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/dock-monitor": "^1.3.0",
|
||||
"@redux-devtools/log-monitor": "^2.2.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "todomvc",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "TodoMVC example for redux",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
@ -31,9 +31,9 @@
|
|||
"type-check:watch": "npm run type-check -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/core": "^3.8.0",
|
||||
"@redux-devtools/dock-monitor": "^1.3.0",
|
||||
"@redux-devtools/log-monitor": "^2.2.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"classnames": "^2.2.6",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/core",
|
||||
"version": "3.8.0",
|
||||
"version": "3.9.0",
|
||||
"description": "Redux DevTools with hot reloading and time travel",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
|
Loading…
Reference in New Issue
Block a user