Skip to content

Commit

Permalink
0.12.0 (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii authored Jun 3, 2024
1 parent ebd1dad commit b76e8b0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.11.0",
"version": "0.12.0",
"license": "Apache-2.0",
"type": "module",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.11.0",
"version": "0.12.0",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"bin": "./chopsticks.cjs",
Expand Down Expand Up @@ -71,4 +71,4 @@
"default": "./dist/esm/utils/*.js"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-core",
"version": "0.11.0",
"version": "0.12.0",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -57,4 +57,4 @@
"./dist/cjs/wasm-executor/node-worker.js": "./dist/cjs/wasm-executor/browser-worker.js",
"./dist/esm/wasm-executor/node-worker.js": "./dist/esm/wasm-executor/browser-worker.js"
}
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-db",
"version": "0.11.0",
"version": "0.12.0",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -40,4 +40,4 @@
"default": "./dist/esm/*.js"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.11.0",
"version": "0.12.0",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -39,4 +39,4 @@
"default": "./dist/esm/*.js"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-utils",
"version": "0.11.0",
"version": "0.12.0",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -38,4 +38,4 @@
"default": "./dist/esm/*.js"
}
}
}
}

0 comments on commit b76e8b0

Please sign in to comment.