Skip to content

Commit

Permalink
chore(release): release and bump versions of packages (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Mar 10, 2025
1 parent 460c99a commit 0c7928d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-coats-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-rooms-grab.md

This file was deleted.

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

## 2.16.8

### Patch Changes

- 460c99a: feat: use next.js version of studio
- 460c99a: Upgrade studio to latest and allow use of next server

## 2.16.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
using: 'docker'
# This is the image that will be used to run the action.
# IMPORTANT: The version has to be changed manually in your PRs.
image: 'docker://asyncapi/github-action-for-cli:2.16.7'
image: 'docker://asyncapi/github-action-for-cli:2.16.8'
args:
- ${{ inputs.cli_version }}
- ${{ inputs.command }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asyncapi/cli",
"description": "All in one CLI for all AsyncAPI tools",
"version": "2.16.7",
"version": "2.16.8",
"author": "@asyncapi",
"bin": {
"asyncapi": "./bin/run_bin"
Expand Down

0 comments on commit 0c7928d

Please sign in to comment.