fix(smartstate): no changes detected; no version bump required
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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)
|
## 2026-03-02 - 2.2.0 - feat(actions)
|
||||||
add action context for safe nested dispatch with depth limit to prevent deadlocks
|
add action context for safe nested dispatch with depth limit to prevent deadlocks
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartstate',
|
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.'
|
description: 'A TypeScript-first reactive state management library with middleware, computed state, batching, persistence, and Web Component Context Protocol support.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user