Skip to content

Commit 065f28c

Browse files
committed
Prepare release v5.0.2
1 parent a52230a commit 065f28c

6 files changed

Lines changed: 34 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 5.0.2 (2026-05-01)
2+
3+
Routine maintenance release. Bumps Docusaurus to `3.10.1` in the demo and the `create-docusaurus-openapi-docs` scaffolder template (picks up the upstream webpackbar/webpack bundler fix), plus a batch of dependency updates.
4+
5+
#### :robot: Dependencies
6+
7+
- chore(deps): bump @docusaurus/\* from 3.10.0 to 3.10.1 ([#1442](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1442))
8+
- chore(deps): bump postcss from 8.5.6 to 8.5.13 ([#1441](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1441))
9+
- chore(deps): bump @redocly/openapi-core from 2.25.4 to 2.29.0 ([#1430](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1430), [#1433](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1433))
10+
- chore(deps): bump react-hook-form from 7.72.1 to 7.73.1 ([#1436](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1436))
11+
- chore(deps): bump the react group with 2 updates ([#1426](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1426))
12+
- chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 ([#1438](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1438))
13+
- chore(deps): bump actions/cache from 5.0.4 to 5.0.5 ([#1431](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1431))
14+
- chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 ([#1439](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1439))
15+
16+
#### :wrench: Maintenance
17+
18+
- chore(deps-dev): bump fast-xml-parser from 5.5.10 to 5.7.1 ([#1429](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1429), [#1437](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1437))
19+
- chore(deps-dev): bump @types/node from 25.5.0 to 25.6.0 ([#1434](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1434))
20+
- chore(deps-dev): bump start-server-and-test from 3.0.0 to 3.0.2 ([#1428](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1428))
21+
- chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 7.0.1 ([#1427](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1427))
22+
23+
#### Committers: 2
24+
25+
- dependabot[bot]
26+
- Steven Serrata
27+
128
## 5.0.1 (2026-04-14)
229

330
Patch release with a new scaffolding CLI, performance improvements, compatibility fixes for Docusaurus 3.10.0 strict admonition syntax, and a security fix for axios CVEs.

lerna.json

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

packages/create-docusaurus-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": "create-docusaurus-openapi-docs",
33
"description": "Create Docusaurus sites with OpenAPI docs.",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

packages/create-docusaurus-openapi-docs/templates/default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@docusaurus/preset-classic": "3.10.1",
2424
"@mdx-js/react": "^3.0.0",
2525
"clsx": "^2.0.0",
26-
"docusaurus-plugin-openapi-docs": "5.0.1",
27-
"docusaurus-theme-openapi-docs": "5.0.1",
26+
"docusaurus-plugin-openapi-docs": "5.0.2",
27+
"docusaurus-theme-openapi-docs": "5.0.2",
2828
"prism-react-renderer": "^2.3.0",
2929
"react": "^19.0.0",
3030
"react-dom": "^19.0.0"

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": "5.0.1",
4+
"version": "5.0.2",
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": "5.0.1",
4+
"version": "5.0.2",
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": "^5.0.1",
41+
"docusaurus-plugin-openapi-docs": "^5.0.2",
4242
"docusaurus-plugin-sass": "^0.2.6",
4343
"eslint-plugin-prettier": "^5.5.1"
4444
},

0 commit comments

Comments
 (0)