Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @energyweb/origin-247-certificate@3.4.0
 - @energyweb/origin-247-claim@4.0.6
 - @energyweb/origin-247-transfer@2.1.0
  • Loading branch information
Mateusz Koteja committed Feb 10, 2022
1 parent a3a8011 commit 30686b3
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
17 changes: 17 additions & 0 deletions packages/origin-247-certificate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/origin-247-certificate@3.3.1...@energyweb/origin-247-certificate@3.4.0) (2022-02-10)


### Bug Fixes

* inconsistent certificate type ([#48](https://github.com/energywebfoundation/origin-247-sdk/issues/48)) ([0812369](https://github.com/energywebfoundation/origin-247-sdk/commit/081236956e2de2f8c920f25bb837aacb3688c380))


### Features

* Add validation of user commands ([#76](https://github.com/energywebfoundation/origin-247-sdk/issues/76)) ([5b9fdac](https://github.com/energywebfoundation/origin-247-sdk/commit/5b9fdacb57de262c2f64cee8b2b18c33e63bfb1b))
* Improve commands batching performance ([#80](https://github.com/energywebfoundation/origin-247-sdk/issues/80)) ([a3a8011](https://github.com/energywebfoundation/origin-247-sdk/commit/a3a80115ce14cb2ec00fcef266f8868966e765f9))





## [3.3.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/origin-247-certificate@3.3.0...@energyweb/origin-247-certificate@3.3.1) (2022-01-25)


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": "3.3.1",
"version": "3.4.0",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/origin-247-claim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.6](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/origin-247-claim@4.0.5...@energyweb/origin-247-claim@4.0.6) (2022-02-10)

**Note:** Version bump only for package @energyweb/origin-247-claim





## [4.0.5](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/origin-247-claim@4.0.4...@energyweb/origin-247-claim@4.0.5) (2022-01-25)

**Note:** Version bump only for package @energyweb/origin-247-claim
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": "4.0.5",
"version": "4.0.6",
"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": "3.3.1",
"@energyweb/origin-247-certificate": "3.4.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
12 changes: 12 additions & 0 deletions packages/origin-247-transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/origin-247-transfer@2.0.5...@energyweb/origin-247-transfer@2.1.0) (2022-02-10)


### Features

* Add validation of user commands ([#76](https://github.com/energywebfoundation/origin-247-sdk/issues/76)) ([5b9fdac](https://github.com/energywebfoundation/origin-247-sdk/commit/5b9fdacb57de262c2f64cee8b2b18c33e63bfb1b))
* Improve commands batching performance ([#80](https://github.com/energywebfoundation/origin-247-sdk/issues/80)) ([a3a8011](https://github.com/energywebfoundation/origin-247-sdk/commit/a3a80115ce14cb2ec00fcef266f8868966e765f9))





## [2.0.5](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/origin-247-transfer@2.0.4...@energyweb/origin-247-transfer@2.0.5) (2022-01-25)


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": "2.0.5",
"version": "2.1.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": "3.3.1",
"@energyweb/origin-247-certificate": "3.4.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 30686b3

Please sign in to comment.