Skip to content

Commit

Permalink
fix(smartSort): export the widget and the connector (#4663)
Browse files Browse the repository at this point in the history
* fix(smartSort): export the widget and the connector

* chore: update bundlesize
  • Loading branch information
Eunjae Lee authored Feb 25, 2021
1 parent f681a75 commit e7aaa8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"bundlesize": [
{
"path": "./dist/instantsearch.production.min.js",
"maxSize": "66.50 kB"
"maxSize": "67.00 kB"
},
{
"path": "./dist/instantsearch.development.js",
Expand Down
1 change: 1 addition & 0 deletions src/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ export { default as EXPERIMENTAL_connectConfigureRelatedItems } from './configur
export { default as connectAutocomplete } from './autocomplete/connectAutocomplete';
export { default as connectQueryRules } from './query-rules/connectQueryRules';
export { default as connectVoiceSearch } from './voice-search/connectVoiceSearch';
export { default as connectSmartSort } from './smart-sort/connectSmartSort';
1 change: 1 addition & 0 deletions src/widgets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ export { default as queryRuleCustomData } from './query-rule-custom-data/query-r
export { default as queryRuleContext } from './query-rule-context/query-rule-context';
export { default as index } from './index/index';
export { default as places } from './places/places';
export { default as smartSort } from './smart-sort/smart-sort';

0 comments on commit e7aaa8c

Please sign in to comment.