Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🔖 release new versions #1833

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-glasses-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-poems-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-clouds-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-scissors-rest.md

This file was deleted.

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

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

## 1.27.0 (2025-01-03)

### Minor Changes

- Added the ability to override default problem messages for built-in rules.

### Patch Changes

- Fixed an issue where `apis`' root in `redocly.yaml` was not resolved properly when the value of `root` was a URL.
- Updated the Redocly CLI command `redocly build-docs` to use `stdout` instead of `stderr` for simple logs.
- Updated @redocly/openapi-core to v1.27.0.

## 1.26.1 (2024-12-18)

### 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.

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

## 1.27.0

### Minor Changes

- Added the ability to override default problem messages for built-in rules.

### Patch Changes

- Fixed an issue where `apis`' root in `redocly.yaml` was not resolved properly when the value of `root` was a URL.
- Updated the Redocly CLI command `redocly build-docs` to use `stdout` instead of `stderr` for simple logs.
- Updated @redocly/openapi-core to v1.27.0.

## 1.26.1

### 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.26.1",
"version": "1.27.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redocly.com/)"
],
"dependencies": {
"@redocly/openapi-core": "1.26.1",
"@redocly/openapi-core": "1.27.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @redocly/openapi-core

## 1.27.0

### Minor Changes

- Added the ability to override default problem messages for built-in rules.

### Patch Changes

- Updated Spot validation rules.

## 1.26.1

### 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.26.1",
"version": "1.27.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down
Loading