Skip to content

Commit 70d0f66

Browse files
authored
chore(release): publish (#636)
- project: station 0.7.0 - project: station-api 0.6.0 - project: wallet-dapp 0.7.0 - project: dfx-orbit 0.11.0
1 parent f262e22 commit 70d0f66

15 files changed

Lines changed: 153 additions & 24 deletions

File tree

.release.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"station": {
8787
"currentVersion": "0.6.0",
8888
"dependentProjects": [],
89-
"newVersion": null
89+
"newVersion": "0.7.0"
9090
},
9191
"upgrader-api": {
9292
"currentVersion": "0.2.0",
@@ -140,21 +140,21 @@
140140
"dependencyCollection": "dependencies"
141141
}
142142
],
143-
"newVersion": null
143+
"newVersion": "0.6.0"
144144
},
145145
"dfx-orbit": {
146146
"currentVersion": "0.10.0",
147147
"dependentProjects": [],
148-
"newVersion": null
148+
"newVersion": "0.11.0"
149149
},
150150
"marketing-dapp": {
151151
"currentVersion": "0.3.0",
152152
"newVersion": null,
153153
"dependentProjects": []
154154
},
155155
"wallet-dapp": {
156-
"currentVersion": "0.6.0",
157-
"newVersion": "0.6.1",
156+
"currentVersion": "0.6.1",
157+
"newVersion": "0.7.0",
158158
"dependentProjects": []
159159
},
160160
"docs-portal": {
@@ -164,13 +164,37 @@
164164
}
165165
},
166166
"changes": {
167+
"station": {
168+
"releaseVersion": {
169+
"rawVersion": "0.7.0",
170+
"gitTag": "@orbit/station-v0.7.0",
171+
"isPrerelease": false
172+
},
173+
"contents": "## 0.7.0 (2026-06-08)\n\n\n### 🚀 Features\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.6.0\n\n\n### ❤️ Thank You\n\n- mraszyk @mraszyk\n- tomer-dfinity"
174+
},
175+
"station-api": {
176+
"releaseVersion": {
177+
"rawVersion": "0.6.0",
178+
"gitTag": "@orbit/station-api-v0.6.0",
179+
"isPrerelease": false
180+
},
181+
"contents": "## 0.6.0 (2026-06-08)\n\n\n### 🚀 Features\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### ❤️ Thank You\n\n- mraszyk @mraszyk\n- tomer-dfinity"
182+
},
167183
"wallet-dapp": {
168184
"releaseVersion": {
169-
"rawVersion": "0.6.1",
170-
"gitTag": "@orbit/wallet-dapp-v0.6.1",
185+
"rawVersion": "0.7.0",
186+
"gitTag": "@orbit/wallet-dapp-v0.7.0",
187+
"isPrerelease": false
188+
},
189+
"contents": "## 0.7.0 (2026-06-08)\n\n\n### 🚀 Features\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### ❤️ Thank You\n\n- mraszyk @mraszyk\n- tomer-dfinity"
190+
},
191+
"dfx-orbit": {
192+
"releaseVersion": {
193+
"rawVersion": "0.11.0",
194+
"gitTag": "@orbit/dfx-orbit-v0.11.0",
171195
"isPrerelease": false
172196
},
173-
"contents": "## 0.6.1 (2025-07-28)\n\n\n### 🩹 Fixes\n\n- **ui:** degraded experience when failed to load system info ([#585](https://github.com/dfinity/orbit/pull/585))\n\n- **wallet:** remove invalid check for new controller input ([#593](https://github.com/dfinity/orbit/pull/593))\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- Kepler Vital"
197+
"contents": "## 0.11.0 (2026-06-08)\n\n\n### 🚀 Features\n\n- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))\n\n- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))\n\n- **station:** configurable station initialization ([#482](https://github.com/dfinity/orbit/pull/482))\n\n- **upgrader:** new endpoint to list station snapshots ([#545](https://github.com/dfinity/orbit/pull/545))\n\n- **station:** update Request::last_modification_timestamp on adding approval ([#576](https://github.com/dfinity/orbit/pull/576))\n\n- **wallet:** DR UI ([#557](https://github.com/dfinity/orbit/pull/557))\n\n- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))\n\n- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))\n\n- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))\n\n\n### 🩹 Fixes\n\n- **CI:** use rustup 1.27.1 for docker build ([#532](https://github.com/dfinity/orbit/pull/532))\n\n- **station:** bump ic-cdk to fix canister_status parsing ([#538](https://github.com/dfinity/orbit/pull/538))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.6.0\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- Kepler Vital\n- mraszyk @mraszyk\n- olaszakos\n- tomer-dfinity"
174198
}
175199
}
176200
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/wallet/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.7.0 (2026-06-08)
2+
3+
4+
### 🚀 Features
5+
6+
- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))
7+
8+
- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))
9+
10+
- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))
11+
12+
13+
### ❤️ Thank You
14+
15+
- mraszyk @mraszyk
16+
- tomer-dfinity
17+
118
## 0.6.1 (2025-07-28)
219

320

apps/wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wallet-dapp",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

apps/wallet/public/compat.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"__important__": "This file is automatically generated by the build process. Do not modify it manually.",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"api": {
5-
"latest": "0.6.0",
5+
"latest": "0.7.0",
66
"compatibility": {
7+
"0.7.0": {
8+
"ui": [
9+
"0.7.0"
10+
]
11+
},
712
"0.6.0": {
813
"ui": [
914
"0.6.1",

core/control-panel/impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_cbor = { workspace = true }
2929
thiserror = { workspace = true }
3030
uuid = { workspace = true, features = ['serde', 'v4'] }
3131
control-panel-api = { path = '../api', version = '0.2.0' }
32-
station-api = { path = '../../station/api', version = '0.5.0' }
32+
station-api = { path = '../../station/api', version = '0.6.0' }
3333
semver = { workspace = true }
3434
email_address = '0.2.4'
3535

core/station/api/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.6.0 (2026-06-08)
2+
3+
4+
### 🚀 Features
5+
6+
- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))
7+
8+
- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))
9+
10+
- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))
11+
12+
13+
### ❤️ Thank You
14+
15+
- mraszyk @mraszyk
16+
- tomer-dfinity
17+
118
## 0.5.0 (2025-06-02)
219

320

core/station/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = 'station-api'
44
include = ['src', 'Cargo.toml']
5-
version = '0.5.0'
5+
version = '0.6.0'
66
authors.workspace = true
77
edition.workspace = true
88
repository.workspace = true

core/station/impl/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.7.0 (2026-06-08)
2+
3+
4+
### 🚀 Features
5+
6+
- **station:** request deduplication ([#589](https://github.com/dfinity/orbit/pull/589))
7+
8+
- **station:** Add tags to the request ([#590](https://github.com/dfinity/orbit/pull/590))
9+
10+
- **station,upgrader,control-panel:** enable overflow-checks in production canister builds ([#571](https://github.com/dfinity/orbit/pull/571))
11+
12+
13+
### 🧱 Updated Dependencies
14+
15+
- Updated station-api to 0.6.0
16+
17+
18+
### ❤️ Thank You
19+
20+
- mraszyk @mraszyk
21+
- tomer-dfinity
22+
123
## 0.6.0 (2025-06-02)
224

325

core/station/impl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = 'station'
44
include = ['src', 'Cargo.toml']
5-
version = '0.6.0'
5+
version = '0.7.0'
66
authors.workspace = true
77
edition.workspace = true
88
repository.workspace = true
@@ -41,7 +41,7 @@ sha2 = { workspace = true }
4141
strum = { version = '0.26', features = ['derive'] }
4242
thiserror = { workspace = true }
4343
uuid = { workspace = true, features = ['v4'] }
44-
station-api = { path = '../api', version = '0.5.0' }
44+
station-api = { path = '../api', version = '0.6.0' }
4545
upgrader-api = { path = '../../upgrader/api', version = '0.2.0' }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)