diff --git a/.changeset/dry-coats-peel.md b/.changeset/dry-coats-peel.md deleted file mode 100644 index 6a93ecca390..00000000000 --- a/.changeset/dry-coats-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -feat: use next.js version of studio diff --git a/.changeset/hot-rooms-grab.md b/.changeset/hot-rooms-grab.md deleted file mode 100644 index d5b544f3516..00000000000 --- a/.changeset/hot-rooms-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@asyncapi/cli': patch ---- - -Upgrade studio to latest and allow use of next server diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d50d6eb78..babc353481e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/action.yml b/action.yml index 928d3958c12..38f1afe823d 100644 --- a/action.yml +++ b/action.yml @@ -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 }} diff --git a/package.json b/package.json index 24eef216158..416bbd4aa20 100644 --- a/package.json +++ b/package.json @@ -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"