Skip to content

Commit 0c7928d

Browse files
authoredMar 10, 2025··
chore(release): release and bump versions of packages (#1708)
1 parent 460c99a commit 0c7928d

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed
 

‎.changeset/dry-coats-peel.md

-5
This file was deleted.

‎.changeset/hot-rooms-grab.md

-5
This file was deleted.

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @asyncapi/cli
22

3+
## 2.16.8
4+
5+
### Patch Changes
6+
7+
- 460c99a: feat: use next.js version of studio
8+
- 460c99a: Upgrade studio to latest and allow use of next server
9+
310
## 2.16.7
411

512
### Patch Changes

‎action.yml

+1-1
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:2.16.7'
41+
image: 'docker://asyncapi/github-action-for-cli:2.16.8'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

‎package.json

+1-1
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": "2.16.7",
4+
"version": "2.16.8",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)
Please sign in to comment.