mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: 🔖 release new versions (#1712)
This commit is contained in:
committed by
GitHub
parent
e1ddf8e12e
commit
0cf2ee6ffc
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@redocly/cli": minor
|
||||
---
|
||||
|
||||
Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@redocly/cli": patch
|
||||
---
|
||||
|
||||
Fixed the absolute path for importing plugins in Windows.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@redocly/cli": patch
|
||||
---
|
||||
|
||||
Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
|
||||
@@ -7,6 +7,18 @@ toc:
|
||||
|
||||
<!-- do-not-remove -->
|
||||
|
||||
## 1.23.0 (2024-09-06)
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed the absolute path for importing plugins in Windows.
|
||||
- Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
|
||||
- Updated @redocly/openapi-core to v1.23.0.
|
||||
|
||||
## 1.22.1 (2024-08-30)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -13732,10 +13732,10 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.22.1",
|
||||
"version": "1.23.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.22.1",
|
||||
"@redocly/openapi-core": "1.23.0",
|
||||
"abort-controller": "^3.0.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
@@ -13789,7 +13789,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.22.1",
|
||||
"version": "1.23.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
@@ -16453,7 +16453,7 @@
|
||||
"@redocly/cli": {
|
||||
"version": "file:packages/cli",
|
||||
"requires": {
|
||||
"@redocly/openapi-core": "1.22.1",
|
||||
"@redocly/openapi-core": "1.23.0",
|
||||
"@types/configstore": "^5.0.1",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @redocly/cli
|
||||
|
||||
## 1.23.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed the absolute path for importing plugins in Windows.
|
||||
- Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
|
||||
- Updated @redocly/openapi-core to v1.23.0.
|
||||
|
||||
## 1.22.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.22.1",
|
||||
"version": "1.23.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -36,7 +36,7 @@
|
||||
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
|
||||
],
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.22.1",
|
||||
"@redocly/openapi-core": "1.23.0",
|
||||
"abort-controller": "^3.0.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @redocly/openapi-core
|
||||
|
||||
## 1.23.0
|
||||
|
||||
## 1.22.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.22.1",
|
||||
"version": "1.23.0",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user