Skip to content

Commit

Permalink
chore(release): publish (#525)
Browse files Browse the repository at this point in the history
- project: control-panel 0.3.0

- project: control-panel-api 0.2.0

- project: station 0.5.0

- project: marketing-dapp 0.2.0

- project: wallet-dapp 0.5.0

- project: docs-portal 0.2.0
  • Loading branch information
keplervital authored Mar 3, 2025
1 parent fcf13d4 commit 94af1f4
Show file tree
Hide file tree
Showing 16 changed files with 201 additions and 74 deletions.
98 changes: 37 additions & 61 deletions .release.json

Large diffs are not rendered by default.

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.

20 changes: 20 additions & 0 deletions apps/marketing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.2.0 (2025-03-03)


### 🚀 Features

- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))

- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))


### 🩹 Fixes

- **marketing:** allow onload attribute ([#521](https://github.com/dfinity/orbit/pull/521))


### ❤️ Thank You

- Jan Hrubes @jedna
- olaszakos

## 0.1.0 (2025-02-26)


Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marketing-dapp",
"private": true,
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/orbit.git",
Expand Down
18 changes: 18 additions & 0 deletions apps/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.5.0 (2025-03-03)


### 🚀 Features

- **control-panel:** public beta ([#519](https://github.com/dfinity/orbit/pull/519))

- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))

- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))


### ❤️ Thank You

- Jan Hrubes @jedna
- Kepler Vital
- olaszakos

## 0.4.0 (2025-02-26)


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.4.0",
"version": "0.5.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.4.0",
"version": "0.5.0",
"api": {
"latest": "0.4.0",
"latest": "0.5.0",
"compatibility": {
"0.5.0": {
"ui": [
"0.5.0"
]
},
"0.4.0": {
"ui": [
"0.4.0"
Expand Down
52 changes: 52 additions & 0 deletions core/control-panel/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
## 0.2.0 (2025-03-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))

- **station:** enable station top up from the cycles ledger balance ([#472](https://github.com/dfinity/orbit/pull/472))

- **docs:** docs portal ([#486](https://github.com/dfinity/orbit/pull/486))

- **apps:** init marketing project ([#498](https://github.com/dfinity/orbit/pull/498))

- **wallet:** updated branding ([#497](https://github.com/dfinity/orbit/pull/497))

- **control-panel:** public beta ([#519](https://github.com/dfinity/orbit/pull/519))

- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))

- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))


### 🩹 Fixes

- **wallet:** update lockfile ([#459](https://github.com/dfinity/orbit/pull/459))

- **ci:** install CMC in Orbit local deployment ([#465](https://github.com/dfinity/orbit/pull/465))

- **ci:** build and CI issues ([#467](https://github.com/dfinity/orbit/pull/467))

- **station:** docker build ([#492](https://github.com/dfinity/orbit/pull/492))

- **station:** security issue 42 ([#505](https://github.com/dfinity/orbit/pull/505))

- **wallet:** security issue 36, 37, 38, 39, 40, 41 ([#503](https://github.com/dfinity/orbit/pull/503))

- **station:** security issue 19, 54 ([#509](https://github.com/dfinity/orbit/pull/509))

- **station:** security issue 45 ([#510](https://github.com/dfinity/orbit/pull/510))

- **ci:** update docker setup in release script ([#517](https://github.com/dfinity/orbit/pull/517))


### ❤️ Thank You

- Jan Hrubes @jedna
- Kepler Vital
- mraszyk @mraszyk
- olaszakos

## 0.1.0 (2024-11-27)


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


### 🚀 Features

- **control-panel:** public beta ([#519](https://github.com/dfinity/orbit/pull/519))

- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))

- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))


### 🧱 Updated Dependencies

- Updated control-panel-api to 0.2.0


### ❤️ Thank You

- Jan Hrubes @jedna
- Kepler Vital
- olaszakos

## 0.2.0 (2025-02-26)


Expand Down
4 changes: 2 additions & 2 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.2.0'
version = '0.3.0'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand All @@ -28,7 +28,7 @@ serde_json = { workspace = true }
serde_cbor = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true, features = ['serde', 'v4'] }
control-panel-api = { path = '../api', version = '0.1.0' }
control-panel-api = { path = '../api', version = '0.2.0' }
station-api = { path = '../../station/api', version = '0.4.0' }
semver = { workspace = true }
email_address = '0.2.4'
Expand Down
18 changes: 18 additions & 0 deletions core/station/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.5.0 (2025-03-03)


### 🚀 Features

- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))

- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))

- **station:** update monitoring strategy ([#524](https://github.com/dfinity/orbit/pull/524))


### ❤️ Thank You

- Jan Hrubes @jedna
- Kepler Vital
- olaszakos

## 0.4.0 (2025-02-26)


Expand Down
2 changes: 1 addition & 1 deletion 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.4.0'
version = '0.5.0'
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.2.0 (2025-03-03)


### 🚀 Features

- **marketing:** marketing site home page ([#500](https://github.com/dfinity/orbit/pull/500))

- **docs:** initial docs portal ([#493](https://github.com/dfinity/orbit/pull/493))


### ❤️ Thank You

- Jan Hrubes @jedna
- olaszakos

## 0.1.0 (2025-02-26)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-portal",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tempfile = { workspace = true }
time = { workspace = true }
tokio.workspace = true
uuid = { workspace = true }
control-panel-api = { path = '../../core/control-panel/api', version = '0.1.0' }
control-panel-api = { path = '../../core/control-panel/api', version = '0.2.0' }
upgrader-api = { path = '../../core/upgrader/api', version = '0.1.0' }
station-api = { path = '../../core/station/api', version = '0.4.0' }
wat = { workspace = true }

0 comments on commit 94af1f4

Please sign in to comment.