mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: 🔖 release new versions (#1264)
This commit is contained in:
committed by
GitHub
parent
0a73f1f557
commit
e16f1fd3a2
@@ -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.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@redocly/openapi-core': patch
|
||||
'@redocly/cli': patch
|
||||
---
|
||||
|
||||
Renamed API definition to API description for consistency.
|
||||
@@ -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
8
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user