From b47f4cafcf2e5db074e0cd1a8d81172d6ce9b9b0 Mon Sep 17 00:00:00 2001 From: fantasticsoul Date: Fri, 24 Nov 2023 22:00:13 +0800 Subject: [PATCH] chore: continue test turbo --- .changeset/config.json | 3 +-- PUB.md | 2 ++ packages/helux-core/package.json | 2 +- packages/helux-fre/package.json | 2 +- packages/helux-hooks-impl/package.json | 2 +- packages/helux-hooks/package.json | 2 +- packages/helux-plugin-devtool/package.json | 2 +- packages/helux-preact/package.json | 2 +- packages/helux-types/package.json | 2 +- packages/helux-utils/package.json | 2 +- packages/helux/package.json | 2 +- 11 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index b8a99dea..8116765b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,8 +12,7 @@ "@helux/plugin-devtool", "@helux/preact", "@helux/types", - "@helux/utils", - "helux-utils-legacy" + "@helux/utils" ] ], "linked": [], diff --git a/PUB.md b/PUB.md index 76bf7097..31367ee5 100644 --- a/PUB.md +++ b/PUB.md @@ -12,3 +12,5 @@ 2. 发布前执行 `pnpx changeset version` ,会在每一个包下生成 CHANGELOG,并且会自动升级版本。 3. 发布时执行 `pnpx changeset publish` + +发布配置见 `.changeset/config.json` 文件 diff --git a/packages/helux-core/package.json b/packages/helux-core/package.json index 3bc3a720..42741d08 100644 --- a/packages/helux-core/package.json +++ b/packages/helux-core/package.json @@ -1,6 +1,6 @@ { "name": "@helux/core", - "version": "3.2.13", + "version": "3.2.14", "description": "A state library core that integrates atom, signal, collection dep, derive and watch, it supports all react like frameworks.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-fre/package.json b/packages/helux-fre/package.json index 517bee0d..ac5936a4 100644 --- a/packages/helux-fre/package.json +++ b/packages/helux-fre/package.json @@ -1,6 +1,6 @@ { "name": "@helux/fre", - "version": "3.2.5", + "version": "3.2.6", "description": "State library for fre that integrates atom, signal, collection dep, derive and watch.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-hooks-impl/package.json b/packages/helux-hooks-impl/package.json index eb199e60..e0dcc474 100644 --- a/packages/helux-hooks-impl/package.json +++ b/packages/helux-hooks-impl/package.json @@ -1,6 +1,6 @@ { "name": "@helux/hooks-impl", - "version": "3.2.6", + "version": "3.2.7", "description": "helux hooks implement lib", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-hooks/package.json b/packages/helux-hooks/package.json index e3c268f1..95d25f17 100644 --- a/packages/helux-hooks/package.json +++ b/packages/helux-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@helux/hooks", - "version": "3.2.7", + "version": "3.2.8", "description": "helux hooks lib for react", "keywords": [ "helux", diff --git a/packages/helux-plugin-devtool/package.json b/packages/helux-plugin-devtool/package.json index 84dd8162..da9f8df4 100644 --- a/packages/helux-plugin-devtool/package.json +++ b/packages/helux-plugin-devtool/package.json @@ -1,6 +1,6 @@ { "name": "@helux/plugin-devtool", - "version": "3.2.6", + "version": "3.2.7", "description": "devtool for helux", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-preact/package.json b/packages/helux-preact/package.json index ba8d9301..bc352f66 100644 --- a/packages/helux-preact/package.json +++ b/packages/helux-preact/package.json @@ -1,6 +1,6 @@ { "name": "@helux/preact", - "version": "3.2.5", + "version": "3.2.6", "description": "State library for preact that integrates atom, signal, collection dep, derive and watch.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-types/package.json b/packages/helux-types/package.json index 44543c87..958e3a39 100644 --- a/packages/helux-types/package.json +++ b/packages/helux-types/package.json @@ -1,6 +1,6 @@ { "name": "@helux/types", - "version": "3.2.7", + "version": "3.2.8", "description": "helux common types lib", "keywords": [ "helux", diff --git a/packages/helux-utils/package.json b/packages/helux-utils/package.json index b1788f6a..c986d564 100644 --- a/packages/helux-utils/package.json +++ b/packages/helux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helux/utils", - "version": "3.2.6", + "version": "3.2.7", "description": "helux utils lib", "keywords": [ "helux", diff --git a/packages/helux/package.json b/packages/helux/package.json index 4271e5a9..8dd402f5 100644 --- a/packages/helux/package.json +++ b/packages/helux/package.json @@ -1,6 +1,6 @@ { "name": "helux", - "version": "3.2.9", + "version": "3.2.10", "description": "A react state library that integrates atom, signal, collection dep, derive and watch, compatible with react 18.", "bugs": { "url": "https://github.com/heluxjs/helux/issues"