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 (#1351)

(cherry picked from commit 38729db)
  • Loading branch information
OleksandrHladchenko1 authored and zburke committed Oct 25, 2023
1 parent cfc03c7 commit 90272ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for stripes-core

## 10.0.1 IN PROGRESS

* 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 90272ec

Please sign in to comment.