From 1ed752199a46e71663b7a1fce1750c6480c0240d Mon Sep 17 00:00:00 2001 From: Phil Bain Date: Wed, 17 Nov 2021 17:30:10 -0700 Subject: [PATCH] Publish - @makerdao/dai-plugin-governance@0.16.1 - @makerdao/dai-plugin-liquidations@0.3.1 - @makerdao/dai-plugin-mcd@1.8.1 - @makerdao/dai-plugin-migrations@1.5.1 - @makerdao/dai-plugin-scd@1.4.1 - @makerdao/dai@0.42.1 - @makerdao/services-core@0.11.2 - @makerdao/test-helpers@0.4.0 --- packages/dai-plugin-governance/package.json | 6 +++--- packages/dai-plugin-liquidations/package.json | 4 ++-- packages/dai-plugin-mcd/package.json | 6 +++--- packages/dai-plugin-migrations/package.json | 6 +++--- packages/dai-plugin-scd/package.json | 4 ++-- packages/dai/package.json | 4 ++-- packages/services-core/package.json | 2 +- packages/test-helpers/package.json | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/dai-plugin-governance/package.json b/packages/dai-plugin-governance/package.json index 7b8e10ef6..1a23aab3b 100644 --- a/packages/dai-plugin-governance/package.json +++ b/packages/dai-plugin-governance/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/dai-plugin-governance", "description": "A dai.js plugin for adding MKR governance support to dapps.", - "version": "0.16.0", + "version": "0.16.1", "license": "MIT", "repository": { "type": "git", @@ -29,8 +29,8 @@ }, "dependencies": { "@makerdao/currency": "0.9.9", - "@makerdao/dai": "^0.42.0", - "@makerdao/services-core": "^0.11.1", + "@makerdao/dai": "^0.42.1", + "@makerdao/services-core": "^0.11.2", "assert": "^2.0.0", "debug": "^4.1.1", "ramda": "^0.25.0" diff --git a/packages/dai-plugin-liquidations/package.json b/packages/dai-plugin-liquidations/package.json index f9608b733..e14e64e2c 100644 --- a/packages/dai-plugin-liquidations/package.json +++ b/packages/dai-plugin-liquidations/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/dai-plugin-liquidations", "description": "Plugin to add liquidations to dai.js", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "typings": "dist/index.d.ts", "main": "dist/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@makerdao/currency": "0.9.9", - "@makerdao/services-core": "^0.11.1", + "@makerdao/services-core": "^0.11.2", "bignumber.js": "^8.1.1", "ramda": "^0.27.1" }, diff --git a/packages/dai-plugin-mcd/package.json b/packages/dai-plugin-mcd/package.json index ae6dcaa9a..4d1d5160f 100644 --- a/packages/dai-plugin-mcd/package.json +++ b/packages/dai-plugin-mcd/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/dai-plugin-mcd", "description": "Plugin to add Multi-Collateral Dai support to dai.js", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "main": "dist/index.js", "unpkg": "dist/index.js", @@ -26,8 +26,8 @@ }, "dependencies": { "@makerdao/currency": "0.9.9", - "@makerdao/dai": "^0.42.0", - "@makerdao/services-core": "^0.11.1", + "@makerdao/dai": "^0.42.1", + "@makerdao/services-core": "^0.11.2", "bignumber.js": "^8.1.1", "rxjs": "^6.5.4" }, diff --git a/packages/dai-plugin-migrations/package.json b/packages/dai-plugin-migrations/package.json index 28b9d32a9..e09903304 100644 --- a/packages/dai-plugin-migrations/package.json +++ b/packages/dai-plugin-migrations/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/dai-plugin-migrations", "description": "Plugin to add migrations to dai.js", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "main": "dist/index.js", "unpkg": "dist/index.js", @@ -21,8 +21,8 @@ }, "dependencies": { "@makerdao/currency": "0.9.9", - "@makerdao/dai": "^0.42.0", - "@makerdao/services-core": "^0.11.1", + "@makerdao/dai": "^0.42.1", + "@makerdao/services-core": "^0.11.2", "bignumber.js": "^8.1.1" }, "gitHead": "689f3670142282c9483c74d5658f60161d4287bb" diff --git a/packages/dai-plugin-scd/package.json b/packages/dai-plugin-scd/package.json index 560384ac1..3b1481a04 100644 --- a/packages/dai-plugin-scd/package.json +++ b/packages/dai-plugin-scd/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/dai-plugin-scd", "description": "Plugin to add Single-Collateral Dai support to dai.js", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "main": "dist/index.js", "unpkg": "dist/index.js", @@ -24,7 +24,7 @@ }, "dependencies": { "@makerdao/currency": "^0.9.9", - "@makerdao/services-core": "^0.11.1", + "@makerdao/services-core": "^0.11.2", "assert": "^2.0.0", "bignumber.js": "^8.1.1", "chokidar": "^2.0.4", diff --git a/packages/dai/package.json b/packages/dai/package.json index 9e94ac355..881cdb510 100644 --- a/packages/dai/package.json +++ b/packages/dai/package.json @@ -1,6 +1,6 @@ { "name": "@makerdao/dai", - "version": "0.42.0", + "version": "0.42.1", "contributors": [ "DUX " ], @@ -49,7 +49,7 @@ "@babel/runtime": "^7.3.4", "@makerdao/currency": "0.9.9", "@makerdao/multicall": "^0.11.0", - "@makerdao/services-core": "^0.11.1", + "@makerdao/services-core": "^0.11.2", "@makerdao/test-helpers": "^0.2.1", "assert": "^1.4.1", "bignumber.js": "^7.2.1", diff --git a/packages/services-core/package.json b/packages/services-core/package.json index ab4965d45..ae4dcc1b2 100644 --- a/packages/services-core/package.json +++ b/packages/services-core/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/services-core", "description": "Dependency injection framework", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "main": "dist/index.js", "unpkg": "dist/index.js", diff --git a/packages/test-helpers/package.json b/packages/test-helpers/package.json index 3c7fee0af..373725a05 100644 --- a/packages/test-helpers/package.json +++ b/packages/test-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@makerdao/test-helpers", "description": "test helpers for the monorepo", - "version": "0.4.0-alpha.4", + "version": "0.4.0", "license": "MIT", "main": "dist/index.js", "unpkg": "dist/index.js",