chore(release): version packages on main branch #2560
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 main, this PR will be updated.
Releases
@janus-idp/cli@1.19.0
Minor Changes
Patch Changes
2acb6e0: fix(cli): add a flag to relax semver checks. This change updates the CLI to add an option to relax the semver checks on a per-package basis to cater for plugins where it is known there should be runtime compabability due to no interface changes.
6d292af: fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package.
2ef4806: This change adds two new flags to handle native module dependencies.
--allow-native-package [package-name...]
: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin.--suppress-native-package [package-name..]
: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies.7643bda: fix(cli): redirect install output. This change updates the CLI so that stdout of the
yarn install
command is redirected to a file. This prevents a possible buffer overflow error that can occur but also gives the added benefit of making the install output available for troubleshooting should a dynamic plugin fail to export. On successful installation and plugin validation the yarn install log file will be removed.@janus-idp/backstage-plugin-aap-backend@2.3.0
Minor Changes
@janus-idp/backstage-plugin-audit-log-node@1.8.0
Minor Changes
@janus-idp/backstage-plugin-kiali@1.35.0
Minor Changes
@janus-idp/backstage-plugin-kiali-backend@1.21.0
Minor Changes
@janus-idp/backstage-scaffolder-backend-module-kubernetes@2.3.0
Minor Changes
@janus-idp/backstage-scaffolder-backend-module-annotator@2.3.0
Minor Changes
@janus-idp/shared-react@2.14.0
Minor Changes
@janus-idp/backstage-plugin-web-terminal@1.12.0
Minor Changes