Skip to content

Commit 30f6996

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30) ### Bug Fixes * **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([#1590](#1590)) ([e860c3b](e860c3b)) * **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([#1593](#1593)) ([55508ba](55508ba)) * **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([#1592](#1592)) ([577efff](577efff))
1 parent c54816b commit 30f6996

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/jfrog-artifactory/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-jfrog-artifactory [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.8.3
8+
19
## @janus-idp/backstage-plugin-jfrog-artifactory [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
210

311

plugins/jfrog-artifactory/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-jfrog-artifactory",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
"@backstage/core-app-api": "1.12.3",
4545
"@backstage/dev-utils": "1.0.30",
4646
"@backstage/test-utils": "1.5.3",
47-
"@janus-idp/cli": "1.8.2",
47+
"@janus-idp/cli": "1.8.3",
4848
"@testing-library/jest-dom": "6.4.2",
4949
"@testing-library/react": "14.2.1",
5050
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)