Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyzhong committed Aug 31, 2024
1 parent a228a34 commit f5f92a5
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/silly-weeks-sing.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/helux-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @helux/core

## 4.4.0

### Minor Changes

- a228a34: build(4.4.0): bump limu to support autoRevoke, avoid limu deepDrill maximum call

### Patch Changes

- @helux/hooks-impl@4.4.0
- @helux/types@4.4.0
- @helux/utils@4.4.0

## 4.3.6

### Patch Changes
Expand Down
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": "4.3.6",
"version": "4.4.0",
"description": "A reactive atomic state engine for React like.",
"bugs": {
"url": "https://github.com/heluxjs/helux/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-demo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/react": ">=16.0.0",
"@types/react-dom": ">=16.0.0",
"helux": "^4.3.6",
"helux": "^4.4.0",
"react": ">=16.10.2",
"react-dom": ">=16.10.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/helux-hooks-impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @helux/hooks-impl

## 4.4.0

### Patch Changes

- @helux/types@4.4.0
- @helux/utils@4.4.0

## 4.3.6

### Patch Changes
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": "4.3.6",
"version": "4.4.0",
"description": "helux hooks implement lib",
"bugs": {
"url": "https://github.com/heluxjs/helux/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/helux-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @helux/hooks

## 4.4.0

### Patch Changes

- @helux/hooks-impl@4.4.0
- @helux/types@4.4.0
- @helux/utils@4.4.0

## 4.3.6

### Patch Changes
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": "4.3.6",
"version": "4.4.0",
"description": "helux hooks lib for react",
"keywords": [
"helux",
Expand Down
11 changes: 11 additions & 0 deletions packages/helux-openinula/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @helux/openinula

## 4.4.0

### Minor Changes

- a228a34: build(4.4.0): bump limu to support autoRevoke, avoid limu deepDrill maximum call

### Patch Changes

- Updated dependencies [a228a34]
- @helux/core@4.4.0

## 4.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helux-openinula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helux/openinula",
"version": "4.3.6",
"version": "4.4.0",
"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-plugin-devtool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"helux": "^4.3.6",
"helux": "^4.4.0",
"redux": "^4.2.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/helux-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @helux/types

## 4.4.0

## 4.3.6

### Patch Changes
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": "4.3.6",
"version": "4.4.0",
"description": "helux common types lib",
"keywords": [
"helux",
Expand Down
6 changes: 6 additions & 0 deletions packages/helux-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @helux/utils

## 4.4.0

### Patch Changes

- @helux/types@4.4.0

## 4.3.6

### Patch Changes
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": "4.3.6",
"version": "4.4.0",
"description": "helux utils lib",
"keywords": [
"helux",
Expand Down
11 changes: 11 additions & 0 deletions packages/helux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# helux

## 4.4.0

### Minor Changes

- a228a34: build(4.4.0): bump limu to support autoRevoke, avoid limu deepDrill maximum call

### Patch Changes

- Updated dependencies [a228a34]
- @helux/core@4.4.0

## 4.3.6

### Patch Changes
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": "4.3.6",
"version": "4.4.0",
"description": "A reactive atomic state engine for React( including React 18).",
"bugs": {
"url": "https://github.com/heluxjs/helux/issues"
Expand Down

0 comments on commit f5f92a5

Please sign in to comment.