Skip to content

Commit

Permalink
STCOR-749: Allow to import validateUser function from @folio/stripes/…
Browse files Browse the repository at this point in the history
…core
  • Loading branch information
OleksandrHladchenko1 committed Oct 18, 2023
1 parent e3d4712 commit 3d00f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 10.1.0 IN PROGRESS

* Provide optional tenant argument to `useOkapiKy` hook. Refs STCOR-747.
* Avoid private path when import `validateUser` function. Refs STCOR-749.

## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { useModules } from './src/ModulesContext';
export { withModule, withModules } from './src/components/Modules';
export { default as stripesConnect } from './src/stripesConnect';
export { default as Pluggable } from './src/Pluggable';
export { updateUser, updateTenant } from './src/loginServices';
export { updateUser, updateTenant, validateUser } from './src/loginServices';
export { default as coreEvents } from './src/events';
export { default as useOkapiKy } from './src/useOkapiKy';
export { default as withOkapiKy } from './src/withOkapiKy';
Expand Down

0 comments on commit 3d00f75

Please sign in to comment.