chore: v1.0.0-beta.129 (#1141)

This commit is contained in:
Andrew Tatomyr
2023-06-26 20:40:24 +03:00
committed by GitHub
parent 04a826272f
commit 0e46aef217
5 changed files with 36 additions and 10 deletions

View File

@@ -5,6 +5,23 @@ toc:
# Redocly CLI changelog # Redocly CLI changelog
## 1.0.0-beta.129 (2023-06-26)
### Features
- Added product metrics collection.
### Fixes
- Fixed build-docs command not working in Docker.
- Other stability fixes and improvements.
### Changes
- Streamlined the `push` command interface. The previous syntax also continues to work.
- Improved Redocly configuration validation.
- Documentation and messaging corrections.
## 1.0.0-beta.128 (2023-06-07) ## 1.0.0-beta.128 (2023-06-07)
### Features ### Features

21
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@redocly/cli", "name": "@redocly/cli",
"version": "1.0.0-beta.128", "version": "1.0.0-beta.129",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@redocly/cli", "name": "@redocly/cli",
"version": "1.0.0-beta.128", "version": "1.0.0-beta.129",
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
@@ -9577,10 +9577,10 @@
}, },
"packages/cli": { "packages/cli": {
"name": "@redocly/cli", "name": "@redocly/cli",
"version": "1.0.0-beta.128", "version": "1.0.0-beta.129",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@redocly/openapi-core": "1.0.0-beta.128", "@redocly/openapi-core": "1.0.0-beta.129",
"assert-node-version": "^1.0.3", "assert-node-version": "^1.0.3",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"colorette": "^1.2.0", "colorette": "^1.2.0",
@@ -9614,6 +9614,11 @@
"node": ">=12.0.0" "node": ">=12.0.0"
} }
}, },
"packages/cli/node_modules/@types/node": {
"version": "14.18.51",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.51.tgz",
"integrity": "sha512-P9bsdGFPpVtofEKlhWMVS2qqx1A/rt9QBfihWlklfHHpUpjtYse5AzFz6j4DWrARLYh6gRnw9+5+DJcrq3KvBA=="
},
"packages/cli/node_modules/@types/yargs": { "packages/cli/node_modules/@types/yargs": {
"version": "17.0.5", "version": "17.0.5",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.5.tgz", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.5.tgz",
@@ -9625,7 +9630,7 @@
}, },
"packages/core": { "packages/core": {
"name": "@redocly/openapi-core", "name": "@redocly/openapi-core",
"version": "1.0.0-beta.128", "version": "1.0.0-beta.129",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@redocly/ajv": "^8.11.0", "@redocly/ajv": "^8.11.0",
@@ -10588,7 +10593,7 @@
"@redocly/cli": { "@redocly/cli": {
"version": "file:packages/cli", "version": "file:packages/cli",
"requires": { "requires": {
"@redocly/openapi-core": "1.0.0-beta.128", "@redocly/openapi-core": "1.0.0-beta.129",
"@types/configstore": "^5.0.1", "@types/configstore": "^5.0.1",
"@types/react": "^17.0.8", "@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5", "@types/react-dom": "^17.0.5",
@@ -10613,6 +10618,10 @@
"yargs": "17.0.1" "yargs": "17.0.1"
}, },
"dependencies": { "dependencies": {
"@types/node": {
"version": "https://registry.npmjs.org/@types/node/-/node-14.18.51.tgz",
"integrity": "sha512-P9bsdGFPpVtofEKlhWMVS2qqx1A/rt9QBfihWlklfHHpUpjtYse5AzFz6j4DWrARLYh6gRnw9+5+DJcrq3KvBA=="
},
"@types/yargs": { "@types/yargs": {
"version": "17.0.5", "version": "17.0.5",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.5.tgz", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.5.tgz",

View File

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

View File

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

View File

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