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]
  • Loading branch information
Mateusz Koteja committed Sep 2, 2021
1 parent 5322432 commit 1fb4726
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 21 deletions.
8 changes: 8 additions & 0 deletions packages/matching-demo/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.

## 0.0.2 (2021-09-02)

**Note:** Version bump only for package @energyweb/247-matching-demo
30 changes: 15 additions & 15 deletions packages/matching-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@energyweb/247-matching-demo",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"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\""
},
"devDependencies": {
"typescript": "4.3.4",
"serve": "12.0.0",
"@types/lodash": "4.14.171",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"webpack-cli": "4.8.0",
"webpack": "5.51.1",
"ts-loader": "9.2.5",
"html-webpack-plugin": "5.3.2",
"concurrently": "6.2.0",
"css-loader": "6.2.0",
"html-webpack-plugin": "5.3.2",
"serve": "12.0.0",
"style-loader": "3.2.1",
"@types/lodash": "4.14.171",
"concurrently": "6.2.0"
"ts-loader": "9.2.5",
"typescript": "4.3.4",
"webpack": "5.51.1",
"webpack-cli": "4.8.0"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"@ethersproject/bignumber": "5.3.0",
"lodash": "4.17.21",
"@material-ui/core": "v5.0.0-beta.4",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@energyweb/origin-247-claim": "3.0.1"
"@energyweb/origin-247-claim": "3.1.0",
"@ethersproject/bignumber": "5.3.0",
"@material-ui/core": "v5.0.0-beta.4",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}
11 changes: 11 additions & 0 deletions packages/origin-247-certificate/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.

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


### Features

* **origin-247-certificate:** improve job stack trace ([b178e9b](https://github.com/energywebfoundation/origin-247-sdk/commit/b178e9b70556b4d65a1e2ab5b6e6d12becbde590))





## [2.0.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-26)


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.0.1",
"version": "2.1.0",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/origin-247-claim/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.

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


### Features

* **origin-247-claim:** return round matches alongside flattened matches ([734955e](https://github.com/energywebfoundation/origin-247-sdk/commit/734955e2670e8680a56f89e03c68026aac0b3dc7))
* **origin-247-claim:** spreadMatcher spread optimization ([75f8bd3](https://github.com/energywebfoundation/origin-247-sdk/commit/75f8bd3e7043f00383591b7fcd3ed95162d91f68))





## [3.0.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-30)

**Note:** Version bump only for package @energyweb/origin-247-claim
Expand Down
6 changes: 3 additions & 3 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.0.1",
"version": "3.1.0",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand All @@ -20,11 +20,11 @@
"publish:release": "lerna version --create-release github --conventional-commits --exact --yes --message \"chore(release): publish /skip-deploy\" && lerna publish from-git --yes"
},
"dependencies": {
"@ethersproject/bignumber": "5.3.0",
"@nestjs/common": "7.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/cqrs": "7.0.1",
"@nestjs/typeorm": "7.1.5",
"@ethersproject/bignumber": "5.3.0",
"lodash": "4.17.21",
"luxon": "2.0.2",
"pg": "8.6.0",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@energyweb/issuer": "3.2.1-alpha.1629812330.0",
"@energyweb/issuer-api": "0.2.1-alpha.1629812330.0",
"@energyweb/origin-247-certificate": "2.0.1",
"@energyweb/origin-247-certificate": "2.1.0",
"@energyweb/origin-backend-utils": "1.5.2-alpha.1629812330.0",
"@energyweb/utils-general": "11.0.3-alpha.1629812330.0",
"@nestjs/bull": "0.3.1",
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.

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

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





## [1.0.2](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-26)

**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": "1.0.2",
"version": "1.0.3",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@energyweb/issuer": "3.2.1-alpha.1629812330.0",
"@energyweb/issuer-api": "0.2.1-alpha.1629812330.0",
"@energyweb/origin-247-certificate": "2.0.1",
"@energyweb/origin-247-certificate": "2.1.0",
"@energyweb/origin-backend-utils": "1.5.2-alpha.1629812330.0",
"@energyweb/utils-general": "11.0.3-alpha.1629812330.0",
"@nestjs/bull": "0.3.1",
Expand Down

0 comments on commit 1fb4726

Please sign in to comment.