diff --git a/package.json b/package.json index 710285a2..37172bd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helux", - "version": "4.1.2", - "description": "A state engine integrates atom, signal, derive, watch and dep tracking, supports fine-grained responsive updates, it is compatible with all react like libs (including React 18).", + "version": "4.1.5", + "description": "A reactive atomic state engine for React like.", "keywords": [], "author": { "name": "fantasticsoul", diff --git a/packages-legacy/helux-preact/package.json b/packages-legacy/helux-preact/package.json index 468097f9..9998e2a3 100644 --- a/packages-legacy/helux-preact/package.json +++ b/packages-legacy/helux-preact/package.json @@ -1,7 +1,7 @@ { "name": "@helux/preact", "version": "3.5.24", - "description": "State library for preact that integrates atom, signal, collection dep, derive and watch.", + "description": "A reactive atomic state engine for Preact.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" }, diff --git a/packages/helux-core/package.json b/packages/helux-core/package.json index 244c2c7c..6f382eb1 100644 --- a/packages/helux-core/package.json +++ b/packages/helux-core/package.json @@ -1,7 +1,7 @@ { "name": "@helux/core", "version": "4.1.5", - "description": "A state library core integrates atom, signal, collection dep, derive and watch, it supports all react like frameworks.", + "description": "A reactive atomic state engine for React like.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" }, diff --git a/packages/helux/package.json b/packages/helux/package.json index 13a9649f..8ef1a986 100644 --- a/packages/helux/package.json +++ b/packages/helux/package.json @@ -1,7 +1,7 @@ { "name": "helux", "version": "4.1.5", - "description": "Official React bindings for helux-core", + "description": "A reactive atomic state engine for React( including React 18).", "bugs": { "url": "https://github.com/heluxjs/helux/issues" },