From 405216ba24683c0aba322a528597d500065d3f4e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 13 Dec 2024 18:22:19 +0000 Subject: [PATCH] chore(release): release and bump versions of packages --- .changeset/bright-cars-raise.md | 5 ----- .changeset/nine-parents-juggle.md | 5 ----- CHANGELOG.md | 11 +++++++++++ action.yml | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/bright-cars-raise.md delete mode 100644 .changeset/nine-parents-juggle.md create mode 100644 CHANGELOG.md diff --git a/.changeset/bright-cars-raise.md b/.changeset/bright-cars-raise.md deleted file mode 100644 index 8c00d54712f..00000000000 --- a/.changeset/bright-cars-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@asyncapi/cli': patch ---- - -Updated README with Development.md file diff --git a/.changeset/nine-parents-juggle.md b/.changeset/nine-parents-juggle.md deleted file mode 100644 index 04f2239c82f..00000000000 --- a/.changeset/nine-parents-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@asyncapi/cli': minor ---- - -Add github-action to monorepo and set up changesets diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..6e927cea886 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# @asyncapi/cli + +## 2.13.0 + +### Minor Changes + +- a76b0fb: Add github-action to monorepo and set up changesets + +### Patch Changes + +- 81b925e: Updated README with Development.md file diff --git a/action.yml b/action.yml index 4cdfbfa5412..9233de2fda1 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.8.1' + image: 'docker://asyncapi/github-action-for-cli:2.13.0' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 7afca550cd6..4b642f41ebe 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.12.1", + "version": "2.13.0", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"