Skip to content

Commit

Permalink
Merge branch 'master' into fix/dynamic-og
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 authored Aug 4, 2024
2 parents 665fcf0 + a8c8cb5 commit fd2de17
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 81 deletions.
6 changes: 6 additions & 0 deletions apps/studio-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# studio-next

## 0.1.2

### Patch Changes

- c3248c8: fix: fix the validation error for payload of type `date` (https://github.com/asyncapi/parser-js/issues/980)

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/studio-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-next",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand All @@ -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
6 changes: 6 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @asyncapi/studio

## 0.21.2

### Patch Changes

- c3248c8: fix: fix the validation error for payload of type `date` (https://github.com/asyncapi/parser-js/issues/980)

## 0.21.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/studio",
"version": "0.21.1",
"version": "0.21.2",
"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.",
"license": "Apache-2.0",
"bugs": {
Expand All @@ -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 fd2de17

Please sign in to comment.