Skip to content

Commit fcee730

Browse files
authored
chore(release): release and bump versions of packages (#1837)
1 parent c944268 commit fcee730

File tree

4 files changed

+51
-42
lines changed

4 files changed

+51
-42
lines changed

.changeset/1825.md

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

CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- c944268: feat: refactor CLI to be service based and initial migration of server-api
8+
9+
- ac95777: feat: refactor cli to be service based and migrate server-api
10+
11+
Signed-off-by: Shurtu-gal <[email protected]>
12+
13+
- 6b925f4: chore: fix diff test
14+
15+
Signed-off-by: Shurtu-gal <[email protected]>
16+
17+
- cfe6e8d: feat: add generator controller
18+
19+
Signed-off-by: Shurtu-gal <[email protected]>
20+
21+
- b2d7bcc: chore: don't need to install everytime
22+
23+
Signed-off-by: Shurtu-gal <[email protected]>
24+
25+
- dd71d22: Merge remote-tracking branch 'origin/master' into refactor
26+
- 1fd1216: fix: linting
27+
28+
Signed-off-by: Ashish Padhy <[email protected]>
29+
30+
- 6bd3e73: chore: run prettier
31+
32+
Signed-off-by: Ashish Padhy <[email protected]>
33+
34+
- ca3fdee: chore: run linter
35+
36+
Signed-off-by: Ashish Padhy <[email protected]>
37+
38+
- 1d03d79: chore: quick startup of server-api
39+
40+
Signed-off-by: Shurtu-gal <[email protected]>
41+
42+
- 13729bb: chore: rename to apps
43+
44+
Signed-off-by: Ashish Padhy <[email protected]>
45+
46+
- cdd2a43: chore: rename npm commands
47+
48+
Signed-off-by: Ashish Padhy <[email protected]>
49+
50+
- 90aca02: Merge remote-tracking branch 'remote/master' into refactor
51+
352
## 3.2.0
453

554
### Minor Changes

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
using: 'docker'
3939
# This is the image that will be used to run the action.
4040
# IMPORTANT: The version has to be changed manually in your PRs.
41-
image: 'docker://asyncapi/github-action-for-cli:3.2.0'
41+
image: 'docker://asyncapi/github-action-for-cli:3.3.0'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asyncapi/cli",
33
"description": "All in one CLI for all AsyncAPI tools",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)