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.0.37
 - @truffle/solidity-loader@0.1.36
 - truffle@5.0.37
  • Loading branch information
eggplantzzz committed Sep 19, 2019
1 parent 4713b46 commit a86ed45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.36",
"version": "5.0.37",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/solidity-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/solidity-loader",
"version": "0.1.35",
"version": "0.1.36",
"description": "A Webpack loader that uses Truffle to load and provision solidity contracts, with Truffle migrations.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@truffle/config": "^1.1.21",
"@truffle/core": "^5.0.36",
"@truffle/core": "^5.0.37",
"chalk": "^1.1.3",
"find-up": "^1.1.2",
"loader-utils": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.36",
"version": "5.0.37",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@truffle/box": "^1.0.38",
"@truffle/contract": "^4.0.33",
"@truffle/core": "^5.0.36",
"@truffle/core": "^5.0.37",
"@truffle/debugger": "^5.0.28",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
Expand Down

0 comments on commit a86ed45

Please sign in to comment.