Skip to content

Commit 0a89b9d

Browse files
authored
Prepare release v4.7.1 (#1293)
Hotfix release for build error in v4.7.0.
1 parent 3c5d387 commit 0a89b9d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.7.1 (2026-01-27)
2+
3+
Hotfix release for build error in v4.7.0.
4+
5+
#### :bug: Bug Fix
6+
7+
- fix(theme): use import type for plugin type imports ([#1292](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1292))
8+
19
## 4.7.0 (2026-01-27)
210

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"npmClient": "yarn"
44
}

packages/docusaurus-plugin-openapi-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-plugin-openapi-docs",
33
"description": "OpenAPI plugin for Docusaurus.",
4-
"version": "4.7.0",
4+
"version": "4.7.1",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

packages/docusaurus-theme-openapi-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-theme-openapi-docs",
33
"description": "OpenAPI theme for Docusaurus.",
4-
"version": "4.7.0",
4+
"version": "4.7.1",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -38,7 +38,7 @@
3838
"@types/postman-collection": "^3.5.11",
3939
"@types/react-modal": "^3.16.3",
4040
"concurrently": "^9.2.0",
41-
"docusaurus-plugin-openapi-docs": "^4.7.0",
41+
"docusaurus-plugin-openapi-docs": "^4.7.1",
4242
"docusaurus-plugin-sass": "^0.2.6",
4343
"eslint-plugin-prettier": "^5.5.1"
4444
},

0 commit comments

Comments
 (0)