chore: 🔖 release new versions (#1264)

This commit is contained in:
github-actions[bot]
2023-09-18 15:55:23 +02:00
committed by GitHub
parent 0a73f1f557
commit e16f1fd3a2
8 changed files with 39 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
---
'@redocly/openapi-core': minor
'@redocly/cli': minor
---
Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.

View File

@@ -1,6 +0,0 @@
---
'@redocly/openapi-core': patch
'@redocly/cli': patch
---
Renamed API definition to API description for consistency.

View File

@@ -8,6 +8,17 @@ toc:
<!-- do-not-remove -->
## 1.2.0 (2023-09-18)
### Minor Changes
- Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
### Patch Changes
- Renamed API definition to API description for consistency.
- Updated @redocly/openapi-core to v1.2.0.
## 1.1.0 (2023-09-14)
### Minor Changes

8
package-lock.json generated
View File

@@ -14288,10 +14288,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.1.0",
"@redocly/openapi-core": "1.2.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
@@ -14335,7 +14335,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -16890,7 +16890,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.1.0",
"@redocly/openapi-core": "1.2.0",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/react": "^17.0.0 || ^18.2.21",

View File

@@ -1,5 +1,16 @@
# @redocly/cli
## 1.2.0
### Minor Changes
- Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
### Patch Changes
- Renamed API definition to API description for consistency.
- Updated @redocly/openapi-core to v1.2.0.
## 1.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"license": "MIT",
"bin": {
@@ -35,7 +35,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.1.0",
"@redocly/openapi-core": "1.2.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",

View File

@@ -1,5 +1,15 @@
# @redocly/openapi-core
## 1.2.0
### Minor Changes
- Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
### Patch Changes
- Renamed API definition to API description for consistency.
## 1.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "lib/index.js",
"engines": {