Skip to content

Commit

Permalink
publish(4.2.7): see changelog or issue 156
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Feb 23, 2024
1 parent 4609a55 commit 17d0bf7
Show file tree
Hide file tree
Showing 3 changed files with 3,339 additions and 3,342 deletions.
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.6';
export const VER = '4.2.7';

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].6
| [email protected].7
| 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.6';
VER: '4.2.7';
LIMU_VER: string;
EVENT_NAME: {
/** 共享状态创建时的事件 */
Expand Down
Loading

0 comments on commit 17d0bf7

Please sign in to comment.