Skip to content

Commit

Permalink
chore(release): 1.5.6
Browse files Browse the repository at this point in the history
## [1.5.6](v1.5.5...v1.5.6) (2022-07-30)

### Bug Fixes

* export more missing types ([#28](#28)) ([cc785df](cc785df))
  • Loading branch information
semantic-release-bot committed Jul 30, 2022
1 parent cc785df commit c4b4654
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.6](https://github.com/jaredLunde/exploration/compare/v1.5.5...v1.5.6) (2022-07-30)


### Bug Fixes

* export more missing types ([#28](https://github.com/jaredLunde/exploration/issues/28)) ([cc785df](https://github.com/jaredLunde/exploration/commit/cc785df15af26c6d08c42da8c317c3cf104ef711))

## [1.5.5](https://github.com/jaredLunde/exploration/compare/v1.5.4...v1.5.5) (2022-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exploration",
"version": "1.5.5",
"version": "1.5.6",
"description": "",
"license": "MIT",
"author": "Jared Lunde <jared.lunde@gmail.com> (https://jaredlunde.com/)",
Expand Down
3 changes: 2 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { createFileTree, defaultComparator, isDir, isFile, isPrompt, FileTree, Dir, File, Prompt, } from "./file-tree";
export type { FileTreeNode, FileTreeData, FileTreeFactory, GetNodes, } from "./file-tree";
export { Node } from "./node";
export type { NodeProps } from "./node";
export { SubjectMap, SubjectSet } from "./observable-data";
export * as pathFx from "./path-fx";
export { subject } from "./tree/subject";
Expand All @@ -21,6 +22,6 @@ export type { RovingFocusProps, UseRovingFocusPlugin, } from "./use-roving-focus
export { useSelections } from "./use-selections";
export type { SelectionsProps, UseSelectionsPlugin } from "./use-selections";
export { useVirtualize } from "./use-virtualize";
export type { UseVirtualizeConfig, UseVirtualizeResult, } from "./use-virtualize";
export type { UseVirtualizeConfig, UseVirtualizeResult, VirtualizeRenderProps, } from "./use-virtualize";
export { useVisibleNodes } from "./use-visible-nodes";
export { mergeProps, retryWithBackoff } from "./utils";
Loading

0 comments on commit c4b4654

Please sign in to comment.