Skip to content

Commit 9a57fa2

Browse files
authored
chore(release): release and bump versions of packages (#1129)
1 parent d90ab14 commit 9a57fa2

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/rel.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/multi-parser/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- d90ab14: Release AsyncAPI 3.1 support that adds ROS 2 binding.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d90ab14]
12+
- @asyncapi/parser@3.6.0
13+
314
## 2.2.0
415

516
### Minor Changes

packages/multi-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/multi-parser",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version",
55
"private": false,
66
"bugs": {

packages/parser/CHANGELOG.md

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

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- d90ab14: Release AsyncAPI 3.1 support that adds ROS 2 binding.
8+
39
## 3.5.0
410

511
### Minor Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/parser",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "JavaScript AsyncAPI parser.",
55
"private": false,
66
"bugs": {

0 commit comments

Comments
 (0)