Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish #452

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 32 additions & 8 deletions .release.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"station": {
"currentVersion": "0.1.0",
"dependentProjects": [],
"newVersion": null
"newVersion": "0.2.0"
},
"upgrader-api": {
"currentVersion": "0.1.0",
Expand Down Expand Up @@ -140,27 +140,51 @@
"dependencyCollection": "dependencies"
}
],
"newVersion": null
"newVersion": "0.2.0"
},
"dfx-orbit": {
"currentVersion": "0.8.0",
"dependentProjects": [],
"newVersion": null
"newVersion": "0.9.0"
},
"wallet-dapp": {
"currentVersion": "0.1.0",
"newVersion": "0.1.1",
"currentVersion": "0.1.1",
"newVersion": "0.2.0",
"dependentProjects": []
}
},
"changes": {
"station": {
"releaseVersion": {
"rawVersion": "0.2.0",
"gitTag": "@orbit/station-v0.2.0",
"isPrerelease": false
},
"contents": "## 0.2.0 (2024-12-03)\n\n\n### 🚀 Features\n\n- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))\n\n- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))\n\n\n### 🩹 Fixes\n\n- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.2.0\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- mraszyk @mraszyk\n- olaszakos"
},
"station-api": {
"releaseVersion": {
"rawVersion": "0.2.0",
"gitTag": "@orbit/station-api-v0.2.0",
"isPrerelease": false
},
"contents": "## 0.2.0 (2024-12-03)\n\n\n### 🚀 Features\n\n- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))\n\n- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))\n\n\n### 🩹 Fixes\n\n- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- mraszyk @mraszyk\n- olaszakos"
},
"wallet-dapp": {
"releaseVersion": {
"rawVersion": "0.1.1",
"gitTag": "@orbit/wallet-dapp-v0.1.1",
"rawVersion": "0.2.0",
"gitTag": "@orbit/wallet-dapp-v0.2.0",
"isPrerelease": false
},
"contents": "## 0.2.0 (2024-12-03)\n\n\n### 🚀 Features\n\n- **wallet:** show upgrader ID on station info card ([#446](https://github.com/dfinity/orbit/pull/446))\n\n- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))\n\n- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))\n\n- **wallet:** search for address on address book page ([#450](https://github.com/dfinity/orbit/pull/450))\n\n\n### 🩹 Fixes\n\n- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- mraszyk @mraszyk\n- olaszakos"
},
"dfx-orbit": {
"releaseVersion": {
"rawVersion": "0.9.0",
"gitTag": "@orbit/dfx-orbit-v0.9.0",
"isPrerelease": false
},
"contents": "## 0.1.1 (2024-11-28)\n\n\n### 🩹 Fixes\n\n- **wallet:** add new opt candid metadata field ([#447](https://github.com/dfinity/orbit/pull/447))\n\n\n### ❤️ Thank You\n\n- Kepler Vital"
"contents": "## 0.9.0 (2024-12-03)\n\n\n### 🚀 Features\n\n- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))\n\n- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))\n\n\n### 🩹 Fixes\n\n- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.2.0\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- mraszyk @mraszyk\n- olaszakos"
}
}
}
6 changes: 3 additions & 3 deletions Cargo.lock

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

25 changes: 25 additions & 0 deletions apps/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.2.0 (2024-12-03)


### 🚀 Features

- **wallet:** show upgrader ID on station info card ([#446](https://github.com/dfinity/orbit/pull/446))

- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))

- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))

- **wallet:** search for address on address book page ([#450](https://github.com/dfinity/orbit/pull/450))


### 🩹 Fixes

- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))


### ❤️ Thank You

- Jan Hrubes @jedna
- mraszyk @mraszyk
- olaszakos

## 0.1.1 (2024-11-28)


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.1.1",
"version": "0.2.0",
"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.1.1",
"version": "0.2.0",
"api": {
"latest": "0.1.0",
"latest": "0.2.0",
"compatibility": {
"0.2.0": {
"ui": [
"0.2.0"
]
},
"0.1.0": {
"ui": [
"0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion core/control-panel/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_cbor = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true, features = ['serde', 'v4'] }
control-panel-api = { path = '../api', version = '0.1.0' }
station-api = { path = '../../station/api', version = '0.1.0' }
station-api = { path = '../../station/api', version = '0.2.0' }
semver = { workspace = true }
email_address = '0.2.4'

Expand Down
21 changes: 21 additions & 0 deletions core/station/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.2.0 (2024-12-03)


### 🚀 Features

- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))

- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))


### 🩹 Fixes

- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))


### ❤️ Thank You

- Jan Hrubes @jedna
- mraszyk @mraszyk
- olaszakos

## 0.1.0 (2024-11-27)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.0'
version = '0.2.0'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
26 changes: 26 additions & 0 deletions core/station/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.2.0 (2024-12-03)


### 🚀 Features

- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))

- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))


### 🩹 Fixes

- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))


### 🧱 Updated Dependencies

- Updated station-api to 0.2.0


### ❤️ Thank You

- Jan Hrubes @jedna
- mraszyk @mraszyk
- olaszakos

## 0.1.0 (2024-11-27)


Expand Down
4 changes: 2 additions & 2 deletions core/station/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[package]
name = 'station'
include = ['src', 'Cargo.toml']
version = '0.1.0'
version = '0.2.0'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down Expand Up @@ -41,7 +41,7 @@ sha2 = { workspace = true }
strum = { version = '0.26', features = ['derive'] }
thiserror = { workspace = true }
uuid = { workspace = true, features = ['v4'] }
station-api = { path = '../api', version = '0.1.0' }
station-api = { path = '../api', version = '0.2.0' }
upgrader-api = { path = '../../upgrader/api', version = '0.1.0' }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion core/upgrader/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ candid = { workspace = true }
serde = { workspace = true }
serde_bytes = { workspace = true }
orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.1.0' }
station-api = { path = '../../../core/station/api', version = '0.1.0' }
station-api = { path = '../../../core/station/api', version = '0.2.0' }
ic-stable-structures = { workspace = true }
2 changes: 1 addition & 1 deletion core/upgrader/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { workspace = true, features = ['derive'] }
serde_bytes = { workspace = true }
serde_cbor = { workspace = true }
serde_json = { workspace = true }
station-api = { path = '../../station/api', version = '0.1.0' }
station-api = { path = '../../station/api', version = '0.2.0' }
sha2 = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true, features = ['v4'] }
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = '2021'
[dependencies]
candid = { workspace = true }
candid_parser = { workspace = true }
dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.8.0' }
dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.9.0' }
flate2 = { workspace = true }
hex = { workspace = true }
orbit-essentials = { path = '../../libs/orbit-essentials', version = '0.1.0' }
Expand All @@ -31,5 +31,5 @@ tokio.workspace = true
uuid = { workspace = true }
control-panel-api = { path = '../../core/control-panel/api', version = '0.1.0' }
upgrader-api = { path = '../../core/upgrader/api', version = '0.1.0' }
station-api = { path = '../../core/station/api', version = '0.1.0' }
station-api = { path = '../../core/station/api', version = '0.2.0' }
wat = { workspace = true }
26 changes: 26 additions & 0 deletions tools/dfx-orbit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.9.0 (2024-12-03)


### 🚀 Features

- **station:** external canister snapshots ([#429](https://github.com/dfinity/orbit/pull/429))

- **station:** monitor external canisters ([#416](https://github.com/dfinity/orbit/pull/416))


### 🩹 Fixes

- **wallet:** fix request export order ([#449](https://github.com/dfinity/orbit/pull/449))


### 🧱 Updated Dependencies

- Updated station-api to 0.2.0


### ❤️ Thank You

- Jan Hrubes @jedna
- mraszyk @mraszyk
- olaszakos

## 0.8.0 (2024-11-27)


Expand Down
4 changes: 2 additions & 2 deletions tools/dfx-orbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = 'dfx-orbit'
version = '0.8.0'
version = '0.9.0'
description = 'Command line tool for interacting with the Orbit digital asset manager on the ICP blockchain.'
authors.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -36,7 +36,7 @@ slog-async.workspace = true
tabled.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ['rt'] }
station-api = { path = '../../core/station/api', version = '0.1.0' }
station-api = { path = '../../core/station/api', version = '0.2.0' }

[lib]
doctest = false
Loading