Skip to content

Commit 7eb0a5d

Browse files
committed
Release new version with admin schema bug fix
1 parent 32de21e commit 7eb0a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"file-saver": "^2.0.2",
2222
"jquery": "^3.3.1",
2323
"js-cookie": "2.2.0",
24-
"json-schema-editor": "^0.2.4",
24+
"json-schema-editor": "^0.2.5",
2525
"normalize.css": "7.0.0",
2626
"nprogress": "0.2.0",
2727
"object-path": "^0.11.4",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expressa",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "API framework using JSON schemas",
55
"main": "index.js",
66
"repository": "https://github.com/thomas4019/expressa",

0 commit comments

Comments
 (0)