From e661fbef4fc07c04f06a2a2681d38ce07df8a16e Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 22 Nov 2024 16:26:10 +0100 Subject: [PATCH] chore: prepare ic-mgmt release (#771) # Motivation I should have thought to integrate the `InstallMode` breaking change in yesterday release but, it's nice to have it officially out as well. # Changes - Bump ic-mgmt and version tag - Add overview to CHANGELOG --------- Signed-off-by: David Dal Busco Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 ++++++++++++++++++- package-lock.json | 6 +++--- package.json | 2 +- packages/ic-management/package.json | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baa748c..cecd776c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ -# 2024.xx.yy-hhmmZ +# 2024.11.22-1600Z + +## Overview + +The current status of the libraries at the time of the release is as follows: + +| Library | Version | Status | +| ------------------------ | ------- | ------------------- | +| `@dfinity/ckbtc` | v3.1.3 | Unchanged️ | +| `@dfinity/cketh` | v3.4.0 | Unchanged️ | +| `@dfinity/cmc` | v4.0.1 | Unchanged️ | +| `@dfinity/ic-management` | v6.0.0 | Breaking Changes ⚠️ | +| `@dfinity/ledger-icp` | v2.6.3 | Unchanged️ | +| `@dfinity/ledger-icrc` | v2.6.3 | Unchanged️ | +| `@dfinity/nns` | v8.0.0 | Unchanged️ | +| `@dfinity/nns-proto` | v2.0.1 | Unchanged️ | +| `@dfinity/sns` | v3.2.4 | Unchanged️ | +| `@dfinity/utils` | v2.7.0 | Unchanged️ | # Breaking changes diff --git a/package-lock.json b/package-lock.json index 07f94e63..8c56a992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/ic-js", - "version": "2024.11.21-1600Z", + "version": "2024.11.22-1600Z", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/ic-js", - "version": "2024.11.21-1600Z", + "version": "2024.11.22-1600Z", "license": "Apache-2.0", "workspaces": [ "packages/utils", @@ -7581,7 +7581,7 @@ }, "packages/ic-management": { "name": "@dfinity/ic-management", - "version": "5.3.0", + "version": "6.0.0", "license": "Apache-2.0", "peerDependencies": { "@dfinity/agent": "^2.0.0", diff --git a/package.json b/package.json index 82b723a2..67eda39f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/ic-js", - "version": "2024.11.21-1600Z", + "version": "2024.11.22-1600Z", "description": "A collection of library for interfacing with the Internet Computer.", "license": "Apache-2.0", "workspaces": [ diff --git a/packages/ic-management/package.json b/packages/ic-management/package.json index 6585d209..f4a88ee8 100644 --- a/packages/ic-management/package.json +++ b/packages/ic-management/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/ic-management", - "version": "5.3.0", + "version": "6.0.0", "description": "A library for interfacing with the IC management canister.", "license": "Apache-2.0", "main": "dist/cjs/index.cjs.js",