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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @makerdao/[email protected]
 - @makerdao/[email protected]
 - @makerdao/[email protected]
 - @makerdao/[email protected]
 - @makerdao/[email protected]
 - @makerdao/[email protected]
 - @makerdao/[email protected]
 - @makerdao/[email protected]
  • Loading branch information
rafinskipg committed Oct 19, 2021
1 parent df5951c commit 689f367
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions 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.15.0-alpha.2",
"version": "0.15.0-alpha.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.41.0-alpha.2",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@makerdao/dai": "^0.41.0-alpha.3",
"@makerdao/services-core": "^0.11.0-alpha.2",
"assert": "^2.0.0",
"debug": "^4.1.1",
"ramda": "^0.25.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/dai-plugin-liquidations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-liquidations",
"description": "Plugin to add liquidations to dai.js",
"version": "0.2.0-alpha.1",
"version": "0.2.0-alpha.2",
"license": "MIT",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@makerdao/services-core": "^0.11.0-alpha.2",
"bignumber.js": "^8.1.1",
"ramda": "^0.27.1"
},
Expand Down
6 changes: 3 additions & 3 deletions 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.7.0-alpha.1",
"version": "1.7.0-alpha.2",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.41.0-alpha.2",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@makerdao/dai": "^0.41.0-alpha.3",
"@makerdao/services-core": "^0.11.0-alpha.2",
"bignumber.js": "^8.1.1",
"rxjs": "^6.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@makerdao/services-core": "^0.11.0-alpha.2",
"bignumber.js": "^8.1.1"
},
"gitHead": "035aa87023c84916295cd4a2735cb2f6fdb1506e"
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-alpha.1",
"version": "1.3.0-alpha.2",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@makerdao/currency": "^0.9.9",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@makerdao/services-core": "^0.11.0-alpha.2",
"assert": "^2.0.0",
"bignumber.js": "^8.1.1",
"chokidar": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/dai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerdao/dai",
"version": "0.41.0-alpha.2",
"version": "0.41.0-alpha.3",
"contributors": [
"DUX <[email protected]>"
],
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/runtime": "^7.3.4",
"@makerdao/currency": "0.9.9",
"@makerdao/multicall": "^0.11.0",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@makerdao/services-core": "^0.11.0-alpha.2",
"@makerdao/test-helpers": "^0.2.1",
"assert": "^1.4.1",
"bignumber.js": "^7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/services-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/services-core",
"description": "Dependency injection framework",
"version": "0.11.0-alpha.1",
"version": "0.11.0-alpha.2",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/test-helpers",
"description": "test helpers for the monorepo",
"version": "0.4.0-alpha.1",
"version": "0.4.0-alpha.2",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand Down

0 comments on commit 689f367

Please sign in to comment.