Skip to content

Commit

Permalink
RELEASING: Releasing 9 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Dec 2, 2023
1 parent 2f25934 commit 1365234
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/spotty-frogs-allow.md

This file was deleted.

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

## 3.4.14

### Patch Changes

- 2f25934: build(3.4.14): optimize handleOperate, add canRecord to avoid dead cycle; optimize inCtx, del readMapPrev readMapStrict; optimize insDep updateDep logic, add resetDepKeys; optimize notify logic, add excludedInsKeyDict to speedup analyzeDepKey
- @helux/hooks-impl@3.4.14
- @helux/types@3.4.14
- @helux/utils@3.4.14

## 3.4.13

### 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": "3.4.13",
"version": "3.4.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
7 changes: 7 additions & 0 deletions packages/helux-fre/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @helux/fre

## 3.4.14

### Patch Changes

- Updated dependencies [2f25934]
- @helux/core@3.4.14

## 3.4.13

### Patch Changes
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.4.13",
"version": "3.4.14",
"description": "State library for fre that integrates atom, signal, collection dep, derive and watch.",
"bugs": {
"url": "https://github.com/heluxjs/helux/issues"
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

## 3.4.14

### Patch Changes

- @helux/types@3.4.14
- @helux/utils@3.4.14

## 3.4.13

### 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": "3.4.13",
"version": "3.4.14",
"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

## 3.4.14

### Patch Changes

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

## 3.4.13

### 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": "3.4.13",
"version": "3.4.14",
"description": "helux hooks lib for react",
"keywords": [
"helux",
Expand Down
7 changes: 7 additions & 0 deletions packages/helux-plugin-devtool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @helux/plugin-devtool

## 3.4.14

### Patch Changes

- Updated dependencies [2f25934]
- [email protected]

## 3.4.13

### Patch Changes
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.4.13",
"version": "3.4.14",
"description": "devtool for helux",
"bugs": {
"url": "https://github.com/heluxjs/helux/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/helux-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @helux/preact

## 3.4.14

### Patch Changes

- Updated dependencies [2f25934]
- @helux/core@3.4.14

## 3.4.13

### Patch Changes
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.4.13",
"version": "3.4.14",
"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: 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

## 3.4.14

## 3.4.13

## 3.4.12
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.4.13",
"version": "3.4.14",
"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

## 3.4.14

### Patch Changes

- @helux/types@3.4.14

## 3.4.13

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

## 3.4.14

### Patch Changes

- 2f25934: build(3.4.14): optimize handleOperate, add canRecord to avoid dead cycle; optimize inCtx, del readMapPrev readMapStrict; optimize insDep updateDep logic, add resetDepKeys; optimize notify logic, add excludedInsKeyDict to speedup analyzeDepKey
- Updated dependencies [2f25934]
- @helux/core@3.4.14

## 3.4.13

### 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": "3.4.13",
"version": "3.4.14",
"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 1365234

Please sign in to comment.