Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Mar 28, 2023
1 parent f99f8fd commit e59f4a9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion executor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chopsticks-executor"
version = "0.5.10"
version = "0.6.0"
description = "Chopsticks executor"
repository = "https://github.com/AcalaNetwork/chopsticks"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion executor/pkg/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.5.10",
"version": "0.6.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.5.10",
"version": "0.6.0",
"author": "Bryan Chen <[email protected]>",
"license": "Apache-2.0",
"bin": "./chopsticks.js",
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": "@acala-network/chopsticks-core",
"version": "0.5.10",
"version": "0.6.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Bryan Chen <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.5.10",
"version": "0.6.0",
"author": "Bryan Chen <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"build": "tsc -p ./tsconfig.json"
},
"dependencies": {
"@acala-network/chopsticks": "^0.5.10"
"@acala-network/chopsticks": "^0.6.0"
},
"peerDependencies": {
"vitest": "^0.29.2"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-testing@workspace:packages/testing"
dependencies:
"@acala-network/chopsticks": ^0.5.10
"@acala-network/chopsticks": ^0.6.0
"@types/chai": ^4.3.4
typescript: ^5.0.2
peerDependencies:
vitest: ^0.29.2
languageName: unknown
linkType: soft

"@acala-network/chopsticks@^0.5.10, @acala-network/chopsticks@workspace:*, @acala-network/chopsticks@workspace:packages/chopsticks":
"@acala-network/chopsticks@^0.6.0, @acala-network/chopsticks@workspace:*, @acala-network/chopsticks@workspace:packages/chopsticks":
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks@workspace:packages/chopsticks"
dependencies:
Expand Down

0 comments on commit e59f4a9

Please sign in to comment.