File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed
docusaurus-plugin-openapi
docusaurus-preset-openapi Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.3 (Dec 11, 2021)
2
+
3
+ Enhancements and bug fixes
4
+
5
+ - Add case-insensitive security scheme support ([ #83 ] ( https://github.com/cloud-annotations/docusaurus-plugin-openapi/pull/83 ) )
6
+ - Add CodeSandbox CI ([ #77 ] ( https://github.com/cloud-annotations/docusaurus-plugin-openapi/pull/77 ) )
7
+
1
8
## 0.2.2 (Dec 6, 2021)
2
9
3
10
Fix broken package
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
18
18
"@mdx-js/react" : " ^1.6.21" ,
19
19
"@svgr/webpack" : " ^5.5.0" ,
20
20
"clsx" : " ^1.1.1" ,
21
- "docusaurus-preset-openapi" : " ^0.2.2 " ,
21
+ "docusaurus-preset-openapi" : " ^0.2.3 " ,
22
22
"file-loader" : " ^6.2.0" ,
23
23
"prism-react-renderer" : " ^1.2.1" ,
24
24
"react" : " ^17.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.2.2 " ,
2
+ "version" : " 0.2.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" ,
3
3
"description" : " OpenAPI plugin for Docusaurus." ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.3 " ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-preset-openapi" ,
3
3
"description" : " OpenAPI preset for Docusaurus." ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.3 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
41
41
"@docusaurus/preset-classic" : " 2.0.0-beta.9" ,
42
42
"@docusaurus/theme-classic" : " 2.0.0-beta.9" ,
43
43
"@docusaurus/theme-search-algolia" : " 2.0.0-beta.9" ,
44
- "docusaurus-plugin-openapi" : " ^0.2.1 " ,
45
- "docusaurus-theme-openapi" : " ^0.2.2 "
44
+ "docusaurus-plugin-openapi" : " ^0.2.3 " ,
45
+ "docusaurus-theme-openapi" : " ^0.2.3 "
46
46
},
47
47
"peerDependencies" : {
48
48
"react" : " ^16.8.4 || ^17.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-theme-openapi" ,
3
3
"description" : " OpenAPI theme for Docusaurus." ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.3 " ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
37
37
"@monaco-editor/react" : " ^4.3.1" ,
38
38
"buffer" : " ^6.0.3" ,
39
39
"clsx" : " ^1.1.1" ,
40
- "docusaurus-plugin-openapi" : " ^0.2.1 " ,
40
+ "docusaurus-plugin-openapi" : " ^0.2.3 " ,
41
41
"immer" : " ^9.0.6" ,
42
42
"lodash" : " ^4.17.20" ,
43
43
"postman-code-generators" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments