Skip to content

Commit

Permalink
chore: add changeset for Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklibra committed Jan 26, 2024
1 parent ecb3df6 commit 3de0cb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-flies-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'dynamic-plugins-imports': minor
---

added the Notifications plugins
2 changes: 2 additions & 0 deletions dynamic-plugins.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ plugins:
menuItem:
icon: notificationsIcon
text: Notifications
config:
pollingIntervalMs: 5000
- package: ./dynamic-plugins/dist/janus-idp-plugin-notifications-backend-dynamic
disabled: true

Expand Down
4 changes: 2 additions & 2 deletions dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@janus-idp/backstage-scaffolder-backend-module-regex": "1.2.6",
"@janus-idp/backstage-scaffolder-backend-module-servicenow": "1.2.8",
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.2.5",
"@janus-idp/plugin-notifications-backend": "1.1.0",
"@janus-idp/plugin-notifications": "1.1.2"
"@janus-idp/plugin-notifications-backend": "1.1.1",
"@janus-idp/plugin-notifications": "1.1.3"
}
}

0 comments on commit 3de0cb7

Please sign in to comment.