Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/yellow-steaks-marry.md

This file was deleted.

9 changes: 9 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# remotedev-redux-devtools-extension

## 3.1.5

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/app@4.0.1
- @redux-devtools/core@3.13.2

## 3.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.1.4",
"version": "3.1.5",
"description": "Redux Developer Tools for debugging application state changes.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@redux-devtools/app": "^4.0.0",
"@redux-devtools/core": "^3.13.0",
"@redux-devtools/app": "^4.0.1",
"@redux-devtools/core": "^3.13.2",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/serialize": "^0.4.1",
"@redux-devtools/slider-monitor": "^4.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/redux-devtools-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.0.1

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/chart-monitor@4.0.1
- @redux-devtools/inspector-monitor-test-tab@2.0.1
- @redux-devtools/inspector-monitor-trace-tab@2.0.1
- @redux-devtools/inspector-monitor@4.0.1
- @redux-devtools/core@3.13.2

## 4.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app",
"version": "4.0.0",
"version": "4.0.1",
"description": "Redux DevTools app",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
"bugs": {
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@redux-devtools/chart-monitor": "^4.0.0",
"@redux-devtools/core": "^3.13.0",
"@redux-devtools/inspector-monitor": "^4.0.0",
"@redux-devtools/inspector-monitor-test-tab": "^2.0.0",
"@redux-devtools/inspector-monitor-trace-tab": "^2.0.0",
"@redux-devtools/chart-monitor": "^4.0.1",
"@redux-devtools/core": "^3.13.2",
"@redux-devtools/inspector-monitor": "^4.0.1",
"@redux-devtools/inspector-monitor-test-tab": "^2.0.1",
"@redux-devtools/inspector-monitor-trace-tab": "^2.0.1",
"@redux-devtools/log-monitor": "^4.0.2",
"@redux-devtools/rtk-query-monitor": "^3.1.1",
"@redux-devtools/slider-monitor": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/redux-devtools-chart-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.1

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/core@3.13.2

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/chart-monitor",
"version": "4.0.0",
"version": "4.0.1",
"description": "Chart monitor for Redux DevTools",
"keywords": [
"redux",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/core": "^3.13.2",
"@types/react": "^18.2.33",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
Expand All @@ -67,7 +67,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/core": "^3.13.2",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/redux-devtools-dock-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.0.2

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/core@3.13.2

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/dock-monitor",
"version": "3.0.1",
"version": "3.0.2",
"description": "A resizable and movable dock for Redux DevTools monitors",
"keywords": [
"redux",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/core": "^3.13.2",
"@types/parse-key": "^0.2.1",
"@types/react": "^18.2.33",
"@typescript-eslint/eslint-plugin": "^6.9.0",
Expand All @@ -70,7 +70,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/core": "^3.13.2",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/redux-devtools-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.2.6

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>

## 3.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/extension",
"version": "3.2.5",
"version": "3.2.6",
"description": "Wrappers for Redux DevTools Extension.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-extension",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.1

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/inspector-monitor@4.0.1

## 2.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# test-demo

## 0.1.13

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/dock-monitor@3.0.2
- @redux-devtools/inspector-monitor-test-tab@2.0.1
- @redux-devtools/inspector-monitor@4.0.1
- @redux-devtools/core@3.13.2

## 0.1.12

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "test-demo",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
Expand All @@ -10,10 +10,10 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@redux-devtools/core": "^3.13.0",
"@redux-devtools/dock-monitor": "^3.0.0",
"@redux-devtools/inspector-monitor": "^4.0.0",
"@redux-devtools/inspector-monitor-test-tab": "^2.0.0",
"@redux-devtools/core": "^3.13.2",
"@redux-devtools/dock-monitor": "^3.0.2",
"@redux-devtools/inspector-monitor": "^4.0.1",
"@redux-devtools/inspector-monitor-test-tab": "^2.0.1",
"@redux-devtools/ui": "^1.3.0",
"immutable": "^4.3.4",
"lodash.shuffle": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/inspector-monitor-test-tab",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate tests for redux devtools.",
"keywords": [
"redux",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@redux-devtools/core": "^3.13.0",
"@redux-devtools/inspector-monitor": "^4.0.0",
"@redux-devtools/core": "^3.13.2",
"@redux-devtools/inspector-monitor": "^4.0.1",
"@testing-library/react": "^14.0.0",
"@types/es6template": "^1.0.4",
"@types/jest": "^29.5.6",
Expand All @@ -87,7 +87,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^4.0.0",
"@redux-devtools/inspector-monitor": "^4.0.1",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.29",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.1

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/inspector-monitor@4.0.1

## 2.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/inspector-monitor-trace-tab",
"version": "2.0.0",
"version": "2.0.1",
"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",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@redux-devtools/core": "^3.13.0",
"@redux-devtools/inspector-monitor": "^4.0.0",
"@redux-devtools/core": "^3.13.2",
"@redux-devtools/inspector-monitor": "^4.0.1",
"@testing-library/react": "^14.0.0",
"@types/babel__code-frame": "^7.0.5",
"@types/html-entities": "^1.3.4",
Expand Down Expand Up @@ -76,7 +76,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^4.0.0",
"@redux-devtools/inspector-monitor": "^4.0.1",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/redux-devtools-inspector-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.1

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>
- Updated dependencies [65205f90]
- @redux-devtools/core@3.13.2

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/inspector-monitor",
"version": "4.0.0",
"version": "4.0.1",
"description": "Redux DevTools Diff Monitor",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-inspector-monitor",
"bugs": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/core": "^3.13.2",
"@types/dateformat": "^5.0.1",
"@types/hex-rgba": "^1.0.2",
"@types/history": "^4.7.11",
Expand All @@ -82,7 +82,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/core": "^3.13.2",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/redux-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.13.2

### Patch Changes

- 65205f90: Replace Action<unknown> with Action<string>

## 3.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/core",
"version": "3.13.1",
"version": "3.13.2",
"description": "Redux DevTools with hot reloading and time travel",
"keywords": [
"redux",
Expand Down
Loading