Skip to content

Commit

Permalink
release 0.8.0 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Sep 8, 2023
1 parent 3abd428 commit 83fbb6c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
5 changes: 2 additions & 3 deletions 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.8.0-6",
"version": "0.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -26,6 +26,5 @@
],
"main": "node/chopsticks_executor.js",
"types": "node/chopsticks_executor.d.ts",
"browser": "browser/index.js",
"stableVersion": "0.7.3"
"browser": "browser/index.js"
}
5 changes: 2 additions & 3 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.8.0-6",
"version": "0.8.0",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"bin": "./chopsticks.js",
Expand Down Expand Up @@ -57,6 +57,5 @@
"default": "./lib/*.js"
},
"./package.json": "./package.json"
},
"stableVersion": "0.7.3"
}
}
5 changes: 2 additions & 3 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.8.0-6",
"version": "0.8.0",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,5 @@
"default": "./lib/*.js"
},
"./package.json": "./package.json"
},
"stableVersion": "0.7.3"
}
}
5 changes: 2 additions & 3 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.8.0-6",
"version": "0.8.0",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,5 @@
"default": "./lib/*.js"
},
"./package.json": "./package.json"
},
"stableVersion": "0.7.3"
}
}
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1249,14 +1249,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.5.1
resolution: "@types/node@npm:20.5.1"
checksum: 3dbe611cd67afa987102c8558ee70f848949c5dcfee5f60abc073e55c0d7b048e391bf06bb1e0dc052cb7210ca97136ac496cbaf6e89123c989de6bd125fde82
languageName: node
linkType: hard

"@types/node@npm:^20.5.7":
"@types/node@npm:*, @types/node@npm:^20.5.7":
version: 20.5.7
resolution: "@types/node@npm:20.5.7"
checksum: fc284c8e16ddc04569730d58e87eae349eb1c3dd9020cb79a1862d9d9add6f04e7367a236f3252db8db2572f90278e250f4cd43d27d264972b54394eaba1ed76
Expand Down

0 comments on commit 83fbb6c

Please sign in to comment.