Skip to content

Commit

Permalink
chore(release): version packages (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Jul 23, 2024
1 parent 4556aec commit fb6a373
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/wise-laws-retire.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/multi-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @asyncapi/multi-parser

## 2.1.0

### Minor Changes

- 4556aec: Adding the Multiparser into monorepo (Turborepo). No new features or bugfixes were introduced.
8 changes: 4 additions & 4 deletions packages/multi-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@asyncapi/multi-parser",
"version": "2.0.0",
"version": "2.1.0",
"description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version",
"private":false,
"private": false,
"bugs": {
"url": "https://github.com/asyncapi/parser-js/issues"
},
Expand Down Expand Up @@ -46,7 +46,6 @@
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
"parserapiv2": "npm:@asyncapi/[email protected]",
"parserapiv3": "file:../parser"

},
"devDependencies": {
"@jest/types": "^29.0.2",
Expand All @@ -64,5 +63,6 @@
"markdown-toc": "^1.2.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.2" }
"typescript": "^4.8.2"
}
}

0 comments on commit fb6a373

Please sign in to comment.