chore: 🔖 release new versions (#1745)

This commit is contained in:
github-actions[bot]
2024-09-30 12:29:10 +03:00
committed by GitHub
parent 43d177901a
commit 1f0ca52ce0
8 changed files with 27 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@redocly/openapi-core": patch
---
Updated @redocly/config to v0.12.1.

View File

@@ -1,5 +0,0 @@
---
"@redocly/cli": patch
---
Added a warning message to the `push` and `push-status` commands to notify users about upcoming or ongoing resource deprecation.

View File

@@ -7,6 +7,13 @@ toc:
<!-- do-not-remove -->
## 1.25.4 (2024-09-30)
### Patch Changes
- Added a warning message to the `push` and `push-status` commands to notify users about upcoming or ongoing resource deprecation.
- Updated @redocly/openapi-core to v1.25.4.
## 1.25.3 (2024-09-18)
### Patch Changes

8
package-lock.json generated
View File

@@ -13739,10 +13739,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.25.3",
"version": "1.25.4",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.25.3",
"@redocly/openapi-core": "1.25.4",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -13796,7 +13796,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.25.3",
"version": "1.25.4",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.2",
@@ -16460,7 +16460,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.25.3",
"@redocly/openapi-core": "1.25.4",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/pluralize": "^0.0.29",

View File

@@ -1,5 +1,12 @@
# @redocly/cli
## 1.25.4
### Patch Changes
- Added a warning message to the `push` and `push-status` commands to notify users about upcoming or ongoing resource deprecation.
- Updated @redocly/openapi-core to v1.25.4.
## 1.25.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @redocly/openapi-core
## 1.25.4
### Patch Changes
- Updated @redocly/config to v0.12.1.
## 1.25.3
### Patch Changes

View File

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