Skip to content

Commit

Permalink
(chore: pubish code): 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyzhong committed Oct 26, 2024
1 parent 69e85ef commit e35ede8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
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.4.1",
"version": "4.4.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.4.1';
export const VER = '4.4.2';

export const LIMU_VER = limuVer;

Expand Down
1 change: 1 addition & 0 deletions packages/helux-core/src/helpers/fnCtx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export function markFnEnd() {

fnScope.runningFnKey = '';
fnScope.depKeys = [];
fnScope.fixedDepKeys = [];
fnScope.delPathAoa = [];
fnScope.runningSharedKey = 0;
return targetKeys;
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-core/src/types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import type {
} from './base';

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

0 comments on commit e35ede8

Please sign in to comment.