-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish /skip-deploy
- @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - [email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected]
- Loading branch information
1 parent
15a5f27
commit df8152a
Showing
120 changed files
with
1,363 additions
and
288 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
packages/api-clients/react-query/exchange-irec/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **exchange-irec-react-query-client:** create package ([967ff5f](https://github.com/energywebfoundation/origin/commit/967ff5f8062b7a71e7de5d3def69ae4bea50c658)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/exchange-irec-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library interacting with the I-REC Exchange", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/exchange-irec#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -27,20 +27,20 @@ | |
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@energyweb/exchange": "1.10.0", | ||
"@energyweb/exchange-irec": "1.0.3", | ||
"@energyweb/exchange": "1.11.0", | ||
"@energyweb/exchange-irec": "1.0.4", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"barrelsby": "2.2.0", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **exchange-react-query-client:** create package ([20f70c8](https://github.com/energywebfoundation/origin/commit/20f70c88ed7f22b23ad7ad64cffae7ac5102a28b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/exchange-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library for interacting with the Exchange", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/exchange#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -27,19 +27,19 @@ | |
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@energyweb/exchange": "1.10.0", | ||
"@energyweb/exchange": "1.11.0", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"barrelsby": "2.2.0", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
16 changes: 16 additions & 0 deletions
16
packages/api-clients/react-query/issuer-irec-api/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **issuer-irec-api-react-query-client:** create package ([47fa9c9](https://github.com/energywebfoundation/origin/commit/47fa9c9073593e6d0e30007ecfb3ec45ce0ecce9)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/issuer-irec-api-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library interacting with the Issuer IREC API", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/issuer-irec-api#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -27,19 +27,19 @@ | |
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@energyweb/issuer-irec-api": "0.2.0", | ||
"@energyweb/issuer-irec-api": "0.3.0", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"barrelsby": "2.2.0", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
17 changes: 17 additions & 0 deletions
17
packages/api-clients/react-query/origin-backend/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
* **origin-backend-react-query-client:** adjust postGeneration script to latest version of orval ([6ee459c](https://github.com/energywebfoundation/origin/commit/6ee459c560197bf1a918cc3748f2d9c35aa62e46)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-backend-react-query-client:** create package ([816f326](https://github.com/energywebfoundation/origin/commit/816f326f3e022b863cabeeaf642f2c5b10d654a1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/origin-backend-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library interacting with the Origin Backend", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/origin-backend#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -28,20 +28,20 @@ | |
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@energyweb/origin-backend": "11.0.0", | ||
"@energyweb/origin-backend": "11.0.1", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"barrelsby": "2.2.0", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"typeorm": "0.2.34", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typeorm": "0.2.34", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
16 changes: 16 additions & 0 deletions
16
packages/api-clients/react-query/origin-device-registry-api/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-device-registry-api-react-query-client:** create package ([af4f209](https://github.com/energywebfoundation/origin/commit/af4f209f45e7aaa494a5083f247fdc997e925d4a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/origin-device-registry-api-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library interacting with the Origin Device Registry", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/origin-device-registry-api#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -27,22 +27,22 @@ | |
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@energyweb/origin-device-registry-api": "0.2.0", | ||
"@energyweb/origin-device-registry-api": "0.2.1", | ||
"@nestjs/passport": "7.1.6", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/chai": "4.2.15", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"mocha": "9.1.1", | ||
"@types/chai": "4.2.15", | ||
"barrelsby": "2.2.0", | ||
"chai": "4.3.0", | ||
"@nestjs/passport": "7.1.6", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
16 changes: 16 additions & 0 deletions
16
...ages/api-clients/react-query/origin-device-registry-irec-local-api/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-device-registry-irec-local-api-react-query-client:** create package ([b8f49cc](https://github.com/energywebfoundation/origin/commit/b8f49cc4741c6bf2a899cfe272aae498d0f2b8c3)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/origin-device-registry-irec-local-api-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library interacting with the Origin I-REC Device Registry", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/origin-device-registry-irec-local-api#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -27,21 +27,21 @@ | |
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@energyweb/origin-device-registry-irec-local-api": "0.3.0", | ||
"@energyweb/origin-organization-irec-api": "1.5.0", | ||
"@energyweb/origin-device-registry-irec-local-api": "0.4.0", | ||
"@energyweb/origin-organization-irec-api": "1.6.0", | ||
"@nestjs/passport": "7.1.6", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"barrelsby": "2.2.0", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"@nestjs/passport": "7.1.6", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
16 changes: 16 additions & 0 deletions
16
packages/api-clients/react-query/origin-energy-api/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-energy-api-react-query-client:** create package ([2300dc9](https://github.com/energywebfoundation/origin/commit/2300dc97e8cc140b8b9fe8eeea106c4bcf3fc4ad)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@energyweb/origin-energy-api-react-query-client", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "React Query Client library interacting with the Energy API", | ||
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/api-clients/react-query/origin-energy-api#readme", | ||
"author": "EnergyWeb DevHub GmbH; Artur Sudnik Hrynkiewicz, [email protected]", | ||
|
@@ -23,24 +23,24 @@ | |
"client:clean": "rm -rf src/client src/schema.yaml" | ||
}, | ||
"dependencies": { | ||
"@energyweb/origin-energy-api": "1.0.3", | ||
"@energyweb/origin-energy-api": "1.0.4", | ||
"axios": "0.21.4", | ||
"react-query": "3.23.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.4.3", | ||
"@nestjs/passport": "7.1.6", | ||
"@nestjs/swagger": "4.8.2", | ||
"@nestjs/testing": "7.6.18", | ||
"@nestjs/typeorm": "7.1.5", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "14.17.15", | ||
"barrelsby": "2.2.0", | ||
"json-to-pretty-yaml": "1.2.2", | ||
"mocha": "9.1.1", | ||
"@nestjs/passport": "7.1.6", | ||
"orval": "5.5.9", | ||
"barrelsby": "2.2.0" | ||
"prettier": "2.4.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.4.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
16 changes: 16 additions & 0 deletions
16
packages/api-clients/react-query/origin-organization-irec-api/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2021-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency axios to v0.21.4 ([6141657](https://github.com/energywebfoundation/origin/commit/6141657651a0212d45a6d09511916d4a247aeb25)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-organization-irec-api-react-query-client:** create package ([18daa74](https://github.com/energywebfoundation/origin/commit/18daa7471ccc961632fe710c4de2449464bf3a39)) |
Oops, something went wrong.