File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.10 (Sep 2, 2022)
2
+
3
+ High level enhancements
4
+
5
+ - Improve CodeTabs and languageTabs support.
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - [ Enhancement] Expand supported CodeTab languages ([ #235 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/235 ) )
10
+
1
11
## 1.1.9 (Aug 30, 2022)
2
12
3
13
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 1.1.9 " ,
3
+ "version" : " 1.1.10 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
26
26
"@docusaurus/preset-classic" : " 2.0.1" ,
27
27
"@mdx-js/react" : " ^1.6.22" ,
28
28
"clsx" : " ^1.1.1" ,
29
- "docusaurus-plugin-openapi-docs" : " ^1.1.9 " ,
30
- "docusaurus-theme-openapi-docs" : " ^1.1.9 " ,
29
+ "docusaurus-plugin-openapi-docs" : " ^1.1.10 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^1.1.10 " ,
31
31
"prism-react-renderer" : " ^1.3.1" ,
32
32
"react" : " ^17.0.2" ,
33
33
"react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.9 " ,
2
+ "version" : " 1.1.10 " ,
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" : " 1.1.9 " ,
4
+ "version" : " 1.1.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" : " 1.1.9 " ,
4
+ "version" : " 1.1.10 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
You can’t perform that action at this time.
0 commit comments