Skip to content

Commit

Permalink
chore(release): 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed May 23, 2024
1 parent 70cdded commit 96414f7
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 472 deletions.
893 changes: 423 additions & 470 deletions lib/openapi-ui.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-ui-dist",
"version": "2.2.1",
"version": "2.2.2",
"type": "module",
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/monaco-editor/JSONInput.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Editor } from "@monaco-editor/react";
// import "./workerLoader";
import "./workerLoader";

export interface IJSONInputProps {
value: any;
Expand Down

0 comments on commit 96414f7

Please sign in to comment.