Skip to content

Commit a13e9c1

Browse files
Export disposing hook from package (#31498)
* Export disposing hook from package * Increment package version * Fix lint: Add back new-line
1 parent 9272f01 commit a13e9c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/shared-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@element-hq/web-shared-components",
3-
"version": "0.0.0-test.11",
3+
"version": "0.0.0-test.12",
44
"description": "Shared components for Element",
55
"author": "New Vector Ltd.",
66
"repository": {

packages/shared-components/src/viewmodel/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ export * from "./Snapshot";
1111
export * from "./ViewModelSubscriptions";
1212
export type * from "./ViewModel";
1313
export * from "./MockViewModel";
14+
export * from "./useCreateAutoDisposedViewModel";

0 commit comments

Comments
 (0)