diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 25b7e7e1..968ef137 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,6 +1,8 @@ # Mops CLI Changelog ## Next + +## 2.12.2 - Fix `mops install` (and any `--lock check` flow) failing with "Mismatched number of resolved packages" when a project's resolved dependencies include multiple aliases (e.g. `base`, `base@0`, `base@0.16`) that pin to the same `name@version` ## 2.12.1 diff --git a/cli/package-lock.json b/cli/package-lock.json index 74a77ccc..8d0546d8 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "ic-mops", - "version": "2.12.1", + "version": "2.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ic-mops", - "version": "2.12.1", + "version": "2.12.2", "license": "MIT", "dependencies": { "@iarna/toml": "2.2.5", diff --git a/cli/package.json b/cli/package.json index 71f1a48d..e2d9ff66 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "ic-mops", - "version": "2.12.1", + "version": "2.12.2", "type": "module", "bin": { "mops": "dist/bin/mops.js",