diff --git a/.changeset/lemon-cougars-cheat.md b/.changeset/lemon-cougars-cheat.md deleted file mode 100644 index bd4ca2728..000000000 --- a/.changeset/lemon-cougars-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@redocly/cli": patch ---- - -Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API. diff --git a/.changeset/long-donkeys-bathe.md b/.changeset/long-donkeys-bathe.md deleted file mode 100644 index ec40a158d..000000000 --- a/.changeset/long-donkeys-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@redocly/cli": patch ---- - -Fixed an issue where `join` would throw an error when a glob pattern was provided. diff --git a/.changeset/purple-lobsters-stare.md b/.changeset/purple-lobsters-stare.md deleted file mode 100644 index b2246a232..000000000 --- a/.changeset/purple-lobsters-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification. diff --git a/.changeset/strong-ties-argue.md b/.changeset/strong-ties-argue.md deleted file mode 100644 index 64e353a25..000000000 --- a/.changeset/strong-ties-argue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@redocly/openapi-core": minor -"@redocly/cli": minor ---- - -Introduced the `struct` rule and deprecated the `spec` rule. -Added the `spec` ruleset, which enforces compliance with the specifications. diff --git a/docs/changelog.md b/docs/changelog.md index 98a8dd98f..fc5ae4955 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,20 @@ toc: +## 1.26.0 (2024-12-09) + +### Minor Changes + +- Introduced the `struct` rule and deprecated the `spec` rule. + Added the `spec` ruleset, which enforces compliance with the specifications. + +### Patch Changes + +- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API. +- Fixed an issue where `join` would throw an error when a glob pattern was provided. +- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification. +- Updated @redocly/openapi-core to v1.26.0. + ## 1.25.15 (2024-11-29) ### Patch Changes diff --git a/package-lock.json b/package-lock.json index b5648ca85..759cf7725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13739,10 +13739,10 @@ }, "packages/cli": { "name": "@redocly/cli", - "version": "1.25.15", + "version": "1.26.0", "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.25.15", + "@redocly/openapi-core": "1.26.0", "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.15", + "version": "1.26.0", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.2", @@ -16460,7 +16460,7 @@ "@redocly/cli": { "version": "file:packages/cli", "requires": { - "@redocly/openapi-core": "1.25.15", + "@redocly/openapi-core": "1.26.0", "@types/configstore": "^5.0.1", "@types/glob": "^8.1.0", "@types/pluralize": "^0.0.29", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f6ec89354..371fb02f9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @redocly/cli +## 1.26.0 + +### Minor Changes + +- Introduced the `struct` rule and deprecated the `spec` rule. + Added the `spec` ruleset, which enforces compliance with the specifications. + +### Patch Changes + +- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API. +- Fixed an issue where `join` would throw an error when a glob pattern was provided. +- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification. +- Updated @redocly/openapi-core to v1.26.0. + ## 1.25.15 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6fba960a4..231f5043c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/cli", - "version": "1.25.15", + "version": "1.26.0", "description": "", "license": "MIT", "bin": { @@ -36,7 +36,7 @@ "Roman Hotsiy (https://redocly.com/)" ], "dependencies": { - "@redocly/openapi-core": "1.25.15", + "@redocly/openapi-core": "1.26.0", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 57ff4f39f..71c4a0544 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @redocly/openapi-core +## 1.26.0 + +### Minor Changes + +- Introduced the `struct` rule and deprecated the `spec` rule. + Added the `spec` ruleset, which enforces compliance with the specifications. + +### Patch Changes + +- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification. + ## 1.25.15 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a2e9d0c0d..7b51d9cfa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.25.15", + "version": "1.26.0", "description": "", "main": "lib/index.js", "engines": {