Skip to content

Commit

Permalink
chore: release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Jan 20, 2024
1 parent f6e7367 commit 44ae79d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"classnames": "^2.5.0",
"console-feed": "^3.5.0",
"helux": "latest",
"helux-docs": "link:",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helux",
"version": "4.1.5",
"version": "4.2.2",
"description": "A reactive atomic state engine for React like.",
"keywords": [],
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-core/src/consts/user.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { VER as limuVer } from 'limu';

export const VER = '4.2.1';
export const VER = '4.2.2';

export const LIMU_VER = limuVer;

Expand Down
4 changes: 2 additions & 2 deletions packages/helux-core/src/types/api.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
|------------------------------------------------------------------------------------------------
| [email protected].1
| [email protected].2
| A state library core that integrates atom, signal, collection dep, derive and watch,
| it supports all react like frameworks ( including react 18 ).
|------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -68,7 +68,7 @@ import type {
} from './base';

export declare const cst: {
VER: '4.2.1';
VER: '4.2.2';
LIMU_VER: string;
EVENT_NAME: {
/** 共享状态创建时的事件 */
Expand Down

0 comments on commit 44ae79d

Please sign in to comment.