Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @truffle/core@5.6.8
 - @truffle/dashboard-message-bus-e2e-test@0.1.11
 - @truffle/dashboard@0.3.1
 - truffle@5.6.8
  • Loading branch information
sukanyaparashar committed Nov 30, 2022
1 parent 8ef37dc commit ee656b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.6.7",
"version": "5.6.8",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -30,7 +30,7 @@
"@truffle/compile-solidity": "^6.0.51",
"@truffle/config": "^1.3.45",
"@truffle/contract": "^4.6.8",
"@truffle/dashboard": "^0.3.0",
"@truffle/dashboard": "^0.3.1",
"@truffle/debug-utils": "^6.0.41",
"@truffle/debugger": "^11.0.18",
"@truffle/decoder": "^5.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard-message-bus-e2e-test/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@truffle/dashboard-message-bus-e2e-test",
"version": "0.1.10",
"version": "0.1.11",
"description": "Private e2e test package for testing the dashboard-message-bus and the dashboard-message-bus-client without circular dependencies",
"scripts": {
"test": "jest --verbose"
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@ganache/ethereum": "^0.1.5",
"@truffle/dashboard": "^0.3.0",
"@truffle/dashboard": "^0.3.1",
"@truffle/dashboard-message-bus": "^0.1.9",
"@truffle/dashboard-message-bus-client": "^0.1.9",
"@truffle/dashboard-message-bus-common": "^0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.6.7",
"version": "5.6.8",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand Down Expand Up @@ -45,7 +45,7 @@
"@truffle/box": "^2.1.65",
"@truffle/config": "^1.3.45",
"@truffle/contract": "^4.6.8",
"@truffle/core": "^5.6.7",
"@truffle/core": "^5.6.8",
"@truffle/interface-adapter": "^0.5.25",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
Expand Down

0 comments on commit ee656b7

Please sign in to comment.