File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
packages/docusaurus-theme-openapi-docs Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.7 (Aug 15, 2022)
2
+
3
+ High level enhancements
4
+
5
+ - Improved consistency of code block styling.
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - Use CodeBlock to render code fences ([ #210 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/210 ) )
10
+
1
11
## 1.1.6 (Aug 12, 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.6 " ,
3
+ "version" : " 1.1.7 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
21
21
"@mdx-js/react" : " ^1.6.22" ,
22
22
"clsx" : " ^1.1.1" ,
23
23
"docusaurus-plugin-openapi-docs" : " ^1.1.6" ,
24
- "docusaurus-theme-openapi-docs" : " ^1.1.6 " ,
24
+ "docusaurus-theme-openapi-docs" : " ^1.1.7 " ,
25
25
"prism-react-renderer" : " ^1.3.1" ,
26
26
"react" : " ^17.0.2" ,
27
27
"react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.6 " ,
2
+ "version" : " 1.1.7 " ,
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-theme-openapi-docs" ,
3
3
"description" : " OpenAPI theme for Docusaurus." ,
4
- "version" : " 1.1.6 " ,
4
+ "version" : " 1.1.7 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
You can’t perform that action at this time.
0 commit comments