Version Packages

This commit is contained in:
github-actions[bot] 2025-06-28 14:10:46 +00:00
parent 7a48268a74
commit 87886bcf8c
23 changed files with 114 additions and 21 deletions

View File

@ -1,10 +0,0 @@
---
'@redux-devtools/app-core': major
'@redux-devtools/app': major
'@redux-devtools/inspector-monitor-test-tab': major
'@redux-devtools/rtk-query-monitor': major
'@redux-devtools/slider-monitor': major
'@redux-devtools/ui': major
---
Replace styled-components with Emotion

View File

@ -1,5 +1,14 @@
# remotedev-redux-devtools-extension
## 3.2.11
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/app@7.0.0
- @redux-devtools/slider-monitor@6.0.0
- @redux-devtools/ui@2.0.0
## 3.2.10
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.2.10",
"version": "3.2.11",
"description": "Redux Developer Tools for debugging application state changes.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
"license": "MIT",

View File

@ -1,5 +1,19 @@
# @redux-devtools/app-core
## 2.0.0
### Major Changes
- 6163276: Replace styled-components with Emotion
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/inspector-monitor-test-tab@5.0.0
- @redux-devtools/rtk-query-monitor@6.0.0
- @redux-devtools/slider-monitor@6.0.0
- @redux-devtools/ui@2.0.0
## 1.1.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app-core",
"version": "1.1.2",
"version": "2.0.0",
"description": "Redux DevTools app core",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app-core",
"bugs": {

View File

@ -1,5 +1,17 @@
# Change Log
## 7.0.0
### Major Changes
- 6163276: Replace styled-components with Emotion
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/app-core@2.0.0
- @redux-devtools/ui@2.0.0
## 6.2.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app",
"version": "6.2.2",
"version": "7.0.0",
"description": "Redux DevTools app",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
"bugs": {

View File

@ -1,5 +1,12 @@
# Change Log
## 4.0.4
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/app@7.0.0
## 4.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/cli",
"version": "4.0.3",
"version": "4.0.4",
"description": "CLI for remote debugging with Redux DevTools.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli",
"bugs": {

View File

@ -1,5 +1,16 @@
# Change Log
## 5.0.0
### Major Changes
- 6163276: Replace styled-components with Emotion
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/ui@2.0.0
## 4.1.1
### Patch Changes

View File

@ -1,5 +1,13 @@
# test-demo
## 0.1.18
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/inspector-monitor-test-tab@5.0.0
- @redux-devtools/ui@2.0.0
## 0.1.17
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "test-demo",
"version": "0.1.17",
"version": "0.1.18",
"license": "MIT",
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/inspector-monitor-test-tab",
"version": "4.1.1",
"version": "5.0.0",
"description": "Generate tests for redux devtools.",
"keywords": [
"redux",

View File

@ -1,5 +1,16 @@
# Change Log
## 6.0.0
### Major Changes
- 6163276: Replace styled-components with Emotion
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/ui@2.0.0
## 5.2.0
### Minor Changes

View File

@ -1,5 +1,12 @@
# rtk-query-demo
## 0.1.16
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/rtk-query-monitor@6.0.0
## 0.1.15
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "rtk-query-demo",
"version": "0.1.15",
"version": "0.1.16",
"license": "MIT",
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/rtk-query-monitor",
"version": "5.2.0",
"version": "6.0.0",
"description": "rtk-query monitor for Redux DevTools",
"keywords": [
"redux",

View File

@ -1,5 +1,16 @@
# Change Log
## 6.0.0
### Major Changes
- 6163276: Replace styled-components with Emotion
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/ui@2.0.0
## 5.1.1
### Patch Changes

View File

@ -1,5 +1,12 @@
# slider-todomvc
## 0.1.15
### Patch Changes
- Updated dependencies [6163276]
- @redux-devtools/slider-monitor@6.0.0
## 0.1.14
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "slider-todomvc",
"version": "0.1.14",
"version": "0.1.15",
"description": "TodoMVC example for redux",
"license": "MIT",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/slider-monitor",
"version": "5.1.1",
"version": "6.0.0",
"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": {

View File

@ -1,5 +1,11 @@
# Change Log
## 2.0.0
### Major Changes
- 6163276: Replace styled-components with Emotion
## 1.4.0
### Minor Changes

View File

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