Skip to content

Commit

Permalink
chore: 🔖 release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent bcf6470 commit 4e85c06
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/real-chicken-cheat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-geckos-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-wasps-shout.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ toc:

<!-- do-not-remove -->

## 1.25.10 (2024-10-30)

### Patch Changes

- Fixed `component-name-unique` problems to include correct location.
- 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.25.10.

## 1.25.9 (2024-10-25)

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @redocly/cli

## 1.25.10

### Patch Changes

- Fixed `component-name-unique` problems to include correct location.
- 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.25.10.

## 1.25.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.25.9",
"version": "1.25.10",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
],
"dependencies": {
"@redocly/openapi-core": "1.25.9",
"@redocly/openapi-core": "1.25.10",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @redocly/openapi-core

## 1.25.10

### Patch Changes

- Fixed `component-name-unique` problems to include correct location.
- Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`.
- Updated @redocly/config to v0.16.0.

## 1.25.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.25.9",
"version": "1.25.10",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 4e85c06

Please sign in to comment.