-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
23 additions
and
217 deletions.
There are no files selected for viewing
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,230 +1,20 @@ | ||
{ | ||
"__important__": "DO NOT MODIFY THIS FILE. This file is automatically generated.", | ||
"versions": { | ||
"orbit-essentials-macros": { | ||
"currentVersion": "0.0.2-alpha.3", | ||
"dependentProjects": [ | ||
{ | ||
"source": "orbit-essentials", | ||
"target": "orbit-essentials-macros", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": null | ||
}, | ||
"orbit-essentials": { | ||
"currentVersion": "0.0.2-alpha.5", | ||
"dependentProjects": [ | ||
{ | ||
"source": "control-panel", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "control-panel-api", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "upgrader", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "station", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "upgrader-api", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "station-api", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "dfx-orbit", | ||
"target": "orbit-essentials", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": "0.0.2-alpha.6" | ||
}, | ||
"control-panel": { | ||
"currentVersion": "0.0.2-alpha.6", | ||
"dependentProjects": [], | ||
"newVersion": "0.0.2-alpha.7" | ||
}, | ||
"control-panel-api": { | ||
"currentVersion": "0.0.2-alpha.3", | ||
"dependentProjects": [ | ||
{ | ||
"source": "control-panel", | ||
"target": "control-panel-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": "0.0.2-alpha.4" | ||
}, | ||
"upgrader": { | ||
"currentVersion": "0.0.2-alpha.4", | ||
"dependentProjects": [], | ||
"newVersion": "0.0.2-alpha.5" | ||
}, | ||
"station": { | ||
"currentVersion": "0.0.2-alpha.7", | ||
"dependentProjects": [], | ||
"newVersion": "0.0.2-alpha.8" | ||
}, | ||
"upgrader-api": { | ||
"currentVersion": "0.0.2-alpha.5", | ||
"dependentProjects": [ | ||
{ | ||
"source": "upgrader", | ||
"target": "upgrader-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "station", | ||
"target": "upgrader-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": "0.0.2-alpha.6" | ||
}, | ||
"station-api": { | ||
"currentVersion": "0.0.2-alpha.6", | ||
"dependentProjects": [ | ||
{ | ||
"source": "control-panel", | ||
"target": "station-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "upgrader", | ||
"target": "station-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "station", | ||
"target": "station-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "upgrader-api", | ||
"target": "station-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "dfx-orbit", | ||
"target": "station-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": "0.0.2-alpha.7" | ||
}, | ||
"dfx-orbit": { | ||
"currentVersion": "0.5.0", | ||
"dependentProjects": [], | ||
"newVersion": "0.6.0" | ||
}, | ||
"wallet-dapp": { | ||
"currentVersion": "0.0.2-alpha.10", | ||
"newVersion": "0.0.2-alpha.11", | ||
"currentVersion": "0.0.2-alpha.11", | ||
"newVersion": "0.0.2-alpha.12", | ||
"dependentProjects": [] | ||
} | ||
}, | ||
"changes": { | ||
"orbit-essentials": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.6", | ||
"gitTag": "@orbit/orbit-essentials-v0.0.2-alpha.6", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.6 (2024-10-22)\n\n\n### 🚀 Features\n\n- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))\n\n- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n- **orbit-essentials:** prefix wasm chunk hashes with slash in asset canister ([#391](https://github.com/dfinity/orbit/pull/391))\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"control-panel": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.7", | ||
"gitTag": "@orbit/control-panel-v0.0.2-alpha.7", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.7 (2024-10-22)\n\n\n### 🚀 Features\n\n- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))\n\n- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n- Updated control-panel-api to 0.0.2-alpha.4\n- Updated station-api to 0.0.2-alpha.7\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"control-panel-api": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.4", | ||
"gitTag": "@orbit/control-panel-api-v0.0.2-alpha.4", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.4 (2024-10-22)\n\n\n### 🚀 Features\n\n- **station:** disaster recovery MVP ([#271](https://github.com/dfinity/orbit/pull/271))\n\n- **cli:** helper cli commands to interact with the control-panel registry ([#289](https://github.com/dfinity/orbit/pull/289))\n\n- **wallet:** Always lowercase ICP Ledger addresses ([#292](https://github.com/dfinity/orbit/pull/292))\n\n- **ci:** Require scope in PR title ([#288](https://github.com/dfinity/orbit/pull/288))\n\n- **wallet:** remove unsafe-eval csp by bumping the agent ([#299](https://github.com/dfinity/orbit/pull/299))\n\n- **dfx-orbit:** Initial dfx-orbit tool ([#303](https://github.com/dfinity/orbit/pull/303))\n\n- **dfx-orbit:** Version 0.2 ([#308](https://github.com/dfinity/orbit/pull/308))\n\n- **station:** mint cycles to top up station ([#307](https://github.com/dfinity/orbit/pull/307))\n\n- **station:** optimized repository lookups ([#319](https://github.com/dfinity/orbit/pull/319))\n\n- **station:** notify failed station upgrade ([#331](https://github.com/dfinity/orbit/pull/331))\n\n- **dfx-orbit:** dfx-orbitv0.3 ([#318](https://github.com/dfinity/orbit/pull/318))\n\n- **dfx-orbit:** dfx-orbit version 0.4 ([#337](https://github.com/dfinity/orbit/pull/337))\n\n- **station,upgrader:** support large station and upgrader wasm ([#353](https://github.com/dfinity/orbit/pull/353))\n\n- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))\n\n- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **station:** requests are visible to users with approval rights ([#322](https://github.com/dfinity/orbit/pull/322))\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- Max @bitdivine\n- mraszyk @mraszyk\n- olaszakos" | ||
}, | ||
"upgrader": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.5", | ||
"gitTag": "@orbit/upgrader-v0.0.2-alpha.5", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.5 (2024-10-22)\n\n\n### 🚀 Features\n\n- **upgrader:** set target canister's compute allocation if failed to stop ([#369](https://github.com/dfinity/orbit/pull/369))\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **upgrader:** large WASM support in disaster recovery ([#382](https://github.com/dfinity/orbit/pull/382))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n- Updated upgrader-api to 0.0.2-alpha.6\n- Updated station-api to 0.0.2-alpha.7\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"station": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.8", | ||
"gitTag": "@orbit/station-v0.0.2-alpha.8", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.8 (2024-10-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))\n\n- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n- **station:** init with default external canisters policies ([#393](https://github.com/dfinity/orbit/pull/393))\n\n- **station:** enable native settings change of a non managed canister ([#396](https://github.com/dfinity/orbit/pull/396))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n- Updated upgrader-api to 0.0.2-alpha.6\n- Updated station-api to 0.0.2-alpha.7\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"upgrader-api": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.6", | ||
"gitTag": "@orbit/upgrader-api-v0.0.2-alpha.6", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.6 (2024-10-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **upgrader:** large WASM support in disaster recovery ([#382](https://github.com/dfinity/orbit/pull/382))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n- Updated station-api to 0.0.2-alpha.7\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"station-api": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.7", | ||
"gitTag": "@orbit/station-api-v0.0.2-alpha.7", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.7 (2024-10-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))\n\n- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"wallet-dapp": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.11", | ||
"gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.11", | ||
"rawVersion": "0.0.2-alpha.12", | ||
"gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.12", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.11 (2024-10-22)\n\n\n### 🚀 Features\n\n- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))\n\n- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))\n\n- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))\n\n- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))\n\n- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n- **station:** init with default external canisters policies ([#393](https://github.com/dfinity/orbit/pull/393))\n\n\n### 🩹 Fixes\n\n- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- mraszyk @mraszyk" | ||
}, | ||
"dfx-orbit": { | ||
"releaseVersion": { | ||
"rawVersion": "0.6.0", | ||
"gitTag": "@orbit/dfx-orbit-v0.6.0", | ||
"isPrerelease": false | ||
}, | ||
"contents": "## 0.6.0 (2024-10-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))\n\n- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))\n\n- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))\n\n\n### 🩹 Fixes\n\n- **orbit-essentials:** prefix wasm chunk hashes with slash in asset canister ([#391](https://github.com/dfinity/orbit/pull/391))\n\n\n### 🧱 Updated Dependencies\n\n- Updated orbit-essentials to 0.0.2-alpha.6\n- Updated station-api to 0.0.2-alpha.7\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- mraszyk @mraszyk" | ||
"contents": "## 0.0.2-alpha.12 (2024-10-25)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403))\n\n- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402))\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan" | ||
} | ||
} | ||
} |
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
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
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