Skip to content

Commit 99adf78

Browse files
committed
chore(version): update version to 1.4.0
1 parent e9643a5 commit 99adf78

36 files changed

Lines changed: 111 additions & 35 deletions

File tree

packages/coaction-alien-signals/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @coaction/alien-signals
22

3+
## 1.4.0
4+
5+
- Aligned the peer dependency with `coaction@^1.4.0`.
6+
37
## 1.3.0
48

59
- Aligned the peer dependency with `coaction@^1.3.0`.

packages/coaction-alien-signals/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coaction/alien-signals",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A Coaction integration tool for alien-signals",
55
"keywords": [
66
"state",
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"alien-signals": "^3.0.0",
48-
"coaction": "^1.3.0"
48+
"coaction": "^1.4.0"
4949
},
5050
"peerDependenciesMeta": {
5151
"coaction": {

packages/coaction-history/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @coaction/history
22

3+
## 1.4.0
4+
5+
- Aligned the peer dependency with `coaction@^1.4.0`.
6+
37
## 1.3.0
48

59
- Fixed undo/redo snapshot application so deletions are preserved.

packages/coaction-history/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coaction/history",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A undo/redo middleware for Coaction",
55
"keywords": [
66
"state",
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/unadlib/coaction/issues"
4747
},
4848
"peerDependencies": {
49-
"coaction": "^1.3.0"
49+
"coaction": "^1.4.0"
5050
},
5151
"peerDependenciesMeta": {
5252
"coaction": {

packages/coaction-jotai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @coaction/jotai
22

3+
## 1.4.0
4+
5+
- Aligned the peer dependency with `coaction@^1.4.0`.
6+
37
## 1.3.0
48

59
- Aligned the peer dependency with `coaction@^1.3.0`.

packages/coaction-jotai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coaction/jotai",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A Coaction integration tool for Jotai",
55
"keywords": [
66
"state",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/unadlib/coaction/issues"
4545
},
4646
"peerDependencies": {
47-
"coaction": "^1.3.0",
47+
"coaction": "^1.4.0",
4848
"jotai": "^2.0.0"
4949
},
5050
"peerDependenciesMeta": {

packages/coaction-logger/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @coaction/logger
22

3+
## 1.4.0
4+
5+
- Aligned middleware typings with `coaction`'s `MiddlewareStore` alias without changing runtime logging behavior.
6+
- Aligned the peer dependency with `coaction@^1.4.0`.
7+
38
## 1.3.0
49

510
- Aligned the peer dependency with `coaction@^1.3.0`.

packages/coaction-logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coaction/logger",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A logger middleware for Coaction.",
55
"keywords": [
66
"coaction"
@@ -44,7 +44,7 @@
4444
"mutative": "^1.3.0"
4545
},
4646
"peerDependencies": {
47-
"coaction": "^1.3.0",
47+
"coaction": "^1.4.0",
4848
"mutative": "^1.1.0"
4949
},
5050
"peerDependenciesMeta": {

packages/coaction-mobx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @coaction/mobx
22

3+
## 1.4.0
4+
5+
- Aligned the peer dependency with `coaction@^1.4.0`.
6+
37
## 1.3.0
48

59
- Aligned the peer dependency with `coaction@^1.3.0`.

packages/coaction-mobx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coaction/mobx",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A Coaction integration tool for MobX",
55
"keywords": [
66
"state",
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/unadlib/coaction/issues"
4444
},
4545
"peerDependencies": {
46-
"coaction": "^1.3.0",
46+
"coaction": "^1.4.0",
4747
"mobx": "^6.13.2",
4848
"mutative": "^1.1.0",
4949
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"

0 commit comments

Comments
 (0)