Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd64b5d8

Browse files
committed
chore(version): update version to 0.1.4
1 parent87d5f4e commitd64b5d8

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

‎.github/workflows/npm-publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
-run:yarn
2020
-run:yarn build
2121
-run:yarn test
22-
-run:npm publish --provenance
22+
-run:npmrunpublish --provenance
2323
env:
2424
NODE_AUTH_TOKEN:${{secrets.NPM_AUTH_TOKEN}}
2525
CI:true

‎lerna.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema":"node_modules/lerna/schemas/lerna-schema.json",
3-
"version":"0.1.3",
3+
"version":"0.1.4",
44
"packages": ["packages/*"],
55
"npmClient":"yarn"
66
}

‎packages/coaction-mobx/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coaction/mobx",
3-
"version":"0.1.3",
3+
"version":"0.1.4",
44
"description":"A Coaction integration tool for MobX",
55
"keywords": [
66
"state",
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"peerDependencies": {
50-
"coaction":"^0.1.2",
50+
"coaction":"^0.1.4",
5151
"mobx":"^6.13.2",
5252
"mutative":"^1.1.0",
5353
"react":"^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -63,7 +63,7 @@
6363
"@types/react":"^17.0.43",
6464
"@types/react-dom":"^17.0.14",
6565
"@types/use-sync-external-store":"^0.0.3",
66-
"coaction":"^0.1.2",
66+
"coaction":"^0.1.4",
6767
"jsdom":"^25.0.1",
6868
"jsdom-global":"^3.0.2",
6969
"mobx":"^6.13.2",

‎packages/coaction-pinia/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coaction/pinia",
3-
"version":"0.1.3",
3+
"version":"0.1.4",
44
"description":"A Coaction integration tool for Pinia",
55
"keywords": [
66
"state",
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"peerDependencies": {
50-
"coaction":"^0.1.2",
50+
"coaction":"^0.1.4",
5151
"mutative":"^1.1.0",
5252
"pinia":"^2.0"
5353
},
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"coaction":"^0.1.2",
60+
"coaction":"^0.1.4",
6161
"mutative":"^1.1.0",
6262
"pinia":"^2.2.4"
6363
},

‎packages/coaction-react/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coaction/react",
3-
"version":"0.1.3",
3+
"version":"0.1.4",
44
"description":"A Coaction integration tool for React",
55
"keywords": [
66
"state",
@@ -48,7 +48,7 @@
4848
},
4949
"peerDependencies": {
5050
"@types/react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
51-
"coaction":"^0.1.2",
51+
"coaction":"^0.1.4",
5252
"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
5353
},
5454
"peerDependenciesMeta": {
@@ -65,7 +65,7 @@
6565
"@types/react":"^17.0.43",
6666
"@types/react-dom":"^17.0.14",
6767
"@types/use-sync-external-store":"^0.0.3",
68-
"coaction":"^0.1.2",
68+
"coaction":"^0.1.4",
6969
"jsdom":"^25.0.1",
7070
"jsdom-global":"^3.0.2",
7171
"react":"^18.0.0",

‎packages/core/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coaction",
3-
"version":"0.1.3",
3+
"version":"0.1.4",
44
"description":"A sleek JavaScript library designed for high-performance and multithreading web apps.",
55
"keywords": [
66
"coaction"

‎packages/logger/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coaction/logger",
3-
"version":"0.1.3",
3+
"version":"0.1.4",
44
"description":"A logger middleware for Coaction.",
55
"keywords": [
66
"coaction"
@@ -38,7 +38,7 @@
3838
"url":"https://github.com/unadlib/coaction/issues"
3939
},
4040
"devDependencies": {
41-
"coaction":"^0.1.2",
41+
"coaction":"^0.1.4",
4242
"mutative":"^1.1.0"
4343
},
4444
"preconstruct": {
@@ -48,7 +48,7 @@
4848
]
4949
},
5050
"peerDependencies": {
51-
"coaction":"^0.1.2",
51+
"coaction":"^0.1.4",
5252
"mutative":"^1.1.0"
5353
},
5454
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp