Skip to content

Commit 03b1b50

Browse files
committed
Prepare release v5.0.1
1 parent 2b42766 commit 03b1b50

4 files changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## 5.0.1 (2026-04-14)
2+
3+
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.
4+
5+
#### :rocket: New Feature
6+
7+
- feat: add create-docusaurus-openapi-docs CLI package ([#1413](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1413))
8+
9+
#### :bug: Bug Fix
10+
11+
- Fix deprecation notice for Docusaurus 3.10.0 strict admonition syntax ([#1423](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1423))
12+
- fix: rename experimental_faster to faster, remove --ignore from canary ([#1415](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1415))
13+
- fix: update axios resolution to ^1.15.0 to address critical CVEs
14+
15+
#### :running_woman: Performance
16+
17+
- perf: use Clipboard API ([#1416](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1416))
18+
19+
#### :robot: Dependencies
20+
21+
- chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 ([#1424](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1424))
22+
- chore(deps): bump unist-util-visit from 5.0.0 to 5.1.0 ([#1422](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1422))
23+
- chore(deps): bump commander from 12.1.0 to 14.0.3 ([#1421](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1421))
24+
- chore(deps): bump react-hook-form from 7.72.0 to 7.72.1 ([#1409](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1409))
25+
26+
#### :wrench: Maintenance
27+
28+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin ([#1419](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1419))
29+
- chore(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.6.0 ([#1420](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1420))
30+
- chore(deps-dev): bump nodemon from 2.0.22 to 3.1.14 ([#1408](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1408))
31+
- chore(deps-dev): bump @types/lodash from 4.17.23 to 4.17.24 ([#1406](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1406))
32+
- chore(deps-dev): bump lint-staged from 11.2.6 to 16.4.0 ([#1411](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1411))
33+
- chore(deps-dev): bump eslint-plugin-testing-library from 6.5.0 to 7.16.2 ([#1410](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1410))
34+
35+
#### Committers: 4
36+
37+
- dependabot[bot]
38+
- Florian Lefebvre
39+
- Ollie Monk
40+
- Steven Serrata
41+
142
## 5.0.0 (2026-04-08)
243

344
**Breaking Change:** Minimum Docusaurus version is now `3.10.0`. Users on Docusaurus 3.5–3.9 must upgrade before updating to this release.

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.0",
2+
"version": "5.0.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": "5.0.0",
4+
"version": "5.0.1",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

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

0 commit comments

Comments
 (0)