chore: 🔖 release new versions (#1590)

This commit is contained in:
github-actions[bot]
2024-06-18 11:53:35 +03:00
committed by GitHub
parent 4c176991e4
commit b0998dd507
7 changed files with 33 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.

View File

@@ -7,6 +7,16 @@ toc:
<!-- do-not-remove -->
## 1.16.0 (2024-06-18)
### Minor Changes
- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
### Patch Changes
- Updated @redocly/openapi-core to v1.16.0.
## 1.15.0 (2024-06-11)
### Minor Changes

8
package-lock.json generated
View File

@@ -13493,10 +13493,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.15.0",
"version": "1.16.0",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.15.0",
"@redocly/openapi-core": "1.16.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -13548,7 +13548,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.15.0",
"version": "1.16.0",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -16211,7 +16211,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.15.0",
"@redocly/openapi-core": "1.16.0",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/react": "^17.0.0 || ^18.2.21",

View File

@@ -1,5 +1,15 @@
# @redocly/cli
## 1.16.0
### Minor Changes
- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
### Patch Changes
- Updated @redocly/openapi-core to v1.16.0.
## 1.15.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.15.0",
"version": "1.16.0",
"description": "",
"license": "MIT",
"bin": {
@@ -36,7 +36,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.15.0",
"@redocly/openapi-core": "1.16.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",

View File

@@ -1,5 +1,11 @@
# @redocly/openapi-core
## 1.16.0
### Minor Changes
- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
## 1.15.0
### Minor Changes

View File

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