Skip to content

Commit

Permalink
chore(release): revert downgrade of bulk import backend (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatAKnight authored Sep 12, 2024
1 parent fd35a88 commit e19e93c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions plugins/bulk-import-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
### Dependencies

* **@janus-idp/cli:** upgraded to 1.0.0
* **@janus-idp/backstage-plugin-audit-log-node:** upgraded to 1.0.0

### Dependencies

* **@janus-idp/backstage-plugin-bulk-import-common:** upgraded to 1.0.1

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions plugins/bulk-import-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import-backend-dynamic",
"version": "1.0.0",
"version": "1.4.3",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "1.0.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0",
"@backstage/backend-app-api": "^0.8.0",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-dynamic-feature-service": "^0.2.15",
Expand Down
6 changes: 3 additions & 3 deletions plugins/bulk-import-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import-backend",
"version": "1.0.0",
"version": "1.4.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -78,12 +78,12 @@
"@backstage/backend-test-utils": "0.4.4",
"@backstage/cli": "0.26.11",
"@backstage/plugin-catalog-backend": "1.24.0",
"@janus-idp/cli": "1.0.0",
"@janus-idp/cli": "1.13.1",
"@types/supertest": "2.0.16",
"supertest": "6.3.4"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "1.0.0"
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
},
"files": [
"dist",
Expand Down

0 comments on commit e19e93c

Please sign in to comment.