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 15, 2021
1 parent 6385823 commit 47a4a9e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 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.0",
"version": "0.15.0-alpha.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.32.13",
"@makerdao/services-core": "^0.11.0-alpha.0",
"@makerdao/services-core": "^0.11.0-alpha.1",
"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.0",
"version": "0.2.0-alpha.1",
"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.0",
"@makerdao/services-core": "^0.11.0-alpha.1",
"bignumber.js": "^8.1.1",
"ramda": "^0.27.1"
},
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.7.0-alpha.1",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.32.13",
"@makerdao/services-core": "^0.11.0-alpha.0",
"@makerdao/services-core": "^0.11.0-alpha.1",
"bignumber.js": "^8.1.1",
"rxjs": "^6.5.4"
},
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.4.0-alpha.0",
"version": "1.4.0-alpha.1",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
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.0",
"version": "1.3.0-alpha.1",
"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.0",
"@makerdao/services-core": "^0.11.0-alpha.1",
"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.0",
"version": "0.41.0-alpha.1",
"contributors": [
"DUX <[email protected]>"
],
Expand Down Expand Up @@ -50,7 +50,7 @@
"@babel/runtime": "^7.3.4",
"@makerdao/currency": "0.9.9",
"@makerdao/multicall": "^0.11.0",
"@makerdao/services-core": "^0.11.0-alpha.0",
"@makerdao/services-core": "^0.11.0-alpha.1",
"@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.0",
"version": "0.11.0-alpha.1",
"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.0",
"version": "0.4.0-alpha.1",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand Down

0 comments on commit 47a4a9e

Please sign in to comment.