Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: orbit-essentials 0.0.2-alpha.6

- project: control-panel 0.0.2-alpha.7

- project: control-panel-api 0.0.2-alpha.4

- project: upgrader 0.0.2-alpha.5

- project: station 0.0.2-alpha.8

- project: upgrader-api 0.0.2-alpha.6

- project: station-api 0.0.2-alpha.7

- project: wallet-dapp 0.0.2-alpha.11

- project: dfx-orbit 0.6.0
  • Loading branch information
keplervital committed Oct 22, 2024
1 parent 133a71e commit 193448a
Show file tree
Hide file tree
Showing 24 changed files with 598 additions and 47 deletions.
220 changes: 215 additions & 5 deletions .release.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions apps/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## 0.0.2-alpha.11 (2024-10-22)


### 🚀 Features

- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))

- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))

- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))

- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))

- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))

- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))

- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))

- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))

- **station:** init with default external canisters policies ([#393](https://github.com/dfinity/orbit/pull/393))


### 🩹 Fixes

- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))


### ❤️ Thank You

- Kepler Vital
- Leon Tan
- mraszyk @mraszyk

## 0.0.2-alpha.10 (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wallet-dapp",
"private": true,
"version": "0.0.2-alpha.10",
"version": "0.0.2-alpha.11",
"type": "module",
"repository": {
"type": "git",
Expand Down
9 changes: 7 additions & 2 deletions apps/wallet/public/compat.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"__important__": "This file is automatically generated by the build process. Do not modify it manually.",
"version": "0.0.2-alpha.10",
"version": "0.0.2-alpha.11",
"api": {
"latest": "0.0.2-alpha.7",
"latest": "0.0.2-alpha.8",
"compatibility": {
"0.0.2-alpha.8": {
"ui": [
"0.0.2-alpha.11"
]
},
"0.0.2-alpha.7": {
"ui": [
"0.0.2-alpha.10"
Expand Down
66 changes: 66 additions & 0 deletions core/control-panel/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
## 0.0.2-alpha.4 (2024-10-22)


### 🚀 Features

- **station:** disaster recovery MVP ([#271](https://github.com/dfinity/orbit/pull/271))

- **cli:** helper cli commands to interact with the control-panel registry ([#289](https://github.com/dfinity/orbit/pull/289))

- **wallet:** Always lowercase ICP Ledger addresses ([#292](https://github.com/dfinity/orbit/pull/292))

- **ci:** Require scope in PR title ([#288](https://github.com/dfinity/orbit/pull/288))

- **wallet:** remove unsafe-eval csp by bumping the agent ([#299](https://github.com/dfinity/orbit/pull/299))

- **dfx-orbit:** Initial dfx-orbit tool ([#303](https://github.com/dfinity/orbit/pull/303))

- **dfx-orbit:** Version 0.2 ([#308](https://github.com/dfinity/orbit/pull/308))

- **station:** mint cycles to top up station ([#307](https://github.com/dfinity/orbit/pull/307))

- **station:** optimized repository lookups ([#319](https://github.com/dfinity/orbit/pull/319))

- **station:** notify failed station upgrade ([#331](https://github.com/dfinity/orbit/pull/331))

- **dfx-orbit:** dfx-orbitv0.3 ([#318](https://github.com/dfinity/orbit/pull/318))

- **dfx-orbit:** dfx-orbit version 0.4 ([#337](https://github.com/dfinity/orbit/pull/337))

- **station,upgrader:** support large station and upgrader wasm ([#353](https://github.com/dfinity/orbit/pull/353))

- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))

- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))

- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))

- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))

- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))

- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))

- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))


### 🩹 Fixes

- **station:** requests are visible to users with approval rights ([#322](https://github.com/dfinity/orbit/pull/322))

- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))


### 🧱 Updated Dependencies

- Updated orbit-essentials to 0.0.2-alpha.6


### ❤️ Thank You

- Kepler Vital
- Leon Tan
- Max @bitdivine
- mraszyk @mraszyk
- olaszakos

## 0.0.2-alpha.3 (2024-06-24)


Expand Down
4 changes: 2 additions & 2 deletions core/control-panel/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[package]
name = 'control-panel-api'
include = ['src', 'Cargo.toml']
version = '0.0.2-alpha.3'
version = '0.0.2-alpha.4'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand All @@ -11,6 +11,6 @@ homepage.workspace = true

[dependencies]
candid = { workspace = true }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.5' }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.6' }
serde = { workspace = true }
serde_bytes = { workspace = true }
38 changes: 38 additions & 0 deletions core/control-panel/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 0.0.2-alpha.7 (2024-10-22)


### 🚀 Features

- **control-panel:** support deploying large station WASM ([#364](https://github.com/dfinity/orbit/pull/364))

- **control-panel:** support large WASM in registry ([#365](https://github.com/dfinity/orbit/pull/365))

- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))

- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))

- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))

- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))

- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))


### 🩹 Fixes

- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))


### 🧱 Updated Dependencies

- Updated orbit-essentials to 0.0.2-alpha.6
- Updated control-panel-api to 0.0.2-alpha.4
- Updated station-api to 0.0.2-alpha.7


### ❤️ Thank You

- Kepler Vital
- Leon Tan
- mraszyk @mraszyk

## 0.0.2-alpha.6 (2024-10-02)


Expand Down
8 changes: 4 additions & 4 deletions core/control-panel/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[package]
name = 'control-panel'
include = ['src', 'Cargo.toml']
version = '0.0.2-alpha.6'
version = '0.0.2-alpha.7'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand All @@ -16,7 +16,7 @@ bench = false
[dependencies]
candid = { workspace = true }
canfund = { workspace = true }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.5' }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.6' }
hex = { workspace = true }
ic-cdk = { workspace = true }
ic-cdk-macros = { workspace = true }
Expand All @@ -28,8 +28,8 @@ serde_json = { workspace = true }
serde_cbor = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true, features = ['serde', 'v4'] }
control-panel-api = { path = '../api', version = '0.0.2-alpha.3' }
station-api = { path = '../../station/api', version = '0.0.2-alpha.6' }
control-panel-api = { path = '../api', version = '0.0.2-alpha.4' }
station-api = { path = '../../station/api', version = '0.0.2-alpha.7' }
semver = { workspace = true }
email_address = '0.2.4'

Expand Down
32 changes: 32 additions & 0 deletions core/station/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 0.0.2-alpha.7 (2024-10-22)


### 🚀 Features

- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))

- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))

- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))

- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))

- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))


### 🩹 Fixes

- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))


### 🧱 Updated Dependencies

- Updated orbit-essentials to 0.0.2-alpha.6


### ❤️ Thank You

- Kepler Vital
- Leon Tan
- mraszyk @mraszyk

## 0.0.2-alpha.6 (2024-10-02)


Expand Down
4 changes: 2 additions & 2 deletions core/station/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[package]
name = 'station-api'
include = ['src', 'Cargo.toml']
version = '0.0.2-alpha.6'
version = '0.0.2-alpha.7'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand All @@ -11,6 +11,6 @@ homepage.workspace = true

[dependencies]
candid = { workspace = true }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.5' }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.6' }
serde = { workspace = true }
serde_bytes = { workspace = true }
40 changes: 40 additions & 0 deletions core/station/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## 0.0.2-alpha.8 (2024-10-22)


### 🚀 Features

- **dfx-orbit:** dfx-orbit version 0.5.0 ([#370](https://github.com/dfinity/orbit/pull/370))

- **control-panel:** allow deploying station to subnet of choice ([#372](https://github.com/dfinity/orbit/pull/372))

- **dfx-orbit:** support installing canisters with large WASM ([#380](https://github.com/dfinity/orbit/pull/380))

- **station:** add canister execution method and validation pair edit variant ([#381](https://github.com/dfinity/orbit/pull/381))

- **station:** allow external canister creation on subnet of choice ([#383](https://github.com/dfinity/orbit/pull/383))

- **wallet:** add external canister method call ui ([#385](https://github.com/dfinity/orbit/pull/385))

- **station:** init with default external canisters policies ([#393](https://github.com/dfinity/orbit/pull/393))

- **station:** enable native settings change of a non managed canister ([#396](https://github.com/dfinity/orbit/pull/396))


### 🩹 Fixes

- **release:** workaround nx bug in release script ([#375](https://github.com/dfinity/orbit/pull/375))


### 🧱 Updated Dependencies

- Updated orbit-essentials to 0.0.2-alpha.6
- Updated upgrader-api to 0.0.2-alpha.6
- Updated station-api to 0.0.2-alpha.7


### ❤️ Thank You

- Kepler Vital
- Leon Tan
- mraszyk @mraszyk

## 0.0.2-alpha.7 (2024-10-02)


Expand Down
Loading

0 comments on commit 193448a

Please sign in to comment.