From 09fc53aaff3e68507522ea8afcdf93fec5e23df0 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 19 Jul 2025 08:19:59 +0000 Subject: [PATCH] fix(core): Multiple fixes and improvements for version 2.0.24 --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 329ad23..9d0aa56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-07-19 - 2.0.24 - fix(core) +Multiple fixes and improvements + +- Fixed StateAction trigger method to properly return Promise +- Updated CI workflows to use new container registry and npmci package name +- Added pnpm workspace configuration for built-only dependencies + ## 2025-07-19 - 2.0.23 - fix(ci) Update CI workflows to use new container registry and npmci package name diff --git a/package.json b/package.json index ef5add8..f25eb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstate", - "version": "2.0.23", + "version": "2.0.24", "private": false, "description": "A package for handling and managing state in applications.", "main": "dist_ts/index.js",