Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Publish new versions of all dai packages
Browse files Browse the repository at this point in the history
- dai-v0.31.6
- dai-plugin-mcd-v1.5.8
- dai-plugin-scd-v1.2.4
- dai-plugin-migrations-v1.3.1
- dai-plugin-governance-v0.12.10
  • Loading branch information
ethanbennett committed Jun 11, 2020
1 parent aac5d1b commit bec2caf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/dai-plugin-governance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-governance",
"description": "A dai.js plugin for adding MKR governance support to dapps.",
"version": "0.12.9",
"version": "0.12.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-mcd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-mcd",
"description": "Plugin to add Multi-Collateral Dai support to dai.js",
"version": "1.5.7",
"version": "1.5.8",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "umd/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-migrations",
"description": "Plugin to add migrations to dai.js",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "umd/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-scd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-scd",
"description": "Plugin to add Single-Collateral Dai support to dai.js",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"main": "dist/src/index.js",
"unpkg": "umd/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerdao/dai",
"version": "0.31.5",
"version": "0.31.6",
"contributors": [
"Wouter Kampmann <[email protected]>",
"Sean Brennan <[email protected]>",
Expand Down

0 comments on commit bec2caf

Please sign in to comment.