File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
packages/docusaurus-plugin-openapi Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.1 (Nov 24, 2021)
2+
3+ Enhancements and bug fixes
4+
5+ - Fix missing status code description ([ #61 ] ( https://github.com/cloud-annotations/docusaurus-plugin-openapi/pull/61 ) )
6+ - Fix narrow tables style regression ([ #55 ] ( https://github.com/cloud-annotations/docusaurus-plugin-openapi/pull/55 ) )
7+
18## 0.1.0 (Nov 4, 2021)
29
310Enhancements and bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
1919 "@mdx-js/react" : " ^1.6.21" ,
2020 "@svgr/webpack" : " ^5.5.0" ,
2121 "clsx" : " ^1.1.1" ,
22- "docusaurus-plugin-openapi" : " ^0.1.0 " ,
22+ "docusaurus-plugin-openapi" : " ^0.1.1 " ,
2323 "file-loader" : " ^6.2.0" ,
2424 "prism-react-renderer" : " ^1.2.1" ,
2525 "react" : " ^17.0.1" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.1.0 " ,
2+ "version" : " 0.1.1 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-plugin-openapi" ,
33 "description" : " OpenAPI plugin for Docusaurus" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "license" : " MIT" ,
66 "publishConfig" : {
77 "access" : " public"
You can’t perform that action at this time.
0 commit comments