chore: v1.0.0-beta.118 (#973)

This commit is contained in:
Ihor Karpiuk
2022-12-29 13:29:21 +02:00
committed by GitHub
parent 04cf416c8d
commit 478ca6315d
5 changed files with 23 additions and 10 deletions

View File

@@ -5,6 +5,19 @@ toc:
# Redocly CLI changelog
## 1.0.0-beta.118 (2022-12-29)
### Features
- Enabled removing unused components in the config to use within the bundle command.
- Implemented special SpecExtension type `VendorExtension`.
- Added an error handler for the case when the definition or a plugin does not exist.
- Added `media-type-examples-override` decorator.
### Fixes
- Fixed an issue where the rule spec-components-invalid-map-name is not applied for all examples and adjusted the logic behind the rule in general.
## 1.0.0-beta.116 (2022-12-7)
### Fixes

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@redocly/cli",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"license": "MIT",
"workspaces": [
"packages/*"
@@ -9750,10 +9750,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.117",
"@redocly/openapi-core": "1.0.0-beta.118",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -9857,7 +9857,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -10850,7 +10850,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.0.0-beta.117",
"@redocly/openapi-core": "1.0.0-beta.118",
"@types/configstore": "^5.0.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"description": "",
"private": true,
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"description": "",
"license": "MIT",
"bin": {
@@ -33,7 +33,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.117",
"@redocly/openapi-core": "1.0.0-beta.118",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.117",
"version": "1.0.0-beta.118",
"description": "",
"main": "lib/index.js",
"engines": {