mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: 🔖 release new versions (#1315)
This commit is contained in:
committed by
GitHub
parent
6097ff769f
commit
166e16d6ca
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'@redocly/cli': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.
|
|
||||||
@@ -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
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@redocly/openapi-core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.
|
|
||||||
@@ -8,6 +8,13 @@ toc:
|
|||||||
|
|
||||||
<!-- do-not-remove -->
|
<!-- 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)
|
## 1.4.0 (2023-10-26)
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -12841,10 +12841,10 @@
|
|||||||
},
|
},
|
||||||
"packages/cli": {
|
"packages/cli": {
|
||||||
"name": "@redocly/cli",
|
"name": "@redocly/cli",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/openapi-core": "1.4.0",
|
"@redocly/openapi-core": "1.4.1",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"colorette": "^1.2.0",
|
"colorette": "^1.2.0",
|
||||||
"core-js": "^3.32.1",
|
"core-js": "^3.32.1",
|
||||||
@@ -12890,7 +12890,7 @@
|
|||||||
},
|
},
|
||||||
"packages/core": {
|
"packages/core": {
|
||||||
"name": "@redocly/openapi-core",
|
"name": "@redocly/openapi-core",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/ajv": "^8.11.0",
|
"@redocly/ajv": "^8.11.0",
|
||||||
@@ -15514,7 +15514,7 @@
|
|||||||
"@redocly/cli": {
|
"@redocly/cli": {
|
||||||
"version": "file:packages/cli",
|
"version": "file:packages/cli",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@redocly/openapi-core": "1.4.0",
|
"@redocly/openapi-core": "1.4.1",
|
||||||
"@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",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @redocly/cli
|
# @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
|
## 1.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@redocly/cli",
|
"name": "@redocly/cli",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"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.4.0",
|
"@redocly/openapi-core": "1.4.1",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"colorette": "^1.2.0",
|
"colorette": "^1.2.0",
|
||||||
"core-js": "^3.32.1",
|
"core-js": "^3.32.1",
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
# @redocly/openapi-core
|
# @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
|
## 1.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@redocly/openapi-core",
|
"name": "@redocly/openapi-core",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user