Skip to content

Commit

Permalink
chore(release): 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]
  • Loading branch information
Mateusz Koteja committed Jan 11, 2022
1 parent 0874154 commit 3028793
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 7 deletions.
18 changes: 18 additions & 0 deletions packages/matching-demo/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.0.0-alpha.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11)


### Features

* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e))


### BREAKING CHANGES

* **origin-247-certificate:** because of introduction of offchain-certificate module,
to standarize naming anything related to "classic" certificate module is now prefixed with
"OnChain" - this includes module, service, service injection token and so on





## [0.0.8](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24)

**Note:** Version bump only for package @energyweb/247-matching-demo
Expand Down
2 changes: 1 addition & 1 deletion packages/matching-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@energyweb/247-matching-demo",
"private": true,
"version": "0.0.9-alpha.1641816268.0",
"version": "1.0.0-alpha.0",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"start:dev": "concurrently --success first --kill-others -n serve,webpack \"yarn serve dist\" \"NODE_ENV=development webpack --config webpack.config.js --watch\""
Expand Down
23 changes: 23 additions & 0 deletions packages/origin-247-certificate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11)


### Bug Fixes

* certificateForUnitTests.getAll filtering by device id ([5961662](https://github.com/energywebfoundation/origin-247-sdk/commit/596166280d899bc5f2fb5253d15429799071f489))


### Features

* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e))


### BREAKING CHANGES

* **origin-247-certificate:** because of introduction of offchain-certificate module,
to standarize naming anything related to "classic" certificate module is now prefixed with
"OnChain" - this includes module, service, service injection token and so on





# [2.2.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/origin-247-certificate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-247-certificate",
"version": "2.2.0",
"version": "3.0.0",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down
27 changes: 27 additions & 0 deletions packages/origin-247-claim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11)


### Bug Fixes

* **origin-247-claim:** fix error when two entities had the same id ([54eeab7](https://github.com/energywebfoundation/origin-247-sdk/commit/54eeab701d88aeb0b70c6bf4ab3d9a26d9dce7ed))
* make claimCustomizationFn generic as well ([a4801c7](https://github.com/energywebfoundation/origin-247-sdk/commit/a4801c78c41f9e5a46cf67a91a08873626807c22))


### Features

* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e))
* add ClaimForUnitTestsModule ([897492f](https://github.com/energywebfoundation/origin-247-sdk/commit/897492f737c42a992f203c53e1f9c4ec8837848a))
* allow to customize claim facade input type ([c706d2c](https://github.com/energywebfoundation/origin-247-sdk/commit/c706d2cfd02bb43a8401219f8accbf7a09b7ac19))


### BREAKING CHANGES

* **origin-247-certificate:** because of introduction of offchain-certificate module,
to standarize naming anything related to "classic" certificate module is now prefixed with
"OnChain" - this includes module, service, service injection token and so on
* claim facade now accepts consumer and generator ids as generic `id` field. This way it is inline with matching algorithms, and requires less mapping





# [3.2.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/origin-247-claim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-247-claim",
"version": "3.2.0",
"version": "4.0.0",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@energyweb/issuer": "4.1.1-alpha.1636552048.0",
"@energyweb/issuer-api": "0.4.1-alpha.1636552048.0",
"@energyweb/origin-247-certificate": "2.2.0",
"@energyweb/origin-247-certificate": "3.0.0",
"@energyweb/origin-backend-utils": "1.6.2-alpha.1636552048.0",
"@energyweb/utils-general": "11.0.5-alpha.1636552048.0",
"@nestjs/bull": "0.4.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/origin-247-energy-api/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.0.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11)


### Bug Fixes

* **origin-247-energy-api:** return proofLeafHash from results ([015ac0a](https://github.com/energywebfoundation/origin-247-sdk/commit/015ac0aede802f416ca0ba75007b390ca1093997))





## [0.3.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/origin-247-energy-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-247-energy-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Smart meter readings management library",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
Expand Down
19 changes: 19 additions & 0 deletions packages/origin-247-transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11)


### Features

* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e))
* skip validation and transfer if both sites are equal ([01acdc3](https://github.com/energywebfoundation/origin-247-sdk/commit/01acdc3b40b57ca4ef455c5a8a3d7da3253f9018))


### BREAKING CHANGES

* **origin-247-certificate:** because of introduction of offchain-certificate module,
to standarize naming anything related to "classic" certificate module is now prefixed with
"OnChain" - this includes module, service, service injection token and so on





# [1.1.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/origin-247-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-247-transfer",
"version": "1.1.0",
"version": "2.0.0",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@energyweb/issuer": "4.1.1-alpha.1636552048.0",
"@energyweb/issuer-api": "0.4.1-alpha.1636552048.0",
"@energyweb/origin-247-certificate": "2.2.0",
"@energyweb/origin-247-certificate": "3.0.0",
"@energyweb/origin-backend-utils": "1.6.2-alpha.1636552048.0",
"@energyweb/utils-general": "11.0.5-alpha.1636552048.0",
"@nestjs/bull": "0.4.2",
Expand Down

0 comments on commit 3028793

Please sign in to comment.