Compare commits

..

2 Commits
v2.2.0 ... main

Author SHA1 Message Date
b417e3d049 v2.2.1
Some checks failed
Default (tags) / security (push) Successful in 43s
Default (tags) / test (push) Failing after 1m20s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-04 00:03:01 +00:00
2b871402cc fix(smartstate): no changes detected; no version bump required 2026-03-04 00:03:01 +00:00
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-04 - 2.2.1 - fix(smartstate)
no changes detected; no version bump required
- Git diff shows no changes
- package.json version is 2.2.0
- No files modified — no release needed
## 2026-03-02 - 2.2.0 - feat(actions)
add action context for safe nested dispatch with depth limit to prevent deadlocks

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartstate",
"version": "2.2.0",
"version": "2.2.1",
"private": false,
"description": "A TypeScript-first reactive state management library with middleware, computed state, batching, persistence, and Web Component Context Protocol support.",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstate',
version: '2.2.0',
version: '2.2.1',
description: 'A TypeScript-first reactive state management library with middleware, computed state, batching, persistence, and Web Component Context Protocol support.'
}