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

BA-1965: implement reaction notification #161

Merged
merged 4 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build && changeset publish",
"storybook": "turbo storybook",
"clean": "turbo clean && git clean -xdf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"add-catalogs": "node .scripts/add-catalogs.js",
Expand Down
1 change: 1 addition & 0 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dev": "rm -rf dist && tsc --watch",
"test:unit": "rm -rf dist && jest --config ./jest.config.ts",
"lint": "eslint . --ext .tsx --ext .ts && tsc --noEmit",
"storybook": "echo Authentication: No storybook found",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const preview: Preview = {
'NavCentered',
'NavVertical',
//Notifications
'NotificationsModule',
'NotificationItem',
'NotificationsList',
'NotificationsPopover',
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/components

## 0.0.40

### Patch Changes

- Refactors the `notification` module so it is easier to add or modify existing notification types.
- Implement reaction notification.

## 0.0.39

### Patch Changes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading