Skip to content

Commit

Permalink
Merge branch 'v2' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Nov 8, 2024
2 parents 51fa512 + 1e196d9 commit 397a074
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/ooui",
"version": "2.14.0-alpha.3",
"version": "2.14.0",
"engines": {
"node": "20.5.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/WidgetFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ class WidgetFactory {
case "comments_timeline":
this._widgetClass = Comments;
break;

case "json":
this._widgetClass = JSONField;
break;
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ import CodeEditor from "./CodeEditor";
import Time from "./Time";
import HTMLPreview from "./HTMLPreview";
import Alert from "./Alert";
import Comments from "./Comments";
import JSONField from "./JSONField";
import Comments from "./Comments";

import {
Graph,
Expand Down

0 comments on commit 397a074

Please sign in to comment.