Skip to content

Commit

Permalink
chore: continue test turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Nov 24, 2023
1 parent ecab47c commit b47f4ca
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"@helux/plugin-devtool",
"@helux/preact",
"@helux/types",
"@helux/utils",
"helux-utils-legacy"
"@helux/utils"
]
],
"linked": [],
Expand Down
2 changes: 2 additions & 0 deletions PUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
2. 发布前执行 `pnpx changeset version` ,会在每一个包下生成 CHANGELOG,并且会自动升级版本。

3. 发布时执行 `pnpx changeset publish`

发布配置见 `.changeset/config.json` 文件
2 changes: 1 addition & 1 deletion packages/helux-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-fre/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-hooks-impl/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helux/hooks",
"version": "3.2.7",
"version": "3.2.8",
"description": "helux hooks lib for react",
"keywords": [
"helux",
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-plugin-devtool/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-preact/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helux/types",
"version": "3.2.7",
"version": "3.2.8",
"description": "helux common types lib",
"keywords": [
"helux",
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helux/utils",
"version": "3.2.6",
"version": "3.2.7",
"description": "helux utils lib",
"keywords": [
"helux",
Expand Down
2 changes: 1 addition & 1 deletion packages/helux/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b47f4ca

Please sign in to comment.