Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
  • Loading branch information
Origin committed Nov 26, 2019
1 parent 07de6a7 commit ab974d6
Show file tree
Hide file tree
Showing 26 changed files with 365 additions and 66 deletions.
18 changes: 18 additions & 0 deletions packages/asset-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* include contracts in the package ([#316](https://github.com/energywebfoundation/origin/issues/316)) ([9c9712b](https://github.com/energywebfoundation/origin/commit/9c9712ba3b2b4b82adb2c94a9fea1e72d0b076ec))
* **monorepo:** build order ([b582839](https://github.com/energywebfoundation/origin/commit/b58283958289e5525739a8918bd2db6739e88b39))
* **monorepo:** volta deployments ([#249](https://github.com/energywebfoundation/origin/issues/249)) ([432abae](https://github.com/energywebfoundation/origin/commit/432abae72a4a8bd39a7dd9a975585b22c36d9b47))


### Features

* **market:** add generation time range to the certificate ([#255](https://github.com/energywebfoundation/origin/issues/255)) ([e0be305](https://github.com/energywebfoundation/origin/commit/e0be3059869e0abfe6521600ef2dd0b5849fb83b))





## [1.3.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-11)


Expand Down
8 changes: 4 additions & 4 deletions packages/asset-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "1.3.3",
"version": "1.4.0",
"main": "dist/js/src/index.js",
"files": [
"dist/js/build",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"types": "dist/js/src/index.d.ts",
"dependencies": {
"@energyweb/user-registry": "1.3.3",
"@energyweb/utils-general": "1.3.1",
"@energyweb/user-registry": "1.4.0",
"@energyweb/utils-general": "1.4.0",
"moment": "2.24.0",
"polly-js": "^1.6.5",
"web3": "1.2.4",
Expand All @@ -54,7 +54,7 @@
"winston": "3.2.1"
},
"devDependencies": {
"@energyweb/origin-backend-client": "1.0.1",
"@energyweb/origin-backend-client": "1.1.0",
"ethlint": "1.2.5",
"fs-extra": "8.1.0",
"ganache-cli": "6.5.1"
Expand Down
31 changes: 31 additions & 0 deletions packages/event-listener/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* include contracts in the package ([#316](https://github.com/energywebfoundation/origin/issues/316)) ([9c9712b](https://github.com/energywebfoundation/origin/commit/9c9712ba3b2b4b82adb2c94a9fea1e72d0b076ec))
* **solar-simulator:** wait for market contract in mock readings ([f7e6c87](https://github.com/energywebfoundation/origin/commit/f7e6c87e10c8d62c7e5799fde629005e6eac87f3))
* fix Makefile build-canary ([3b630ff](https://github.com/energywebfoundation/origin/commit/3b630ffe4d08bb186792bb5bd0c5f2419677523d))
* **event-listener:** fix npm package ([#261](https://github.com/energywebfoundation/origin/issues/261)) ([7a52739](https://github.com/energywebfoundation/origin/commit/7a5273945d243937af379129738a25c29afb5fdc))


### chore

* **event-listener:** update README with new functionality ([1cbd37a](https://github.com/energywebfoundation/origin/commit/1cbd37ae5534a2a7054234af6e1b58e938a30542))


### Features

* Add support for toggling between manual/automatic matcher ([#293](https://github.com/energywebfoundation/origin/issues/293)) ([0adde5e](https://github.com/energywebfoundation/origin/commit/0adde5e256bf4d41c6991764bb366648adfe78ca))
* **origin-ui:** add loader to request irec modal ([#241](https://github.com/energywebfoundation/origin/issues/241)) ([fbcbb19](https://github.com/energywebfoundation/origin/commit/fbcbb19c1808db3026b777fe9fe4808cdaf38732))
* **solar-simulator:** extended docker config ([#266](https://github.com/energywebfoundation/origin/issues/266)) ([b20e9af](https://github.com/energywebfoundation/origin/commit/b20e9af0ff4b43e46964dda1b71fd744d26891e5))


### BREAKING CHANGES

* **event-listener:** event-listener now requires a private key to function properly





## [1.3.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-11)


Expand Down
16 changes: 8 additions & 8 deletions packages/event-listener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "1.3.3",
"version": "2.0.0",
"main": "dist/js/src/index.js",
"bin": {
"event-listener": "./bin/event-listener"
Expand All @@ -34,13 +34,13 @@
},
"types": "dist/js/src/exports.d.ts",
"dependencies": {
"@energyweb/asset-registry": "1.3.3",
"@energyweb/market": "1.3.3",
"@energyweb/market-matcher-core": "1.0.0",
"@energyweb/origin": "1.3.3",
"@energyweb/origin-backend-client": "1.0.1",
"@energyweb/user-registry": "1.3.3",
"@energyweb/utils-general": "1.3.1",
"@energyweb/asset-registry": "1.4.0",
"@energyweb/market": "2.0.0",
"@energyweb/market-matcher-core": "1.0.1",
"@energyweb/origin": "2.0.0",
"@energyweb/origin-backend-client": "1.1.0",
"@energyweb/user-registry": "1.4.0",
"@energyweb/utils-general": "1.4.0",
"@types/mandrill-api": "^1.0.30",
"@types/nodemailer": "^6.2.1",
"dotenv": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/market-matcher-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2019-11-26)

**Note:** Version bump only for package @energyweb/market-matcher-core
14 changes: 7 additions & 7 deletions packages/market-matcher-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/js/src/index.js",
"scripts": {
"build": "yarn build:ts",
Expand All @@ -30,12 +30,12 @@
},
"types": "dist/js/src/index.d.ts",
"dependencies": {
"@energyweb/asset-registry": "1.3.3",
"@energyweb/market": "1.3.3",
"@energyweb/origin": "1.3.3",
"@energyweb/origin-backend-client": "1.0.1",
"@energyweb/user-registry": "1.3.3",
"@energyweb/utils-general": "1.3.1",
"@energyweb/asset-registry": "1.4.0",
"@energyweb/market": "2.0.0",
"@energyweb/origin": "2.0.0",
"@energyweb/origin-backend-client": "1.1.0",
"@energyweb/user-registry": "1.4.0",
"@energyweb/utils-general": "1.4.0",
"moment": "^2.24.0",
"web3": "1.2.4",
"web3-core": "1.2.4",
Expand Down
34 changes: 34 additions & 0 deletions packages/market-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* include contracts in the package ([#316](https://github.com/energywebfoundation/origin/issues/316)) ([9c9712b](https://github.com/energywebfoundation/origin/commit/9c9712ba3b2b4b82adb2c94a9fea1e72d0b076ec))
* **solar-simulator:** wait for market contract in mock readings ([f7e6c87](https://github.com/energywebfoundation/origin/commit/f7e6c87e10c8d62c7e5799fde629005e6eac87f3))
* fix Makefile build-canary ([3b630ff](https://github.com/energywebfoundation/origin/commit/3b630ffe4d08bb186792bb5bd0c5f2419677523d))


### chore

* release preparations ([#321](https://github.com/energywebfoundation/origin/issues/321)) ([b07fe10](https://github.com/energywebfoundation/origin/commit/b07fe106142ccddd295ca66287dba842ebd7dbf0))


### Features

* Add support for toggling between manual/automatic matcher ([#293](https://github.com/energywebfoundation/origin/issues/293)) ([0adde5e](https://github.com/energywebfoundation/origin/commit/0adde5e256bf4d41c6991764bb366648adfe78ca))
* **market-matcher:** time triggers ([#258](https://github.com/energywebfoundation/origin/issues/258)) ([d14e2d1](https://github.com/energywebfoundation/origin/commit/d14e2d1b6e93ea1d812e8db7a2abe0457b05c3b6))
* **origin-ui:** add loader to request irec modal ([#241](https://github.com/energywebfoundation/origin/issues/241)) ([fbcbb19](https://github.com/energywebfoundation/origin/commit/fbcbb19c1808db3026b777fe9fe4808cdaf38732))
* **solar-simulator:** extended docker config ([#266](https://github.com/energywebfoundation/origin/issues/266)) ([b20e9af](https://github.com/energywebfoundation/origin/commit/b20e9af0ff4b43e46964dda1b71fd744d26891e5))


### BREAKING CHANGES

* part of the matcher logic has been moved to market-matcher-logic package

* chore(origin): semver update. added README.md
* Certificate logic related to the market moved to market package





## [1.3.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-11)


Expand Down
16 changes: 8 additions & 8 deletions packages/market-matcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "1.3.3",
"version": "2.0.0",
"main": "dist/js/src/index.js",
"bin": {
"market-matcher": "./bin/market-matcher"
Expand All @@ -36,13 +36,13 @@
},
"types": "dist/js/src/exports.d.ts",
"dependencies": {
"@energyweb/asset-registry": "1.3.3",
"@energyweb/market": "1.3.3",
"@energyweb/market-matcher-core": "1.0.0",
"@energyweb/origin": "1.3.3",
"@energyweb/origin-backend-client": "1.0.1",
"@energyweb/user-registry": "1.3.3",
"@energyweb/utils-general": "1.3.1",
"@energyweb/asset-registry": "1.4.0",
"@energyweb/market": "2.0.0",
"@energyweb/market-matcher-core": "1.0.1",
"@energyweb/origin": "2.0.0",
"@energyweb/origin-backend-client": "1.1.0",
"@energyweb/user-registry": "1.4.0",
"@energyweb/utils-general": "1.4.0",
"dotenv": "^8.2.0",
"moment": "^2.24.0",
"polly-js": "^1.6.5",
Expand Down
32 changes: 32 additions & 0 deletions packages/market/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* **market:** Updating off-chain properties - Handle cases where on-chain transactions fail ([#318](https://github.com/energywebfoundation/origin/issues/318)) ([324e1ee](https://github.com/energywebfoundation/origin/commit/324e1ee8605a122c54a41bec752333b0ac56b8dd))
* include contracts in the package ([#316](https://github.com/energywebfoundation/origin/issues/316)) ([9c9712b](https://github.com/energywebfoundation/origin/commit/9c9712ba3b2b4b82adb2c94a9fea1e72d0b076ec))
* **monorepo:** build order ([b582839](https://github.com/energywebfoundation/origin/commit/b58283958289e5525739a8918bd2db6739e88b39))
* **monorepo:** volta deployments ([#249](https://github.com/energywebfoundation/origin/issues/249)) ([432abae](https://github.com/energywebfoundation/origin/commit/432abae72a4a8bd39a7dd9a975585b22c36d9b47))
* **origin-ui:** PurchasableCertificate not fetching off-chain data ([#289](https://github.com/energywebfoundation/origin/issues/289)) ([594944d](https://github.com/energywebfoundation/origin/commit/594944d289d04c43e26d17561c3aa1685a42a423))
* **volta:** deploy ERC20 token ([5a85ebe](https://github.com/energywebfoundation/origin/commit/5a85ebe20b71a3ccf7f7396849a2fe08d3ec4be0))


### chore

* **market:** update README ([529c4b5](https://github.com/energywebfoundation/origin/commit/529c4b55f50ba46c7e1a7fb257e21ae5930b903c))


### Features

* Add support for toggling between manual/automatic matcher ([#293](https://github.com/energywebfoundation/origin/issues/293)) ([0adde5e](https://github.com/energywebfoundation/origin/commit/0adde5e256bf4d41c6991764bb366648adfe78ca))
* **origin-ui:** add loader to request irec modal ([#241](https://github.com/energywebfoundation/origin/issues/241)) ([fbcbb19](https://github.com/energywebfoundation/origin/commit/fbcbb19c1808db3026b777fe9fe4808cdaf38732))


### BREAKING CHANGES

* **market:** added MarketUser and moved price references from origin to market (PurchasableCertificate)





## [1.3.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-11)


Expand Down
12 changes: 6 additions & 6 deletions packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "1.3.3",
"version": "2.0.0",
"main": "dist/js/src/index.js",
"files": [
"dist/js/build",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"types": "dist/js/src/index.d.ts",
"dependencies": {
"@energyweb/asset-registry": "1.3.3",
"@energyweb/origin": "1.3.3",
"@energyweb/user-registry": "1.3.3",
"@energyweb/utils-general": "1.3.1",
"@energyweb/asset-registry": "1.4.0",
"@energyweb/origin": "2.0.0",
"@energyweb/user-registry": "1.4.0",
"@energyweb/utils-general": "1.4.0",
"moment": "^2.24.0",
"polly-js": "^1.6.5",
"web3": "1.2.4",
Expand All @@ -58,7 +58,7 @@
"winston": "3.2.1"
},
"devDependencies": {
"@energyweb/origin-backend-client": "1.0.1",
"@energyweb/origin-backend-client": "1.1.0",
"@fluffy-spoon/substitute": "1.104.0",
"ethlint": "1.2.5",
"fs-extra": "8.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/origin-backend-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* **market:** Updating off-chain properties - Handle cases where on-chain transactions fail ([#318](https://github.com/energywebfoundation/origin/issues/318)) ([324e1ee](https://github.com/energywebfoundation/origin/commit/324e1ee8605a122c54a41bec752333b0ac56b8dd))


### Features

* Add support for toggling between manual/automatic matcher ([#293](https://github.com/energywebfoundation/origin/issues/293)) ([0adde5e](https://github.com/energywebfoundation/origin/commit/0adde5e256bf4d41c6991764bb366648adfe78ca))





## 1.0.1 (2019-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/origin-backend-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-backend-client",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"main": "dist/js/src/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/origin-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* **docker-compose:** map whole db dir for origin-backend ([#264](https://github.com/energywebfoundation/origin/issues/264)) ([75560e4](https://github.com/energywebfoundation/origin/commit/75560e4f52d2e5e1aeae61fe884737df0303b065))





## [1.3.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/origin-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-backend",
"version": "1.3.3",
"version": "1.3.4",
"description": "",
"main": "dist/js/src/index.js",
"scripts": {
Expand Down
30 changes: 30 additions & 0 deletions packages/origin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-26)


### Bug Fixes

* **origin-ui:** fix watching for return to inbox event ([#319](https://github.com/energywebfoundation/origin/issues/319)) ([8494cb3](https://github.com/energywebfoundation/origin/commit/8494cb3d3121a7fd4b8f6a3391c6582089c0103a))
* include contracts in the package ([#316](https://github.com/energywebfoundation/origin/issues/316)) ([9c9712b](https://github.com/energywebfoundation/origin/commit/9c9712ba3b2b4b82adb2c94a9fea1e72d0b076ec))
* **deps:** update dependency chart.js to v2.9.3 ([#279](https://github.com/energywebfoundation/origin/issues/279)) ([86260b5](https://github.com/energywebfoundation/origin/commit/86260b53938e17b1a490977afad3458209466876))
* **deps:** update dependency query-string to v6.9.0 ([#282](https://github.com/energywebfoundation/origin/issues/282)) ([544390c](https://github.com/energywebfoundation/origin/commit/544390c8e5547b16448b54f7323bde6995503c28))
* **deps:** update react ([#239](https://github.com/energywebfoundation/origin/issues/239)) ([e074ccb](https://github.com/energywebfoundation/origin/commit/e074ccb40bc19560df5b27f158c9568380284413))
* **deps:** update react ([#283](https://github.com/energywebfoundation/origin/issues/283)) ([4880f7c](https://github.com/energywebfoundation/origin/commit/4880f7cc502ae62e185701a20e13962ccf5d757b))
* **deps:** update webpack ([#312](https://github.com/energywebfoundation/origin/issues/312)) ([9f19344](https://github.com/energywebfoundation/origin/commit/9f19344436ad0e0537bceaf586bfd638efa65bd3))
* **origin-ui:** fix day graph starts at 00:00 independent of timezone ([#291](https://github.com/energywebfoundation/origin/issues/291)) ([f5ebf39](https://github.com/energywebfoundation/origin/commit/f5ebf39872cbbb6c085082ef9efeb6d484ca30f1))
* **origin-ui:** fix displaying accounts in header ([#296](https://github.com/energywebfoundation/origin/issues/296)) ([535531f](https://github.com/energywebfoundation/origin/commit/535531f3b917b6491fc92ebfd694283fe6b6eb48))
* **origin-ui:** fix UI randomly not loading ([#299](https://github.com/energywebfoundation/origin/issues/299)) ([2c61843](https://github.com/energywebfoundation/origin/commit/2c61843287407cee6a54bee9566bf9ec75f2dc97))
* **origin-ui:** PurchasableCertificate not fetching off-chain data ([#289](https://github.com/energywebfoundation/origin/issues/289)) ([594944d](https://github.com/energywebfoundation/origin/commit/594944d289d04c43e26d17561c3aa1685a42a423))


### Features

* Add support for toggling between manual/automatic matcher ([#293](https://github.com/energywebfoundation/origin/issues/293)) ([0adde5e](https://github.com/energywebfoundation/origin/commit/0adde5e256bf4d41c6991764bb366648adfe78ca))
* **origin-ui:** add loader to request irec modal ([#241](https://github.com/energywebfoundation/origin/issues/241)) ([fbcbb19](https://github.com/energywebfoundation/origin/commit/fbcbb19c1808db3026b777fe9fe4808cdaf38732))
* **origin-ui:** Add process indicator while executing tx ([#256](https://github.com/energywebfoundation/origin/issues/256)) ([21e1649](https://github.com/energywebfoundation/origin/commit/21e1649ad7ef026b7cf935701c966340f650789b))
* **origin-ui:** runtime Docker environment variables ([#259](https://github.com/energywebfoundation/origin/issues/259)) ([dc72ec8](https://github.com/energywebfoundation/origin/commit/dc72ec8047275de0cc9cb7427070cefe453c9e1e))
* **origin-ui:** show certificate generation timeframe ([#287](https://github.com/energywebfoundation/origin/issues/287)) ([8c2bf43](https://github.com/energywebfoundation/origin/commit/8c2bf439970fcaea3ddfee5a9f92fdc2d4e435a5))





## [0.3.1](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2019-11-11)


Expand Down
Loading

0 comments on commit ab974d6

Please sign in to comment.