File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.0-beta.3 (Dec 13, 2023)
2
+
3
+ High level enhancements
4
+
5
+ - Improve Docusaurus 3 compatibility
6
+ - Upgrade to Docusaurus 3.0.1
7
+
8
+ Other enhancements and bug fixes
9
+
10
+ - upgrade prettier
11
+ - install prettier plugin ([ #681 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/681 ) )
12
+ - [ V3] Improved Docusaurus 3 compatibility ([ #677 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/677 ) )
13
+ - Prepare release v3.0.0-beta.2 ([ #668 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/668 ) )
14
+ - Port v2 changes/fixes into v3 ([ #667 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/667 ) )
15
+
1
16
## 3.0.0-beta.2 (Dec 1, 2023)
2
17
3
18
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 3.0.0-beta.2 " ,
3
+ "version" : " 3.0.0-beta.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
25
25
"@docusaurus/plugin-google-gtag" : " 3.0.1" ,
26
26
"@docusaurus/preset-classic" : " 3.0.1" ,
27
27
"clsx" : " ^1.1.1" ,
28
- "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.2 " ,
29
- "docusaurus-theme-openapi-docs" : " ^3.0.0-beta.2 " ,
28
+ "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.3 " ,
29
+ "docusaurus-theme-openapi-docs" : " ^3.0.0-beta.3 " ,
30
30
"prism-react-renderer" : " ^2.1.0" ,
31
31
"react" : " ^18.2.0" ,
32
32
"react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0-beta.2 " ,
2
+ "version" : " 3.0.0-beta.3 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-plugin-openapi-docs" ,
3
3
"description" : " OpenAPI plugin for Docusaurus." ,
4
- "version" : " 3.0.0-beta.2 " ,
4
+ "version" : " 3.0.0-beta.3 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-theme-openapi-docs" ,
3
3
"description" : " OpenAPI theme for Docusaurus." ,
4
- "version" : " 3.0.0-beta.2 " ,
4
+ "version" : " 3.0.0-beta.3 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
44
44
"clsx" : " ^1.1.1" ,
45
45
"copy-text-to-clipboard" : " ^3.1.0" ,
46
46
"crypto-js" : " ^4.1.1" ,
47
- "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.2 " ,
47
+ "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.3 " ,
48
48
"docusaurus-plugin-sass" : " ^0.2.3" ,
49
49
"file-saver" : " ^2.0.5" ,
50
50
"lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments