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
## 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)
### Features

21
package-lock.json generated
View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.128",
"version": "1.0.0-beta.129",
"description": "",
"license": "MIT",
"bin": {
@@ -33,7 +33,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.128",
"@redocly/openapi-core": "1.0.0-beta.129",
"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.128",
"version": "1.0.0-beta.129",
"description": "",
"main": "lib/index.js",
"engines": {