From 099e9e847ec9af90f982da79c44e546838007ddd Mon Sep 17 00:00:00 2001 From: Kamil Listopad Date: Tue, 14 Apr 2026 14:17:56 +0200 Subject: [PATCH] release: CLI v2.10.0 Made-with: Cursor --- cli/CHANGELOG.md | 6 ++++++ cli/package-lock.json | 4 ++-- cli/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 98757dd1..be23f2fd 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,12 @@ ## Next +## 2.10.0 +- `mops check` and `mops check-stable` now apply per-canister `[canisters.].args` (previously only `mops build` applied them) +- `mops check` now accepts canister names as arguments (e.g. `mops check backend`) to check a specific canister +- `mops check-stable` now works without arguments, checking all canisters with `[check-stable]` configured +- `mops check-stable` now accepts canister names as arguments (e.g. `mops check-stable backend`) + ## 2.9.0 - Add `mops info ` command to show detailed package metadata from the registry - Add `[lint.extra]` config for applying additional lint rules to specific files via glob patterns diff --git a/cli/package-lock.json b/cli/package-lock.json index 5f1734c6..3d9f8fa6 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "ic-mops", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ic-mops", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "dependencies": { "@iarna/toml": "2.2.5", diff --git a/cli/package.json b/cli/package.json index 1f8775b5..7f264f89 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "ic-mops", - "version": "2.9.0", + "version": "2.10.0", "type": "module", "bin": { "mops": "dist/bin/mops.js",