Version Packages

This commit is contained in:
github-actions[bot] 2023-01-08 19:25:52 +00:00
parent a7729dae87
commit 55165624bd
4 changed files with 12 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@redux-devtools/cli': patch
---
Updates `--open` flag to respect protocol and host when provided

View File

@ -1,6 +0,0 @@
---
'@redux-devtools/cli': major
---
Convert @redux-devtools/cli to ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) for more info about ESM.
Update supported Node versions from `>=14.15.0` to `^14.13.1 || ^16.13.0 || >=18.12.0`.

View File

@ -1,5 +1,16 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- 7e129988: Convert @redux-devtools/cli to ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) for more info about ESM.
Update supported Node versions from `>=14.15.0` to `^14.13.1 || ^16.13.0 || >=18.12.0`.
### Patch Changes
- a7729dae: Updates `--open` flag to respect protocol and host when provided
## 1.0.7 ## 1.0.7
### Patch Changes ### Patch Changes

View File

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