Skip to content

Commit fd2de17

Browse files
authored
Merge branch 'master' into fix/dynamic-og
2 parents 665fcf0 + a8c8cb5 commit fd2de17

File tree

5 files changed

+267
-81
lines changed

5 files changed

+267
-81
lines changed

apps/studio-next/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# studio-next
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- c3248c8: fix: fix the validation error for payload of type `date` (https://github.com/asyncapi/parser-js/issues/980)
8+
39
## 0.1.1
410

511
### Patch Changes

apps/studio-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studio-next",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3001",
@@ -12,7 +12,7 @@
1212
"@asyncapi/avro-schema-parser": "^3.0.19",
1313
"@asyncapi/converter": "^1.4.16",
1414
"@asyncapi/openapi-schema-parser": "^3.0.18",
15-
"@asyncapi/parser": "^3.0.11",
15+
"@asyncapi/parser": "^3.2.1",
1616
"@asyncapi/protobuf-schema-parser": "^3.2.8",
1717
"@asyncapi/react-component": "^1.2.2",
1818
"@asyncapi/specs": "^6.5.4",

apps/studio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @asyncapi/studio
22

3+
## 0.21.2
4+
5+
### Patch Changes
6+
7+
- c3248c8: fix: fix the validation error for payload of type `date` (https://github.com/asyncapi/parser-js/issues/980)
8+
39
## 0.21.1
410

511
### Patch Changes

apps/studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/studio",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.",
55
"license": "Apache-2.0",
66
"bugs": {
@@ -25,7 +25,7 @@
2525
"@asyncapi/avro-schema-parser": "^3.0.22",
2626
"@asyncapi/converter": "^1.4.19",
2727
"@asyncapi/openapi-schema-parser": "^3.0.22",
28-
"@asyncapi/parser": "^3.0.14",
28+
"@asyncapi/parser": "^3.2.1",
2929
"@asyncapi/protobuf-schema-parser": "^3.2.11",
3030
"@asyncapi/react-component": "^1.4.10",
3131
"@asyncapi/specs": "^6.7.0",

0 commit comments

Comments
 (0)