chore: v1.0.0-beta.110 (#880)

* chore: v1.0.0-beta.110
This commit is contained in:
Yevhen Smoliy
2022-09-21 14:47:00 +03:00
committed by GitHub
parent a3f955768b
commit 83f8881e7e
6 changed files with 31 additions and 19 deletions

View File

@@ -4,6 +4,18 @@ tocMaxDepth: 2
# Redocly CLI changelog
## 1.0.0-beta.110 (2022-09-21)
### Features
- Added the `build-docs` command which builds Redoc API docs into a zero-dependency HTML file.
- Added the ability to upload other files and folders with the `push` command.
- Added support for custom assertions as plugins.
### Fixes
- Fixed incorrect behavior for the `no-invalid-media-type-examples` rule in combination with the `allOf` keyword.
## 1.0.0-beta.109 (2022-09-08)
### Features

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.109",
"version": "1.0.0-beta.110",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@redocly/cli",
"version": "1.0.0-beta.109",
"version": "1.0.0-beta.110",
"license": "MIT",
"workspaces": [
"packages/*"
@@ -9745,10 +9745,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.0.0-beta.109",
"version": "1.0.0-beta.110",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.109",
"@redocly/openapi-core": "1.0.0-beta.110",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -9791,7 +9791,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.109",
"version": "1.0.0-beta.110",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -10782,7 +10782,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.0.0-beta.109",
"@redocly/openapi-core": "1.0.0-beta.110",
"@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.109",
"version": "1.0.0-beta.110",
"description": "",
"private": true,
"engines": {

View File

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

View File

@@ -1,15 +1,15 @@
{
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.109",
"version": "1.0.0-beta.110",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.109",
"version": "1.0.0-beta.110",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.6.5",
"@redocly/ajv": "^8.11.0",
"@types/node": "^14.11.8",
"colorette": "^1.2.0",
"js-levenshtein": "^1.1.6",
@@ -34,9 +34,9 @@
}
},
"node_modules/@redocly/ajv": {
"version": "8.6.5",
"resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.6.5.tgz",
"integrity": "sha512-3P2TY/u4c6OBqkP+1cTH1iGAEv0O34PV3vV2Wnos/nNHu62OTrtC4zcaxttG0pHtPtn42StrhGq7SsiFgP4Bfw==",
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.0.tgz",
"integrity": "sha512-9GWx27t7xWhDIR02PA18nzBdLcKQRgc46xNQvjFkrYk4UOmvKhJ/dawwiX0cCOeetN5LcaaiqQbVOWYK62SGHw==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
@@ -322,9 +322,9 @@
},
"dependencies": {
"@redocly/ajv": {
"version": "8.6.5",
"resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.6.5.tgz",
"integrity": "sha512-3P2TY/u4c6OBqkP+1cTH1iGAEv0O34PV3vV2Wnos/nNHu62OTrtC4zcaxttG0pHtPtn42StrhGq7SsiFgP4Bfw==",
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.0.tgz",
"integrity": "sha512-9GWx27t7xWhDIR02PA18nzBdLcKQRgc46xNQvjFkrYk4UOmvKhJ/dawwiX0cCOeetN5LcaaiqQbVOWYK62SGHw==",
"requires": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",

View File

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