Skip to content

Commit

Permalink
#62 Added missing export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatejic-CROZ authored and jtomic-croz committed Apr 19, 2024
1 parent 3f6eca8 commit b4d9314
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-socks-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@croz/nrich-notification-core": patch
---

Added missing export, patched the github templates for clarity
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01_bugReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ assignees: ""

## Basic information

* nrich-frontend version:
* nrich-frontend module version:
<!-- released version -->
* Module:
<!-- Please, include name(s) of relevant nrich-frontend's module(s). If not related to any specific module, specify "project" instead. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_enhancementRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assignees: ""

## Basic information

* nrich-frontend version:
* nrich-frontend module version:
<!-- released version -->
* Module:
<!-- Please, include name(s) of relevant nrich-frontend's module(s). If not related to any specific module, specify "project" instead. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03_featureRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assignees: ""

## Basic information

* nrich-frontend version:
* nrich-frontend module version:
<!-- released version -->
* Module:
<!-- Please, include name(s) of relevant nrich-frontend's module(s). If not related to any specific module, specify "project" instead. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Basic information

* nrich-frontend version:
* nrich-frontend module version:
<!-- released version -->
* Module:
<!-- Please, include name(s) of relevant nrich-frontend's module(s). If not related to any specific module, specify "project" instead. -->
Expand Down
1 change: 1 addition & 0 deletions libs/notification/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
export * from "./api";
export * from "./interceptor";
export * from "./hook/use-notifications";
export { addNotification, removeNotification } from "./store/notification-store";

0 comments on commit b4d9314

Please sign in to comment.