Skip to content
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
6 changes: 0 additions & 6 deletions .changeset/solid-lands-repair.md

This file was deleted.

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

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

## 2.14.1 (2025-12-24)

### Patch Changes

- Updated @redocly/openapi-core to v2.14.1.

## 2.14.0 (2025-12-19)

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

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

## 2.14.1

### Patch Changes

- Updated @redocly/openapi-core to v2.14.1.

## 2.14.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "2.14.0",
"version": "2.14.1",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"@opentelemetry/resources": "2.0.1",
"@opentelemetry/sdk-trace-node": "2.0.1",
"@opentelemetry/semantic-conventions": "1.34.0",
"@redocly/openapi-core": "2.14.0",
"@redocly/respect-core": "2.14.0",
"@redocly/openapi-core": "2.14.1",
"@redocly/respect-core": "2.14.1",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @redocly/openapi-core

## 2.14.1

### Patch Changes

- Fixed an issue where JSON Pointers containing special characters (like `%`) were not properly URI-encoded.
When these pointers were used as URI identifiers, they caused validation errors with properties containing percent signs or other special characters.

## 2.14.0

### 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": "2.14.0",
"version": "2.14.1",
"description": "",
"type": "module",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/respect-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @redocly/respect-core

## 2.14.1

### Patch Changes

- Updated @redocly/openapi-core to v2.14.1.

## 2.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/respect-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/respect-core",
"version": "2.14.0",
"version": "2.14.1",
"description": "API testing framework core",
"type": "module",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@faker-js/faker": "^7.6.0",
"@noble/hashes": "^1.8.0",
"@redocly/ajv": "8.17.1",
"@redocly/openapi-core": "2.14.0",
"@redocly/openapi-core": "2.14.1",
"better-ajv-errors": "^1.2.0",
"colorette": "^2.0.20",
"json-pointer": "^0.6.2",
Expand Down
Loading