Skip to content

Commit

Permalink
fix: notification center export z-index (#422)
Browse files Browse the repository at this point in the history
Co-authored-by: Leobel Izquierdo <[email protected]>
Co-authored-by: mparticle-automation <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 638abc3 commit ce01227
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.32.0-fix-notification-center-export-zindex.1](https://github.com/mParticle/aquarium/compare/v1.31.1...v1.32.0-fix-notification-center-export-zindex.1) (2024-09-20)

### Bug Fixes

- export zIndex ([dc4fede](https://github.com/mParticle/aquarium/commit/dc4fede4cfb350de5dbeb2587e8d7599ffc0df04))

### Features

- add datepicker example ([#408](https://github.com/mParticle/aquarium/issues/408)) ([0b4b46b](https://github.com/mParticle/aquarium/commit/0b4b46b201986cc240224142a308e76186133821))

## [1.31.1](https://github.com/mParticle/aquarium/compare/v1.31.0...v1.31.1) (2024-09-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export type {
IWorkspaceSelectorDisplayItem,
IWorkspaceSelectorItem,
} from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems'
export type {
INotificationCenterProps,
export {
type INotificationCenterProps,
NotificationCenterZIndex,
} from './navigation/GlobalNavigation/NotificationCenter'
export { SuiteLogo } from './navigation/GlobalNavigation/SuiteLogo'
Expand Down

0 comments on commit ce01227

Please sign in to comment.