-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(AppLayout): Listen to notifications top down update (#895)
* fix(AppLayout): Listen to notifications top down update * build(deps-dev): Downgrade semantic-release/release-notes-generator to fix the release pipeline * build: Update build script
- Loading branch information
1 parent
36f09f5
commit af37c27
Showing
6 changed files
with
112 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/github": "^8.0.7", | ||
"@semantic-release/npm": "patch:@semantic-release/[email protected]#./patches/@semantic-release+npm.9.0.2.patch", | ||
"@semantic-release/release-notes-generator": "^11.0.1", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@types/license-checker": "^25.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "5.57.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,6 +116,10 @@ WithUser.args = { | |
username: 'Username', | ||
email: '[email protected]', | ||
}, | ||
notificationsUtility: { | ||
badge: true, | ||
onClick: console.log, | ||
}, | ||
}; | ||
|
||
const CustomHeader = ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.