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
KhudaDad414 authored Aug 17, 2024
2 parents fdc4295 + 1c7f5b2 commit 9c9b3fd
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 27 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.3

### Patch Changes

- 943fec1: fix: report correct `range` values in error diagnostics for YAML files

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2.1",
"@asyncapi/parser": "^3.2.2",
"@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.3

### Patch Changes

- 943fec1: fix: report correct `range` values in error diagnostics for YAML files

## 0.21.2

### 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.2",
"version": "0.21.3",
"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.2.1",
"@asyncapi/parser": "^3.2.2",
"@asyncapi/protobuf-schema-parser": "^3.2.11",
"@asyncapi/react-component": "^1.4.10",
"@asyncapi/specs": "^6.7.0",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 9c9b3fd

Please sign in to comment.