Skip to content

Commit

Permalink
chore(version): update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 15, 2024
1 parent e6bfee4 commit 87d5f4e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.2",
"version": "0.1.3",
"packages": ["packages/*"],
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"description": "A Coaction integration tool for MobX",
"keywords": [
"state",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"description": "A Coaction integration tool for Pinia",
"keywords": [
"state",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"description": "A Coaction integration tool for React",
"keywords": [
"state",
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.2",
"version": "0.1.3",
"description": "A sleek JavaScript library designed for high-performance and multithreading web apps.",
"keywords": [
"coaction"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaction/logger",
"version": "0.1.2",
"version": "0.1.3",
"description": "A logger middleware for Coaction.",
"keywords": [
"coaction"
Expand Down

0 comments on commit 87d5f4e

Please sign in to comment.