Skip to content

Commit

Permalink
chore: prepare ic-mgmt release (#771)
Browse files Browse the repository at this point in the history
# 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 <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
peterpeterparker and github-actions[bot] authored Nov 22, 2024
1 parent 11f5788 commit e661fbe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-management/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e661fbe

Please sign in to comment.