chore: 🔖 release new versions (#1315)

This commit is contained in:
github-actions[bot]
2023-11-15 15:14:37 +01:00
committed by GitHub
parent 6097ff769f
commit 166e16d6ca
9 changed files with 33 additions and 26 deletions

View File

@@ -1,5 +0,0 @@
---
'@redocly/cli': patch
---
Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.

View File

@@ -1,9 +0,0 @@
---
'@redocly/openapi-core': patch
---
OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in `properties` was updated since OpenAPI 3.0.x and JSON Schema draft-04.
In the new JSON Schema specification, each property value within a `properties` schema accepts a `boolean` or `object` schema.
https://json-schema.org/draft/2020-12/json-schema-core#section-10.3.2.1

View File

@@ -1,5 +0,0 @@
---
"@redocly/openapi-core": patch
---
Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.

View File

@@ -8,6 +8,13 @@ toc:
<!-- do-not-remove -->
## 1.4.1 (2023-11-15)
### Patch Changes
- Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.
- Updated @redocly/openapi-core to v1.4.1.
## 1.4.0 (2023-10-26)
### Minor Changes

8
package-lock.json generated
View File

@@ -12841,10 +12841,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.4.0",
"@redocly/openapi-core": "1.4.1",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
@@ -12890,7 +12890,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -15514,7 +15514,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.4.0",
"@redocly/openapi-core": "1.4.1",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/react": "^17.0.0 || ^18.2.21",

View File

@@ -1,5 +1,12 @@
# @redocly/cli
## 1.4.1
### Patch Changes
- Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.
- Updated @redocly/openapi-core to v1.4.1.
## 1.4.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @redocly/openapi-core
## 1.4.1
### Patch Changes
- OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in `properties` was updated since OpenAPI 3.0.x and JSON Schema draft-04.
In the new JSON Schema specification, each property value within a `properties` schema accepts a `boolean` or `object` schema.
https://json-schema.org/draft/2020-12/json-schema-core#section-10.3.2.1
- Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.
## 1.4.0
### Minor Changes

View File

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