Skip to content

Commit 852aca1

Browse files
authored
Bump minor version (#1105)
1 parent d7c18c9 commit 852aca1

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 4.3.6 (Mar 7, 2025)
2+
3+
High level enhancements
4+
5+
- downloadUrl option is now available to all API entities, previously only "info" pages ([#1094](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1094))
6+
7+
Other enhancements and bug fixes
8+
9+
- Remove URL plugin and fallback from webpack config ([#1098](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1098))
10+
- Don't double encode application/json requestBody examples ([#1100](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1100))
11+
- Return fragment for empty discriminator tab children ([#1099](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1099))
12+
- Check for body content length ([#1091](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1091))
13+
114
## 4.3.5 (Feb 20, 2025)
215

316
High level enhancements

demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -26,8 +26,8 @@
2626
"@docusaurus/plugin-google-gtag": "3.7.0",
2727
"@docusaurus/preset-classic": "3.7.0",
2828
"clsx": "^1.1.1",
29-
"docusaurus-plugin-openapi-docs": "^4.3.5",
30-
"docusaurus-theme-openapi-docs": "^4.3.5",
29+
"docusaurus-plugin-openapi-docs": "^4.3.6",
30+
"docusaurus-theme-openapi-docs": "^4.3.6",
3131
"prism-react-renderer": "^2.3.0",
3232
"react": "^19.0.0",
3333
"react-dom": "^19.0.0"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.3.5",
2+
"version": "4.3.6",
33
"npmClient": "yarn"
44
}

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

+1-1
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.3.5",
4+
"version": "4.3.6",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

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

+3-3
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.3.5",
4+
"version": "4.3.6",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -28,15 +28,15 @@
2828
"watch": "concurrently --names \"lib,lib-next,tsc\" --kill-others \"yarn babel:lib --watch\" \"yarn babel:lib-next --watch\" \"yarn tsc --watch\""
2929
},
3030
"devDependencies": {
31-
"@docusaurus/theme-common": "^3.5.0",
3231
"@docusaurus/theme-classic": "^3.5.0",
32+
"@docusaurus/theme-common": "^3.5.0",
3333
"@docusaurus/types": "^3.5.0",
3434
"@types/crypto-js": "^4.1.0",
3535
"@types/file-saver": "^2.0.5",
3636
"@types/lodash": "^4.14.176",
3737
"@types/pako": "^2.0.3",
3838
"concurrently": "^5.2.0",
39-
"docusaurus-plugin-openapi-docs": "^4.3.5",
39+
"docusaurus-plugin-openapi-docs": "^4.3.6",
4040
"docusaurus-plugin-sass": "^0.2.3",
4141
"eslint-plugin-prettier": "^5.0.1"
4242
},

0 commit comments

Comments
 (0)