Skip to content

Commit

Permalink
chore(release): publish /skip-deploy
Browse files Browse the repository at this point in the history
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
 - @energyweb/[email protected]
  • Loading branch information
github-actions[bot] committed Aug 31, 2021
1 parent 2bca526 commit 6fbdb6a
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 13 deletions.
11 changes: 11 additions & 0 deletions packages/apps/origin-backend-app/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.

## [1.5.4](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-31)


### Bug Fixes

* **migrations:** stable dockerfile fix ([a1495b2](https://github.com/energywebfoundation/origin/commit/a1495b2f5e73a3ce7304a957c65de989759a37b5))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/apps/origin-backend-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-backend-app",
"version": "1.5.3",
"version": "1.5.4",
"description": "This is a bootstrap project for Origin API",
"main": "dist/js/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apps/origin-ui/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.6.2](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-31)

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





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

**Note:** Version bump only for package @energyweb/origin-ui
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/origin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@energyweb/origin-ui",
"version": "2.6.1",
"version": "2.6.2",
"scripts": {
"build": "yarn build:full",
"build:ts": "tsc -b tsconfig.json",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@date-io/moment": "1.3.13",
"@energyweb/exchange-ui-core": "1.4.2",
"@energyweb/exchange-ui-core": "1.4.3",
"@energyweb/localization": "0.15.0",
"@energyweb/origin-backend-core": "8.0.2",
"@energyweb/origin-ui-core": "1.14.2",
"@energyweb/origin-ui-irec-core": "0.2.1",
"@energyweb/origin-ui-core": "1.14.3",
"@energyweb/origin-ui-irec-core": "0.2.2",
"@energyweb/utils-general": "11.0.3",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/tools/migrations/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.

## [3.2.8](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-31)


### Bug Fixes

* **migrations:** stable dockerfile fix ([a1495b2](https://github.com/energywebfoundation/origin/commit/a1495b2f5e73a3ce7304a957c65de989759a37b5))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/tools/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "3.2.7",
"version": "3.2.8",
"main": "dist/js/main.js",
"bin": {
"origin-migrations": "./bin/migrations"
Expand All @@ -33,7 +33,7 @@
"types": "dist/js/index.d.ts",
"dependencies": {
"@energyweb/issuer": "4.0.0",
"@energyweb/origin-backend-app": "1.5.3",
"@energyweb/origin-backend-app": "1.5.4",
"@energyweb/origin-backend-core": "8.0.2",
"@energyweb/utils-general": "11.0.3",
"@types/pg": "8.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/exchange-ui-core/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.4.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-31)

**Note:** Version bump only for package @energyweb/exchange-ui-core





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

**Note:** Version bump only for package @energyweb/exchange-ui-core
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/exchange-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/exchange-ui-core",
"version": "1.4.2",
"version": "1.4.3",
"main": "dist/src/index.js",
"scripts": {
"app:build": "yarn config-env && node --max-old-space-size=8192 ./node_modules/webpack/bin/webpack.js --config webpack/prod.config.js",
Expand All @@ -25,8 +25,8 @@
"@energyweb/exchange-irec-client": "0.0.4",
"@energyweb/origin-backend-core": "8.0.2",
"@energyweb/origin-device-registry-irec-form-api-client": "1.0.3",
"@energyweb/origin-ui-core": "1.14.2",
"@energyweb/origin-ui-irec-core": "0.2.1",
"@energyweb/origin-ui-core": "1.14.3",
"@energyweb/origin-ui-irec-core": "0.2.2",
"@energyweb/utils-general": "11.0.3",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/origin-ui-core/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.14.3](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-31)

**Note:** Version bump only for package @energyweb/origin-ui-core





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

**Note:** Version bump only for package @energyweb/origin-ui-core
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/origin-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-ui-core",
"version": "1.14.2",
"version": "1.14.3",
"main": "dist/src/index.js",
"scripts": {
"app:build": "yarn config-env && node --max-old-space-size=8192 ./node_modules/.bin/webpack --config webpack/prod.config.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/origin-ui-irec-core/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.2.2](https://github.com/energywebfoundation/origin/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-08-31)

**Note:** Version bump only for package @energyweb/origin-ui-irec-core





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

**Note:** Version bump only for package @energyweb/origin-ui-irec-core
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/origin-ui-irec-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energyweb/origin-ui-irec-core",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/src/index.js",
"scripts": {
"build": "yarn build:static && yarn build:ts",
Expand All @@ -21,7 +21,7 @@
"@energyweb/origin-backend-core": "8.0.2",
"@energyweb/origin-device-registry-api-client": "0.0.4",
"@energyweb/origin-device-registry-irec-local-api-client": "0.2.0",
"@energyweb/origin-ui-core": "1.14.2",
"@energyweb/origin-ui-core": "1.14.3",
"@energyweb/utils-general": "11.0.3",
"@hookform/resolvers": "1.3.7",
"@material-ui/core": "4.11.4",
Expand Down

0 comments on commit 6fbdb6a

Please sign in to comment.