Skip to content

Commit 7b8c7a0

Browse files
(BA) add missing import (#30)
* (BA) add missing import * (BA) versioning --------- Co-authored-by: Alexandre Anicio <[email protected]>
1 parent c62d482 commit 7b8c7a0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @baseapp-frontend/core
22

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- Add missing provider import.
8+
39
## 2.4.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baseapp-frontend/core",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Core utilities.",
55
"main": "./src/index.tsx",
66
"scripts": {

packages/core/src/auth/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export * from './recoverPassword'
44
export * from './resetPassword'
55
export * from './types.d'
66
export * from './context'
7+
export * from './provider'

0 commit comments

Comments
 (0)