Skip to content

Commit 1c7f5b2

Browse files
authored
chore: version packages (#1128)
1 parent 943fec1 commit 1c7f5b2

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/sweet-readers-itch.md

-6
This file was deleted.

apps/studio-next/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# studio-next
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 943fec1: fix: report correct `range` values in error diagnostics for YAML files
8+
39
## 0.1.2
410

511
### Patch Changes

apps/studio-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studio-next",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3001",

apps/studio/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @asyncapi/studio
22

3+
## 0.21.3
4+
5+
### Patch Changes
6+
7+
- 943fec1: fix: report correct `range` values in error diagnostics for YAML files
8+
39
## 0.21.2
410

511
### Patch Changes

apps/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/studio",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
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": {

0 commit comments

Comments
 (0)