chore: 🔖 release new versions (#1272)

This commit is contained in:
github-actions[bot]
2023-10-18 08:48:35 +02:00
committed by GitHub
parent 73c1999297
commit 45b31e6640
11 changed files with 37 additions and 36 deletions

View File

@@ -1,6 +0,0 @@
---
'@redocly/openapi-core': patch
'@redocly/cli': patch
---
Fixed an issue with nested refs in the `join` command.

View File

@@ -1,6 +0,0 @@
---
'@redocly/openapi-core': patch
'@redocly/cli': patch
---
Fixed pattern for no-server-example.com rule to improve detection accuracy.

View File

@@ -1,6 +0,0 @@
---
'@redocly/openapi-core': patch
'@redocly/cli': patch
---
Changed the report location for `pattern` and `notPattern` assertions to be more precise.

View File

@@ -1,6 +0,0 @@
---
'@redocly/cli': patch
'@redocly/openapi-core': patch
---
Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.

View File

@@ -1,5 +0,0 @@
---
'@redocly/openapi-core': patch
---
Enhanced public API by small typescript typing fix and exporting new function `bundleFromString`.

View File

@@ -8,6 +8,16 @@ toc:
<!-- do-not-remove -->
## 1.2.1 (2023-10-17)
### Patch Changes
- Fixed an issue with nested refs in the `join` command.
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
- Updated @redocly/openapi-core to v1.2.1.
## 1.2.0 (2023-09-18)
### Minor Changes

8
package-lock.json generated
View File

@@ -14289,10 +14289,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.2.0",
"@redocly/openapi-core": "1.2.1",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
@@ -14337,7 +14337,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -16893,7 +16893,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.2.0",
"@redocly/openapi-core": "1.2.1",
"@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.2.1
### Patch Changes
- Fixed an issue with nested refs in the `join` command.
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
- Updated @redocly/openapi-core to v1.2.1.
## 1.2.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @redocly/openapi-core
## 1.2.1
### Patch Changes
- Fixed an issue with nested refs in the `join` command.
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
- Enhanced public API by small typescript typing fix and exporting new function `bundleFromString`.
## 1.2.0
### Minor Changes

View File

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