Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Mar 7, 2023
1 parent 079be33 commit 7aecab9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.0"
version = "0.5.1"
description = "Chopsticks executor"
repository = "https://github.com/AcalaNetwork/chopsticks"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.5.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -14,4 +14,4 @@
],
"main": "chopsticks_executor.js",
"types": "chopsticks_executor.d.ts"
}
}
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.0",
"version": "0.5.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Bryan Chen <[email protected]>",
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.0",
"version": "0.5.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Bryan Chen <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-tests",
"version": "0.5.0",
"version": "0.5.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Bryan Chen <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@acala-network/chopsticks": "workspaces:*"
"@acala-network/chopsticks": "^0.5.1"
},
"devDependencies": {
"@types/prettier": "^2.7.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-tests@workspace:packages/tests"
dependencies:
"@acala-network/chopsticks": "workspaces:*"
"@acala-network/chopsticks": ^0.5.1
"@types/prettier": ^2.7.2
"@typescript-eslint/eslint-plugin": ^5.54.0
"@typescript-eslint/parser": ^5.53.0
Expand All @@ -68,7 +68,7 @@ __metadata:
languageName: unknown
linkType: soft

"@acala-network/chopsticks@workspace:*, @acala-network/chopsticks@workspace:packages/chopsticks, @acala-network/chopsticks@workspaces:*":
"@acala-network/chopsticks@^0.5.1, @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 7aecab9

Please sign in to comment.