Skip to content

Commit

Permalink
chore(release): 1.3.5
Browse files Browse the repository at this point in the history
## [1.3.5](v1.3.4...v1.3.5) (2022-04-25)

### Bug Fixes

* add missing exports ([#17](#17)) ([85ed160](85ed160))
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent 85ed160 commit 78e192c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.5](https://github.com/jaredLunde/exploration/compare/v1.3.4...v1.3.5) (2022-04-25)


### Bug Fixes

* add missing exports ([#17](https://github.com/jaredLunde/exploration/issues/17)) ([85ed160](https://github.com/jaredLunde/exploration/commit/85ed160aa805f502e06aa2c0655c70e4ae3a3023))

## [1.3.4](https://github.com/jaredLunde/exploration/compare/v1.3.3...v1.3.4) (2022-04-25)


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.3.4",
"version": "1.3.5",
"description": "",
"license": "MIT",
"author": "Jared Lunde <[email protected]> (https://jaredlunde.com/)",
Expand Down
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export { createFileTree, defaultComparator, isDir, isFile, FileTree, Dir, File, } from "./file-tree";
export { createFileTree, defaultComparator, isDir, isFile, isPrompt, FileTree, Dir, File, Prompt, } from "./file-tree";
export type { FileTreeNode, FileTreeData, FileTreeFactory } from "./file-tree";
export { Node } from "./node";
export { SubjectMap, SubjectSet } from "./observable-data";
export * as pathFx from "./path-fx";
export { subject } from "./tree/subject";
export type { Subject } from "./tree/subject";
export type { Subject, Observer } from "./tree/subject";
export type { FileTreeSnapshot, WindowRef } from "./types";
export { useDnd } from "./use-dnd";
export type { DndEvent, DndProps, UseDndPlugin, UseDndConfig } from "./use-dnd";
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 78e192c

Please sign in to comment.