chore: 🔖 release new versions (#1213)

This commit is contained in:
github-actions[bot]
2023-08-07 14:27:59 +02:00
committed by GitHub
parent dcdcb61e90
commit c5c30bc2eb
8 changed files with 29 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
'@redocly/openapi-core': patch
---
Fixed empty custom rules having severity in default rulesets.

View File

@@ -1,5 +0,0 @@
---
'@redocly/cli': patch
---
Fixed the build-docs command failing when running outside the root folder.

View File

@@ -8,6 +8,13 @@ toc:
<!-- do-not-remove -->
## 1.0.1 (2023-08-07)
### Patch Changes
- Fixed the build-docs command failing when running outside the root folder.
- Updated @redocly/openapi-core to v1.0.1.
## 1.0.0 (2023-07-25)
This release marks the stable version 1.0. There are no changes from previous releases.

8
package-lock.json generated
View File

@@ -12071,10 +12071,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.0.0",
"@redocly/openapi-core": "1.0.1",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -12119,7 +12119,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -13723,7 +13723,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.0.0",
"@redocly/openapi-core": "1.0.1",
"@types/configstore": "^5.0.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",

View File

@@ -0,0 +1,8 @@
# @redocly/cli
## 1.0.1
### Patch Changes
- Fixed the build-docs command failing when running outside the root folder.
- Updated @redocly/openapi-core to v1.0.1.

View File

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

View File

@@ -0,0 +1,7 @@
# @redocly/openapi-core
## 1.0.1
### Patch Changes
- Fixed empty custom rules having severity in default rulesets.

View File

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