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

fix(cli): fix entrypoint validation when running with npx #1473

Conversation

davidfestal
Copy link
Member

This PR fixes 2 problems with the new embed-as-dependencies option of the export-dynamic-plugin CLI command for backend plugins:

  • running the command with npx failed at validating that the required entrypoints are there
  • resolved peer dependencies were added without respecting the original workspace: range specifier.

@davidfestal davidfestal requested a review from a team as a code owner April 8, 2024 13:20
@openshift-ci openshift-ci bot requested review from kadel and nickboldt April 8, 2024 13:20
Copy link

sonarcloud bot commented Apr 8, 2024

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@kadel
Copy link
Member

kadel commented Apr 8, 2024

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm label Apr 8, 2024
Copy link

openshift-ci bot commented Apr 8, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kadel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Apr 8, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 79db649 into janus-idp:main Apr 8, 2024
11 checks passed
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.7.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.5.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.2.33](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.2.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.0.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.2.33](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.8.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.16.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.10.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.2.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.4.33](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.1.17](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [3.7.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [3.5.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.32](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.8.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.6.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.5.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.17.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [3.5.16](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.18.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.3.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [1.0.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 9, 2024
## [2.5.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

### Features

* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
janus-idp bot pushed a commit that referenced this pull request Apr 15, 2024
## [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)

### Features

* **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d))
* checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588))
* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))
* **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e))

### Bug Fixes

* **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d))
* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
* **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756)

### Documentation

* **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
janus-idp bot pushed a commit that referenced this pull request Apr 15, 2024
## [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)

### Features

* **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d))
* checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588))
* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))
* **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e))

### Bug Fixes

* **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d))
* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
* **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756)

### Documentation

* **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
janus-idp bot pushed a commit that referenced this pull request Apr 15, 2024
## [2.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)

### Features

* **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d))
* checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588))
* **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3))
* **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e))

### Bug Fixes

* **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d))
* **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649))
* **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e))
* **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756)

### Documentation

* **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
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.

2 participants