Version Packages (#1851)

* Version Packages

* Bump extension version number

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
github-actions[bot] 2025-04-03 00:36:05 +00:00 committed by GitHub
parent 3fc48a226b
commit 1c5df1ee32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 47 additions and 14 deletions

View File

@ -1,5 +0,0 @@
---
'@redux-devtools/rtk-query-monitor': minor
---
Handle api.provided state changes in RTKQ 2.6.2

View File

@ -1,5 +1,11 @@
# remotedev-redux-devtools-extension
## 3.2.10
### Patch Changes
- @redux-devtools/app@6.2.2
## 3.2.9
### Patch Changes

View File

@ -1,5 +1,5 @@
{
"version": "3.2.7",
"version": "3.2.10",
"name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",
"homepage_url": "https://github.com/reduxjs/redux-devtools",

View File

@ -1,5 +1,5 @@
{
"version": "3.2.7",
"version": "3.2.10",
"name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",
"homepage_url": "https://github.com/reduxjs/redux-devtools",

View File

@ -1,5 +1,5 @@
{
"version": "3.2.7",
"version": "3.2.10",
"name": "Redux DevTools",
"manifest_version": 3,
"description": "Redux Developer Tools for debugging application state changes.",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.2.9",
"version": "3.2.10",
"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,12 @@
# @redux-devtools/app-core
## 1.1.2
### Patch Changes
- Updated dependencies [17b55ef]
- @redux-devtools/rtk-query-monitor@5.2.0
## 1.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app-core",
"version": "1.1.1",
"version": "1.1.2",
"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,11 @@
# Change Log
## 6.2.2
### Patch Changes
- @redux-devtools/app-core@1.1.2
## 6.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# Change Log
## 4.0.3
### Patch Changes
- @redux-devtools/app@6.2.2
## 4.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/cli",
"version": "4.0.2",
"version": "4.0.3",
"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,11 @@
# Change Log
## 5.2.0
### Minor Changes
- 17b55ef: Handle api.provided state changes in RTKQ 2.6.2
## 5.1.1
### Patch Changes

View File

@ -1,5 +1,12 @@
# rtk-query-demo
## 0.1.15
### Patch Changes
- Updated dependencies [17b55ef]
- @redux-devtools/rtk-query-monitor@5.2.0
## 0.1.14
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "rtk-query-demo",
"version": "0.1.14",
"version": "0.1.15",
"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.1.1",
"version": "5.2.0",
"description": "rtk-query monitor for Redux DevTools",
"keywords": [
"redux",