Skip to content

Commit

Permalink
chore: prepare release (#727)
Browse files Browse the repository at this point in the history
# Motivation

We are releasing a new version to align with our decision to set the
agent-js version as `^2.0.0`, allowing developers to choose any version
in the `2.x.z` range.

# Changes

- Bumped versions in package.json
- Prepared an overview in the CHANGELOG
- Fixed a typo in the previous overview related to the utils version
number

---------

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 Oct 9, 2024
1 parent 4bf2d17 commit 1db2d72
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 43 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Next
# 2024.10.09-1140Z

## Overview

The current status of the libraries at the time of the release is as follows:

| Library | Version | Status |
| ------------------------ | ------- | ------------- |
| `@dfinity/ckbtc` | v3.1.1 | Maintained ⚙️ |
| `@dfinity/cketh` | v3.3.2 | Maintained ⚙️ |
| `@dfinity/cmc` | v3.2.2 | Maintained ⚙️ |
| `@dfinity/ic-management` | v5.2.2 | Maintained ⚙️ |
| `@dfinity/ledger-icp` | v2.6.1 | Maintained ⚙️ |
| `@dfinity/ledger-icrc` | v2.6.1 | Maintained ⚙️ |
| `@dfinity/nns` | v7.0.1 | Maintained ⚙️ |
| `@dfinity/nns-proto` | v2.0.1 | Unchanged️ |
| `@dfinity/sns` | v3.2.2 | Maintained ⚙️ |
| `@dfinity/utils` | v2.5.2 | Maintained ⚙️ |

## Build

Expand All @@ -21,7 +38,7 @@ The current status of the libraries at the time of the release is as follows:
| `@dfinity/nns` | v7.0.0 | Breaking Changes ⚠️ |
| `@dfinity/nns-proto` | v2.0.1 | Unchanged️ |
| `@dfinity/sns` | v3.2.1 | Maintained ⚙️ |
| `@dfinity/utils` | v2.5.0 | Maintained ⚙️ |
| `@dfinity/utils` | v2.5.1 | Maintained ⚙️ |

## Breaking changes

Expand Down
42 changes: 21 additions & 21 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.09.30-1100Z",
"version": "2024.10.09-1140Z",
"description": "A collection of library for interfacing with the Internet Computer.",
"license": "Apache-2.0",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ckbtc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/ckbtc",
"version": "3.1.0",
"version": "3.1.1",
"description": "A library for interfacing with ckBTC.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
},
"dependencies": {
"@noble/hashes": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cketh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/cketh",
"version": "3.3.1",
"version": "3.3.2",
"description": "A library for interfacing with ckETH.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -41,6 +41,6 @@
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/cmc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/cmc",
"version": "3.2.1",
"version": "3.2.2",
"description": "A library for interfacing with the cycle minting canister.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -39,6 +39,6 @@
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
}
}
4 changes: 2 additions & 2 deletions 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.2.1",
"version": "5.2.2",
"description": "A library for interfacing with the IC management canister.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/ledger-icp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/ledger-icp",
"version": "2.6.0",
"version": "2.6.1",
"description": "A library for interfacing with the ICP ledger on the Internet Computer.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -41,6 +41,6 @@
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/ledger-icrc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/ledger-icrc",
"version": "2.6.0",
"version": "2.6.1",
"description": "A library for interfacing with ICRC ledgers on the Internet Computer.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/nns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/nns",
"version": "7.0.0",
"version": "7.0.1",
"description": "A library for interfacing with the Internet Computer's Network Nervous System.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
"peerDependencies": {
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/ledger-icp": "^2.6.0",
"@dfinity/ledger-icp": "^2.6.1",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/sns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/sns",
"version": "3.2.1",
"version": "3.2.2",
"description": "A library for interfacing with a Service Nervous System (SNS) project.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"peerDependencies": {
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/ledger-icrc": "^2.6.0",
"@dfinity/ledger-icrc": "^2.6.1",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.5.1"
"@dfinity/utils": "^2.5.2"
},
"dependencies": {
"@noble/hashes": "^1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/utils",
"version": "2.5.1",
"version": "2.5.2",
"description": "A collection of utilities and constants for NNS/SNS projects.",
"license": "Apache-2.0",
"main": "dist/cjs/index.cjs.js",
Expand Down

0 comments on commit 1db2d72

Please sign in to comment.