Skip to content

Commit

Permalink
chore(version): update version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 15, 2024
1 parent 87d5f4e commit d64b5d8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: yarn
- run: yarn build
- run: yarn test
- run: npm publish --provenance
- run: npm run publish --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
CI: true
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.3",
"version": "0.1.4",
"packages": ["packages/*"],
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/coaction-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaction/mobx",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Coaction integration tool for MobX",
"keywords": [
"state",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"peerDependencies": {
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"mobx": "^6.13.2",
"mutative": "^1.1.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand All @@ -63,7 +63,7 @@
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/use-sync-external-store": "^0.0.3",
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"jsdom": "^25.0.1",
"jsdom-global": "^3.0.2",
"mobx": "^6.13.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/coaction-pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaction/pinia",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Coaction integration tool for Pinia",
"keywords": [
"state",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"peerDependencies": {
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"mutative": "^1.1.0",
"pinia": "^2.0"
},
Expand All @@ -57,7 +57,7 @@
}
},
"devDependencies": {
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"mutative": "^1.1.0",
"pinia": "^2.2.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/coaction-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaction/react",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Coaction integration tool for React",
"keywords": [
"state",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -65,7 +65,7 @@
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/use-sync-external-store": "^0.0.3",
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"jsdom": "^25.0.1",
"jsdom-global": "^3.0.2",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coaction",
"version": "0.1.3",
"version": "0.1.4",
"description": "A sleek JavaScript library designed for high-performance and multithreading web apps.",
"keywords": [
"coaction"
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaction/logger",
"version": "0.1.3",
"version": "0.1.4",
"description": "A logger middleware for Coaction.",
"keywords": [
"coaction"
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/unadlib/coaction/issues"
},
"devDependencies": {
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"mutative": "^1.1.0"
},
"preconstruct": {
Expand All @@ -48,7 +48,7 @@
]
},
"peerDependencies": {
"coaction": "^0.1.2",
"coaction": "^0.1.4",
"mutative": "^1.1.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit d64b5d8

Please sign in to comment.