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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.7.1 (2026-01-27)

Hotfix release for build error in v4.7.0.

#### :bug: Bug Fix

- fix(theme): use import type for plugin type imports ([#1292](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1292))

## 4.7.0 (2026-01-27)

Major performance improvement: The new `externalJsonProps` option (enabled by default) dramatically reduces build times and bundle sizes by externalizing large JSON props from MDX files.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.7.0",
"version": "4.7.1",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-openapi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-plugin-openapi-docs",
"description": "OpenAPI plugin for Docusaurus.",
"version": "4.7.0",
"version": "4.7.1",
"license": "MIT",
"keywords": [
"openapi",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-theme-openapi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-theme-openapi-docs",
"description": "OpenAPI theme for Docusaurus.",
"version": "4.7.0",
"version": "4.7.1",
"license": "MIT",
"keywords": [
"openapi",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/postman-collection": "^3.5.11",
"@types/react-modal": "^3.16.3",
"concurrently": "^9.2.0",
"docusaurus-plugin-openapi-docs": "^4.7.0",
"docusaurus-plugin-openapi-docs": "^4.7.1",
"docusaurus-plugin-sass": "^0.2.6",
"eslint-plugin-prettier": "^5.5.1"
},
Expand Down