Skip to content

Commit

Permalink
fix: fix validation of type date (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Jul 30, 2024
1 parent a428b15 commit c3248c8
Show file tree
Hide file tree
Showing 4 changed files with 13,537 additions and 10,903 deletions.
6 changes: 6 additions & 0 deletions .changeset/smooth-bulldogs-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"studio-next": patch
"@asyncapi/studio": patch
---

fix: fix the validation error for payload of type `date` (https://github.com/asyncapi/parser-js/issues/980)
2 changes: 1 addition & 1 deletion apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@asyncapi/avro-schema-parser": "^3.0.19",
"@asyncapi/converter": "^1.4.16",
"@asyncapi/openapi-schema-parser": "^3.0.18",
"@asyncapi/parser": "^3.0.11",
"@asyncapi/parser": "^3.2.1",
"@asyncapi/protobuf-schema-parser": "^3.2.8",
"@asyncapi/react-component": "^1.2.2",
"@asyncapi/specs": "^6.5.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@asyncapi/avro-schema-parser": "^3.0.22",
"@asyncapi/converter": "^1.4.19",
"@asyncapi/openapi-schema-parser": "^3.0.22",
"@asyncapi/parser": "^3.0.14",
"@asyncapi/parser": "^3.2.1",
"@asyncapi/protobuf-schema-parser": "^3.2.11",
"@asyncapi/react-component": "^1.4.10",
"@asyncapi/specs": "^6.7.0",
Expand Down
Loading

0 comments on commit c3248c8

Please sign in to comment.