From c329cd5658e4da76487cfb1d2590bf171c29c136 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 14 Feb 2025 04:04:12 +0000 Subject: [PATCH] chore(release): release and bump versions of packages --- .changeset/big-schools-chew.md | 5 ----- .changeset/five-moles-care.md | 5 ----- .changeset/wild-rockets-care.md | 5 ----- CHANGELOG.md | 8 ++++++++ action.yml | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 17 deletions(-) delete mode 100644 .changeset/big-schools-chew.md delete mode 100644 .changeset/five-moles-care.md delete mode 100644 .changeset/wild-rockets-care.md diff --git a/.changeset/big-schools-chew.md b/.changeset/big-schools-chew.md deleted file mode 100644 index e9e443ef252..00000000000 --- a/.changeset/big-schools-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -chore(deps): bump jsonpath-plus and @stoplight/spectral-core diff --git a/.changeset/five-moles-care.md b/.changeset/five-moles-care.md deleted file mode 100644 index 00a0112509f..00000000000 --- a/.changeset/five-moles-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -implemented new UI/UX improvements in config command diff --git a/.changeset/wild-rockets-care.md b/.changeset/wild-rockets-care.md deleted file mode 100644 index 84bb3876efb..00000000000 --- a/.changeset/wild-rockets-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -fix: starting of studio fixed when using example with new file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42247b31c55..31b00db74c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @asyncapi/cli +## 2.16.1 + +### Patch Changes + +- 3ab019f: chore(deps): bump jsonpath-plus and @stoplight/spectral-core +- 07514e6: implemented new UI/UX improvements in config command +- a774ae2: fix: starting of studio fixed when using example with new file + ## 2.16.0 ### Minor Changes diff --git a/action.yml b/action.yml index 17235ea3c79..c10939547c0 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.0' + image: 'docker://asyncapi/github-action-for-cli:2.16.1' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 8fc50abed31..a41792446bd 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.0", + "version": "2.16.1", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"