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]
  • Loading branch information
Mateusz Koteja committed Oct 19, 2021
1 parent 161ed1e commit 898730d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/matching-demo/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.

## [0.0.5](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-10-19)

**Note:** Version bump only for package @energyweb/247-matching-demo





## [0.0.4](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-10-18)

**Note:** Version bump only for package @energyweb/247-matching-demo
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.0.5",
"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 All @@ -23,7 +23,7 @@
"dependencies": {
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@energyweb/origin-247-claim": "3.1.2",
"@energyweb/origin-247-claim": "3.1.3",
"@ethersproject/bignumber": "5.3.0",
"@material-ui/core": "v5.0.0-beta.4",
"lodash": "4.17.21",
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.

## [3.1.3](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-10-19)

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





## [3.1.2](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-10-18)

**Note:** Version bump only for package @energyweb/origin-247-claim
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "3.1.3",
"main": "./dist/js/src/index.js",
"types": "./dist/js/src/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 898730d

Please sign in to comment.