From 8ade3c1ec24612c9017abfee5638347bcff5d658 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 26 Aug 2024 17:24:26 +0200 Subject: [PATCH] chore(release): release and bump versions of packages (#1260) Co-authored-by: asyncapi-bot --- .changeset/compile_option.md | 5 ----- apps/generator/CHANGELOG.md | 6 ++++++ apps/generator/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/compile_option.md diff --git a/.changeset/compile_option.md b/.changeset/compile_option.md deleted file mode 100644 index 760f69315..000000000 --- a/.changeset/compile_option.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/generator": minor ---- - -Add `compile` option to enable rerun of transpilation of templates build with react engine. It is set to `true` by default. In future major releases it will be set to `false` and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in [`html-template`](https://github.com/asyncapi/html-template/pull/575). It means that you can run generator for `html-template` (it's latest version) with `compile=false` and this will improve the speed of HTML generation for you. diff --git a/apps/generator/CHANGELOG.md b/apps/generator/CHANGELOG.md index d83655139..3dd372003 100644 --- a/apps/generator/CHANGELOG.md +++ b/apps/generator/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/generator +## 2.4.0 + +### Minor Changes + +- 46114d8: Add `compile` option to enable rerun of transpilation of templates build with react engine. It is set to `true` by default. In future major releases it will be set to `false` and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in [`html-template`](https://github.com/asyncapi/html-template/pull/575). It means that you can run generator for `html-template` (it's latest version) with `compile=false` and this will improve the speed of HTML generation for you. + ## 2.3.0 ### Minor Changes diff --git a/apps/generator/package.json b/apps/generator/package.json index 4f0776ba4..93d2e9e03 100644 --- a/apps/generator/package.json +++ b/apps/generator/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/generator", - "version": "2.3.0", + "version": "2.4.0", "description": "The AsyncAPI generator. It can generate documentation, code, anything!", "main": "./lib/generator.js", "bin": {