From dea07d75cd535fa87db68f3b0f545eb8d8df38a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:14:52 +0000 Subject: [PATCH] Version Packages --- .changeset/dpm-component-channel.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/dpm-component-channel.md diff --git a/.changeset/dpm-component-channel.md b/.changeset/dpm-component-channel.md deleted file mode 100644 index fc69b57..0000000 --- a/.changeset/dpm-component-channel.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@bootnodedev/canton-barebones": minor ---- - -Add a dpm distribution channel: the CLI is now also published as a dpm component -(`oci://ghcr.io/bootnodedev/canton-barebones`) with self-contained binaries for -linux/darwin/windows — no Node required. Install it by declaring the component in -`daml.yaml` and running `dpm install package`, then use `dpm canton-barebones ` -(alias `dpm cbn`). The npm channel is unchanged. diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a4a3e..06c360b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @bootnodedev/canton-barebones +## 0.3.0 + +### Minor Changes + +- d89682f: Add a dpm distribution channel: the CLI is now also published as a dpm component + (`oci://ghcr.io/bootnodedev/canton-barebones`) with self-contained binaries for + linux/darwin/windows — no Node required. Install it by declaring the component in + `daml.yaml` and running `dpm install package`, then use `dpm canton-barebones ` + (alias `dpm cbn`). The npm channel is unchanged. + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index 1434633..e84a979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootnodedev/canton-barebones", - "version": "0.2.2", + "version": "0.3.0", "type": "module", "description": "Barebones one-click Canton developer stack.", "license": "Apache-2.0",