File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.0-beta.10 (Mar 25, 2024)
2
+
3
+ High level enhancements
4
+
5
+ - Various bugfixes
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - use inline to remove p tag ([ #779 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/779 ) )
10
+ - upgrade lerna to 8.1.2 ([ #778 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/778 ) )
11
+
1
12
## 3.0.0-beta.9 (Mar 22, 2024)
2
13
3
14
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.9 " ,
3
+ "version" : " 3.0.0-beta.10 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
25
25
"@docusaurus/plugin-google-gtag" : " 3.1.1" ,
26
26
"@docusaurus/preset-classic" : " 3.1.1" ,
27
27
"clsx" : " ^1.1.1" ,
28
- "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.9 " ,
29
- "docusaurus-theme-openapi-docs" : " ^3.0.0-beta.9 " ,
28
+ "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.10 " ,
29
+ "docusaurus-theme-openapi-docs" : " ^3.0.0-beta.10 " ,
30
30
"prism-react-renderer" : " ^2.3.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.9 " ,
2
+ "version" : " 3.0.0-beta.10 " ,
3
3
"npmClient" : " yarn"
4
4
}
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.9 " ,
4
+ "version" : " 3.0.0-beta.10 " ,
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.9 " ,
4
+ "version" : " 3.0.0-beta.10 " ,
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.9 " ,
47
+ "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.10 " ,
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