Skip to content

Commit

Permalink
chore: mod desc
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Jan 14, 2024
1 parent e1193ac commit 07a552a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/helux-preact/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/helux/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 07a552a

Please sign in to comment.