From 0c1211778b3840eb5c5e93e68a4b2f38ae54ef36 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 7 Oct 2023 12:23:03 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartstate.classes.statepart.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index abe6eec..1e1675f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartstate', - version: '2.0.16', + version: '2.0.17', description: 'a package that handles state in a good way' } diff --git a/ts/smartstate.classes.statepart.ts b/ts/smartstate.classes.statepart.ts index b467d4f..643eb19 100644 --- a/ts/smartstate.classes.statepart.ts +++ b/ts/smartstate.classes.statepart.ts @@ -53,6 +53,7 @@ export class StatePart { if (this.webStore) { await this.webStore.set(String(this.name), newStateArg); } + return this.stateStore; } /**