Export disposing hook from package (#31498)

* Export disposing hook from package

* Increment package version

* Fix lint: Add back new-line
This commit is contained in:
R Midhun Suresh
2025-12-10 15:29:54 +05:30
committed by GitHub
parent 9272f0180c
commit a13e9c1285
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@element-hq/web-shared-components",
"version": "0.0.0-test.11",
"version": "0.0.0-test.12",
"description": "Shared components for Element",
"author": "New Vector Ltd.",
"repository": {

View File

@@ -11,3 +11,4 @@ export * from "./Snapshot";
export * from "./ViewModelSubscriptions";
export type * from "./ViewModel";
export * from "./MockViewModel";
export * from "./useCreateAutoDisposedViewModel";