-
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.
- project: control-panel 0.0.2-alpha.8 - project: upgrader 0.0.2-alpha.6 - project: station 0.0.2-alpha.9 - project: station-api 0.0.2-alpha.8 - project: wallet-dapp 0.0.2-alpha.14 - project: dfx-orbit 0.7.0
- Loading branch information
1 parent
a02f95f
commit 6e43b62
Showing
17 changed files
with
377 additions
and
25 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,20 +1,206 @@ | ||
{ | ||
"__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.6", | ||
"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": null | ||
}, | ||
"control-panel": { | ||
"currentVersion": "0.0.2-alpha.7", | ||
"dependentProjects": [], | ||
"newVersion": "0.0.2-alpha.8" | ||
}, | ||
"control-panel-api": { | ||
"currentVersion": "0.0.2-alpha.4", | ||
"dependentProjects": [ | ||
{ | ||
"source": "control-panel", | ||
"target": "control-panel-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": null | ||
}, | ||
"upgrader": { | ||
"currentVersion": "0.0.2-alpha.5", | ||
"dependentProjects": [], | ||
"newVersion": "0.0.2-alpha.6" | ||
}, | ||
"station": { | ||
"currentVersion": "0.0.2-alpha.8", | ||
"dependentProjects": [], | ||
"newVersion": "0.0.2-alpha.9" | ||
}, | ||
"upgrader-api": { | ||
"currentVersion": "0.0.2-alpha.6", | ||
"dependentProjects": [ | ||
{ | ||
"source": "upgrader", | ||
"target": "upgrader-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
}, | ||
{ | ||
"source": "station", | ||
"target": "upgrader-api", | ||
"type": "static", | ||
"dependencyCollection": "dependencies" | ||
} | ||
], | ||
"newVersion": null | ||
}, | ||
"station-api": { | ||
"currentVersion": "0.0.2-alpha.7", | ||
"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.8" | ||
}, | ||
"dfx-orbit": { | ||
"currentVersion": "0.6.0", | ||
"dependentProjects": [], | ||
"newVersion": "0.7.0" | ||
}, | ||
"wallet-dapp": { | ||
"currentVersion": "0.0.2-alpha.12", | ||
"newVersion": "0.0.2-alpha.13", | ||
"currentVersion": "0.0.2-alpha.13", | ||
"newVersion": "0.0.2-alpha.14", | ||
"dependentProjects": [] | ||
} | ||
}, | ||
"changes": { | ||
"control-panel": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.8", | ||
"gitTag": "@orbit/control-panel-v0.0.2-alpha.8", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.8 (2024-11-22)\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- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **enable:** wallet ui accepts wasm chunk store from registry ([#433](https://github.com/dfinity/orbit/pull/433))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan" | ||
}, | ||
"upgrader": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.6", | ||
"gitTag": "@orbit/upgrader-v0.0.2-alpha.6", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.6 (2024-11-22)\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- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n\n### 🩹 Fixes\n\n- **upgrader:** relax disaster recovery query restrictions ([#428](https://github.com/dfinity/orbit/pull/428))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" | ||
}, | ||
"station": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.9", | ||
"gitTag": "@orbit/station-v0.0.2-alpha.9", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.9 (2024-11-22)\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- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" | ||
}, | ||
"station-api": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.8", | ||
"gitTag": "@orbit/station-api-v0.0.2-alpha.8", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.8 (2024-11-22)\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- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426))\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" | ||
}, | ||
"wallet-dapp": { | ||
"releaseVersion": { | ||
"rawVersion": "0.0.2-alpha.13", | ||
"gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.13", | ||
"rawVersion": "0.0.2-alpha.14", | ||
"gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.14", | ||
"isPrerelease": true | ||
}, | ||
"contents": "## 0.0.2-alpha.13 (2024-10-28)\n\n\n### 🚀 Features\n\n- **wallet:** enable webassembly loading ([#409](https://github.com/dfinity/orbit/pull/409))\n\n\n### ❤️ Thank You\n\n- Kepler Vital" | ||
"contents": "## 0.0.2-alpha.14 (2024-11-22)\n\n\n### 🚀 Features\n\n- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426))\n\n- **enable:** wallet ui accepts wasm chunk store from registry ([#433](https://github.com/dfinity/orbit/pull/433))\n\n- **wallet:** add close btn to error dialog ([#434](https://github.com/dfinity/orbit/pull/434))\n\n\n### 🩹 Fixes\n\n- **station:** add missing metadata field from UI ([#427](https://github.com/dfinity/orbit/pull/427))\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- Kepler Vital\n- olaszakos" | ||
}, | ||
"dfx-orbit": { | ||
"releaseVersion": { | ||
"rawVersion": "0.7.0", | ||
"gitTag": "@orbit/dfx-orbit-v0.7.0", | ||
"isPrerelease": false | ||
}, | ||
"contents": "## 0.7.0 (2024-11-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Enable controller management through Orbit ([#395](https://github.com/dfinity/orbit/pull/395))\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- **dfx-orbit:** Implement station file option ([#406](https://github.com/dfinity/orbit/pull/406))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n\n### 🩹 Fixes\n\n- **dfx-orbit:** Fix argument parsing and evaluation around dfx-orbit ([#397](https://github.com/dfinity/orbit/pull/397))\n\n- **dfx-orbit:** Check that there is a matching asset upload proposal ([#401](https://github.com/dfinity/orbit/pull/401))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.