chore: 🔖 release new versions (#1469)

This commit is contained in:
github-actions[bot]
2024-03-04 17:06:49 +02:00
committed by GitHub
parent f1a6f356ea
commit 24faf72183
7 changed files with 27 additions and 13 deletions

View File

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

View File

@@ -7,6 +7,13 @@ toc:
<!-- do-not-remove --> <!-- do-not-remove -->
## 1.10.3 (2024-03-04)
### Patch Changes
- Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
- Updated @redocly/openapi-core to v1.10.3.
## 1.10.2 (2024-03-04) ## 1.10.2 (2024-03-04)
### Patch Changes ### Patch Changes

8
package-lock.json generated
View File

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

View File

@@ -1,5 +1,12 @@
# @redocly/cli # @redocly/cli
## 1.10.3
### Patch Changes
- Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
- Updated @redocly/openapi-core to v1.10.3.
## 1.10.2 ## 1.10.2
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @redocly/openapi-core # @redocly/openapi-core
## 1.10.3
### Patch Changes
- Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
## 1.10.2 ## 1.10.2
### Patch Changes ### Patch Changes

View File

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