diff --git a/.changeset/real-chicken-cheat.md b/.changeset/real-chicken-cheat.md deleted file mode 100644 index d69583ddff..0000000000 --- a/.changeset/real-chicken-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@redocly/openapi-core": minor ---- - -Fixed `component-name-unique` problems to include correct location. diff --git a/.changeset/seven-geckos-behave.md b/.changeset/seven-geckos-behave.md deleted file mode 100644 index d3bfc6a3b1..0000000000 --- a/.changeset/seven-geckos-behave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`. diff --git a/docs/changelog.md b/docs/changelog.md index 8473abb150..ca3ea35ff9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,13 @@ toc: +## 1.26.0 (2024-10-28) + +### Patch Changes + +- Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`. +- Updated @redocly/openapi-core to v1.26.0. + ## 1.25.9 (2024-10-25) ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 28f576acd9..3e25e16a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13739,10 +13739,10 @@ }, "packages/cli": { "name": "@redocly/cli", - "version": "1.25.9", + "version": "1.26.0", "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.25.9", + "@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.9", + "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.9", + "@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 f62e897c5f..ff90d60057 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @redocly/cli +## 1.26.0 + +### Patch Changes + +- Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`. +- Updated @redocly/openapi-core to v1.26.0. + ## 1.25.9 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 64473265b0..231f5043c2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/cli", - "version": "1.25.9", + "version": "1.26.0", "description": "", "license": "MIT", "bin": { @@ -36,7 +36,7 @@ "Roman Hotsiy (https://redocly.com/)" ], "dependencies": { - "@redocly/openapi-core": "1.25.9", + "@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 092252ba54..043ded353d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @redocly/openapi-core +## 1.26.0 + +### Minor Changes + +- Fixed `component-name-unique` problems to include correct location. + +### Patch Changes + +- Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`. + ## 1.25.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6006596208..1ec0cdf6fd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.25.9", + "version": "1.26.0", "description": "", "main": "lib/index.js", "engines": {