Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release and bump versions of packages #1260

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

asyncapi-bot
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@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. 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.

Copy link

@derberg
Copy link
Member

derberg commented Aug 26, 2024

/rtm

@asyncapi-bot asyncapi-bot merged commit 8ade3c1 into master Aug 26, 2024
23 checks passed
@asyncapi-bot asyncapi-bot deleted the changeset-release/master branch August 26, 2024 15:24
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/generator",
"version": "2.3.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-3

"@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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants