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 14, 2022
1 parent 0c95801 commit 11a2715
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
16 changes: 16 additions & 0 deletions packages/origin-247-certificate/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.

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


### Bug Fixes

* Remove claimed volume from owners ([#68](https://github.com/energywebfoundation/origin-247-sdk/issues/68)) ([39a213e](https://github.com/energywebfoundation/origin-247-sdk/commit/39a213e0b4bcb9311b1c5dae0b1982122dc0385b))


### Features

* add `isSynced` property to read model ([af0e4e4](https://github.com/energywebfoundation/origin-247-sdk/commit/af0e4e43e548e318570add1eec7f1a01bcb53bcf))





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


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

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





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


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.0",
"version": "4.0.1",
"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.0.0",
"@energyweb/origin-247-certificate": "3.1.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.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-14)

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





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


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.0",
"version": "2.0.1",
"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.0.0",
"@energyweb/origin-247-certificate": "3.1.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 11a2715

Please sign in to comment.