From 294479df13b4c384c31827609b839d664ce597a8 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 30 Oct 2024 10:01:40 +0100 Subject: [PATCH] chore(release): release and bump versions of packages (#1313) --- .changeset/hooks-in.md | 7 ------- apps/generator/CHANGELOG.md | 8 ++++++++ apps/generator/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/hooks-in.md diff --git a/.changeset/hooks-in.md b/.changeset/hooks-in.md deleted file mode 100644 index d3e5da350..000000000 --- a/.changeset/hooks-in.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@asyncapi/generator": minor ---- - -- Package `@asyncapi/generator-hooks` is now part of `generator` repo and won't be released separately. Theource code is stored under `apps/hooks` but the `package/library` name stays as it was originally for backward compatibility, -- By default, the `@asyncapi/generator-hooks` package, known as **package** contains many different hooks used in templates and is available in the generator. You no longer have to configure it in your `package.json` in `dependencies`. The package, `@asyncapi/generator-hooks` will no longer be published to NPM separately and is deprecated. You can still have your own hooks, store them in a separate package, and configure them with your template. -- Remember that the fact that the hooks package is now included by default, doesn't mean all hooks from it are enabled by default. You still have to enable a given hook in the configuration file explicitly because some hooks can execute automatically without passing a specific parameter. Also, a hook's supported parameters need to be defined in your template's config. diff --git a/apps/generator/CHANGELOG.md b/apps/generator/CHANGELOG.md index 2ead8e4ea..b2968289a 100644 --- a/apps/generator/CHANGELOG.md +++ b/apps/generator/CHANGELOG.md @@ -1,5 +1,13 @@ # @asyncapi/generator +## 2.5.0 + +### Minor Changes + +- 2d16234: - Package `@asyncapi/generator-hooks` is now part of `generator` repo and won't be released separately. Theource code is stored under `apps/hooks` but the `package/library` name stays as it was originally for backward compatibility, + - By default, the `@asyncapi/generator-hooks` package, known as **package** contains many different hooks used in templates and is available in the generator. You no longer have to configure it in your `package.json` in `dependencies`. The package, `@asyncapi/generator-hooks` will no longer be published to NPM separately and is deprecated. You can still have your own hooks, store them in a separate package, and configure them with your template. + - Remember that the fact that the hooks package is now included by default, doesn't mean all hooks from it are enabled by default. You still have to enable a given hook in the configuration file explicitly because some hooks can execute automatically without passing a specific parameter. Also, a hook's supported parameters need to be defined in your template's config. + ## 2.4.1 ### Patch Changes diff --git a/apps/generator/package.json b/apps/generator/package.json index fe44e9cd8..983b9491a 100644 --- a/apps/generator/package.json +++ b/apps/generator/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/generator", - "version": "2.4.1", + "version": "2.5.0", "description": "The AsyncAPI generator. It can generate documentation, code, anything!", "main": "./lib/generator.js", "bin": {