From b1fb0b1142e215fb3052ba47640ba9fe61fb4de4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:08:34 +0000 Subject: [PATCH] chore(release): publish /skip-deploy - @energyweb/origin-backend-app@1.5.3 - @energyweb/origin-ui@2.6.1 - @energyweb/migrations@3.2.7 - @energyweb/exchange-ui-core@1.4.2 - @energyweb/origin-ui-core@1.14.2 - @energyweb/origin-ui-irec-core@0.2.1 --- packages/apps/origin-backend-app/CHANGELOG.md | 11 +++++++++++ packages/apps/origin-backend-app/package.json | 2 +- packages/apps/origin-ui/CHANGELOG.md | 8 ++++++++ packages/apps/origin-ui/package.json | 8 ++++---- packages/tools/migrations/CHANGELOG.md | 11 +++++++++++ packages/tools/migrations/package.json | 4 ++-- packages/ui/exchange-ui-core/CHANGELOG.md | 8 ++++++++ packages/ui/exchange-ui-core/package.json | 6 +++--- packages/ui/origin-ui-core/CHANGELOG.md | 8 ++++++++ packages/ui/origin-ui-core/package.json | 2 +- packages/ui/origin-ui-irec-core/CHANGELOG.md | 8 ++++++++ packages/ui/origin-ui-irec-core/package.json | 4 ++-- 12 files changed, 67 insertions(+), 13 deletions(-) diff --git a/packages/apps/origin-backend-app/CHANGELOG.md b/packages/apps/origin-backend-app/CHANGELOG.md index 8c6e6311fa..0fc2e8fb0b 100644 --- a/packages/apps/origin-backend-app/CHANGELOG.md +++ b/packages/apps/origin-backend-app/CHANGELOG.md @@ -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.3](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-backend-app@1.5.2...@energyweb/origin-backend-app@1.5.3) (2021-08-30) + + +### Bug Fixes + +* **migrations:** stable dockerfile fix ([fc981aa](https://github.com/energywebfoundation/origin/commit/fc981aa0d9f752e74a4de156c53a6bba3dfcfd1f)) + + + + + ## [1.5.2](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-backend-app@1.5.1...@energyweb/origin-backend-app@1.5.2) (2021-08-30) diff --git a/packages/apps/origin-backend-app/package.json b/packages/apps/origin-backend-app/package.json index 1bd71b585e..899e802816 100644 --- a/packages/apps/origin-backend-app/package.json +++ b/packages/apps/origin-backend-app/package.json @@ -1,6 +1,6 @@ { "name": "@energyweb/origin-backend-app", - "version": "1.5.2", + "version": "1.5.3", "description": "This is a bootstrap project for Origin API", "main": "dist/js/index.js", "scripts": { diff --git a/packages/apps/origin-ui/CHANGELOG.md b/packages/apps/origin-ui/CHANGELOG.md index f7b87889f5..be84f5a47b 100644 --- a/packages/apps/origin-ui/CHANGELOG.md +++ b/packages/apps/origin-ui/CHANGELOG.md @@ -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.1](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-ui@2.6.0...@energyweb/origin-ui@2.6.1) (2021-08-30) + +**Note:** Version bump only for package @energyweb/origin-ui + + + + + # [2.6.0](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-ui@2.5.0...@energyweb/origin-ui@2.6.0) (2021-08-30) diff --git a/packages/apps/origin-ui/package.json b/packages/apps/origin-ui/package.json index 588cf12543..2b146ba9cb 100644 --- a/packages/apps/origin-ui/package.json +++ b/packages/apps/origin-ui/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@energyweb/origin-ui", - "version": "2.6.0", + "version": "2.6.1", "scripts": { "build": "yarn build:full", "build:ts": "tsc -b tsconfig.json", @@ -22,11 +22,11 @@ }, "dependencies": { "@date-io/moment": "1.3.13", - "@energyweb/exchange-ui-core": "1.4.1", + "@energyweb/exchange-ui-core": "1.4.2", "@energyweb/localization": "0.15.0", "@energyweb/origin-backend-core": "8.0.2", - "@energyweb/origin-ui-core": "1.14.1", - "@energyweb/origin-ui-irec-core": "0.2.0", + "@energyweb/origin-ui-core": "1.14.2", + "@energyweb/origin-ui-irec-core": "0.2.1", "@energyweb/utils-general": "11.0.3", "@material-ui/core": "4.11.4", "@material-ui/icons": "4.11.2", diff --git a/packages/tools/migrations/CHANGELOG.md b/packages/tools/migrations/CHANGELOG.md index d3f35aa1c4..610848957a 100644 --- a/packages/tools/migrations/CHANGELOG.md +++ b/packages/tools/migrations/CHANGELOG.md @@ -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.7](https://github.com/energywebfoundation/origin/compare/@energyweb/migrations@3.2.6...@energyweb/migrations@3.2.7) (2021-08-30) + + +### Bug Fixes + +* **migrations:** stable dockerfile fix ([fc981aa](https://github.com/energywebfoundation/origin/commit/fc981aa0d9f752e74a4de156c53a6bba3dfcfd1f)) + + + + + ## [3.2.6](https://github.com/energywebfoundation/origin/compare/@energyweb/migrations@3.2.5...@energyweb/migrations@3.2.6) (2021-08-30) diff --git a/packages/tools/migrations/package.json b/packages/tools/migrations/package.json index ae49265e95..5e1a28d84c 100644 --- a/packages/tools/migrations/package.json +++ b/packages/tools/migrations/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/energywebfoundation/origin/issues" }, - "version": "3.2.6", + "version": "3.2.7", "main": "dist/js/main.js", "bin": { "origin-migrations": "./bin/migrations" @@ -33,7 +33,7 @@ "types": "dist/js/index.d.ts", "dependencies": { "@energyweb/issuer": "4.0.0", - "@energyweb/origin-backend-app": "1.5.2", + "@energyweb/origin-backend-app": "1.5.3", "@energyweb/origin-backend-core": "8.0.2", "@energyweb/utils-general": "11.0.3", "@types/pg": "8.6.1", diff --git a/packages/ui/exchange-ui-core/CHANGELOG.md b/packages/ui/exchange-ui-core/CHANGELOG.md index cc90bff6b4..ada2acb8a5 100644 --- a/packages/ui/exchange-ui-core/CHANGELOG.md +++ b/packages/ui/exchange-ui-core/CHANGELOG.md @@ -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.2](https://github.com/energywebfoundation/origin/compare/@energyweb/exchange-ui-core@1.4.1...@energyweb/exchange-ui-core@1.4.2) (2021-08-30) + +**Note:** Version bump only for package @energyweb/exchange-ui-core + + + + + ## [1.4.1](https://github.com/energywebfoundation/origin/compare/@energyweb/exchange-ui-core@1.4.0...@energyweb/exchange-ui-core@1.4.1) (2021-08-30) diff --git a/packages/ui/exchange-ui-core/package.json b/packages/ui/exchange-ui-core/package.json index e0ab8b0556..10802f6013 100644 --- a/packages/ui/exchange-ui-core/package.json +++ b/packages/ui/exchange-ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@energyweb/exchange-ui-core", - "version": "1.4.1", + "version": "1.4.2", "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", @@ -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.1", - "@energyweb/origin-ui-irec-core": "0.2.0", + "@energyweb/origin-ui-core": "1.14.2", + "@energyweb/origin-ui-irec-core": "0.2.1", "@energyweb/utils-general": "11.0.3", "@material-ui/core": "4.11.4", "@material-ui/icons": "4.11.2", diff --git a/packages/ui/origin-ui-core/CHANGELOG.md b/packages/ui/origin-ui-core/CHANGELOG.md index d8d50a5f19..5ae4a330ee 100644 --- a/packages/ui/origin-ui-core/CHANGELOG.md +++ b/packages/ui/origin-ui-core/CHANGELOG.md @@ -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.2](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-ui-core@1.14.1...@energyweb/origin-ui-core@1.14.2) (2021-08-30) + +**Note:** Version bump only for package @energyweb/origin-ui-core + + + + + ## [1.14.1](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-ui-core@1.14.0...@energyweb/origin-ui-core@1.14.1) (2021-08-30) diff --git a/packages/ui/origin-ui-core/package.json b/packages/ui/origin-ui-core/package.json index e5f69c5a1e..93779bd46c 100644 --- a/packages/ui/origin-ui-core/package.json +++ b/packages/ui/origin-ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@energyweb/origin-ui-core", - "version": "1.14.1", + "version": "1.14.2", "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", diff --git a/packages/ui/origin-ui-irec-core/CHANGELOG.md b/packages/ui/origin-ui-irec-core/CHANGELOG.md index f1471cb466..a2a4ad6813 100644 --- a/packages/ui/origin-ui-irec-core/CHANGELOG.md +++ b/packages/ui/origin-ui-irec-core/CHANGELOG.md @@ -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.1](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-ui-irec-core@0.2.0...@energyweb/origin-ui-irec-core@0.2.1) (2021-08-30) + +**Note:** Version bump only for package @energyweb/origin-ui-irec-core + + + + + # [0.2.0](https://github.com/energywebfoundation/origin/compare/@energyweb/origin-ui-irec-core@0.1.0...@energyweb/origin-ui-irec-core@0.2.0) (2021-08-30) diff --git a/packages/ui/origin-ui-irec-core/package.json b/packages/ui/origin-ui-irec-core/package.json index 28aa643499..ab00be550d 100644 --- a/packages/ui/origin-ui-irec-core/package.json +++ b/packages/ui/origin-ui-irec-core/package.json @@ -1,6 +1,6 @@ { "name": "@energyweb/origin-ui-irec-core", - "version": "0.2.0", + "version": "0.2.1", "main": "dist/src/index.js", "scripts": { "build": "yarn build:static && yarn build:ts", @@ -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.1", + "@energyweb/origin-ui-core": "1.14.2", "@energyweb/utils-general": "11.0.3", "@hookform/resolvers": "1.3.7", "@material-ui/core": "4.11.4",