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]
  • Loading branch information
Mateusz Koteja committed Jan 24, 2022
1 parent c302187 commit 53a1ea9
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 5 deletions.
19 changes: 19 additions & 0 deletions packages/origin-247-certificate/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.

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


### Bug Fixes

* After CR ([e767799](https://github.com/energywebfoundation/origin-247-sdk/commit/e767799e9ea6d77a6d48bc6ce0f754faeaafacc1))
* After CR ([af4f5c4](https://github.com/energywebfoundation/origin-247-sdk/commit/af4f5c4bfb59dfa86e945059cc64375474b9e0c0))
* After CR ([5fed89a](https://github.com/energywebfoundation/origin-247-sdk/commit/5fed89a136220129627195399fbaedf5308c246d))


### Features

* Do not try to synchronize certificates if synchronization failed before for them ([6b85c0e](https://github.com/energywebfoundation/origin-247-sdk/commit/6b85c0e71856637f11020b0b1a1ad535eb099801))
* Make number of retries configurable ([#72](https://github.com/energywebfoundation/origin-247-sdk/issues/72)) ([a8952c6](https://github.com/energywebfoundation/origin-247-sdk/commit/a8952c67d78e31ece571347d8c170699cf5c458f))





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


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.2.1",
"version": "3.3.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.4](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-24)

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





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

**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.3",
"version": "4.0.4",
"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.2.1",
"@energyweb/origin-247-certificate": "3.3.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
8 changes: 8 additions & 0 deletions packages/origin-247-transfer/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.

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

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





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

**Note:** Version bump only for package @energyweb/origin-247-transfer
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.3",
"version": "2.0.4",
"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.2.1",
"@energyweb/origin-247-certificate": "3.3.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 53a1ea9

Please sign in to comment.