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

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Nov 18, 2021
1 parent 5d77617 commit fc3a8ac
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 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.9",
"version": "0.16.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.41.0-alpha.9",
"@makerdao/services-core": "^0.11.0-alpha.9",
"@makerdao/dai": "^0.42.0",
"@makerdao/services-core": "^0.11.1",
"assert": "^2.0.0",
"debug": "^4.1.1",
"ramda": "^0.25.0"
},
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.9"
"@makerdao/dai": "^0.42.0"
},
"devDependencies": {
"@makerdao/dai-plugin-config": "^0.2.14-rc.1",
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.4",
"version": "0.3.0",
"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.9",
"@makerdao/services-core": "^0.11.1",
"bignumber.js": "^8.1.1",
"ramda": "^0.27.1"
},
Expand Down
10 changes: 5 additions & 5 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.9",
"version": "1.8.0",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -21,13 +21,13 @@
"test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json"
},
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.9",
"@makerdao/services-core": "^0.11.0-alpha.9"
"@makerdao/dai": "^0.42",
"@makerdao/services-core": "^0.11.1"
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.41.0-alpha.9",
"@makerdao/services-core": "^0.11.0-alpha.9",
"@makerdao/dai": "^0.42.0",
"@makerdao/services-core": "^0.11.1",
"bignumber.js": "^8.1.1",
"rxjs": "^6.5.4"
},
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "1.5.0",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -17,12 +17,12 @@
"test": "yarn testchain --ci jest --runInBand"
},
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.9"
"@makerdao/dai": "^0.42.0"
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.41.0-alpha.9",
"@makerdao/services-core": "^0.11.0-alpha.9",
"@makerdao/dai": "^0.42.0",
"@makerdao/services-core": "^0.11.1",
"bignumber.js": "^8.1.1"
},
"gitHead": "689f3670142282c9483c74d5658f60161d4287bb"
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "1.4.0",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand All @@ -20,11 +20,11 @@
"test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json"
},
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.9"
"@makerdao/dai": "^0.42.0"
},
"dependencies": {
"@makerdao/currency": "^0.9.9",
"@makerdao/services-core": "^0.11.0-alpha.9",
"@makerdao/services-core": "^0.11.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.9",
"version": "0.42.0",
"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.9",
"@makerdao/services-core": "^0.11.1",
"@makerdao/test-helpers": "^0.2.1",
"assert": "^1.4.1",
"bignumber.js": "^7.2.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "0.11.1",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"gitHead": "689f3670142282c9483c74d5658f60161d4287bb",
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.9"
"@makerdao/dai": "^0.42.0"
}
}

0 comments on commit fc3a8ac

Please sign in to comment.