Skip to content

Commit

Permalink
chore: bump next version and prepare release (#614)
Browse files Browse the repository at this point in the history
# Motivation

There are many changes and breaking changes, it is worth a release. In addition, in Oisy I try to use released versions rather than "next" for release.

# Changes

- bump versions according their respective changes
-  add overview to CHANGELOG
- corrected ledger-icrc versions in previous changelogs "Overview" table, incorrect numbers were listed
  • Loading branch information
peterpeterparker authored Apr 29, 2024
1 parent b1d8555 commit 8513d59
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 44 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# 2024.xx.yy-hhmmZ
# 2024.04.29-0930Z

## Overview

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

| Library | Version | Status |
| ------------------------ | ------- | ------------------- |
| `@dfinity/ckbtc` | v2.3.2 | Maintained ⚙️ |
| `@dfinity/cketh` | v3.0.0 | Breaking Changes ⚠️ |
| `@dfinity/cmc` | v3.0.4 | Maintained ⚙️ |
| `@dfinity/ic-management` | v3.2.0 | Enhanced 🔧 |
| `@dfinity/ledger-icp` | v2.2.3 | Maintained ⚙️ |
| `@dfinity/ledger-icrc` | v2.3.0 | Enhanced 🔧 |
| `@dfinity/nns` | v5.0.0 | Breaking Changes ⚠️ |
| `@dfinity/nns-proto` | v1.0.2 | Unchanged️ |
| `@dfinity/sns` | v3.0.3 | Maintained ⚙️ |
| `@dfinity/utils` | v2.2.0 | Enhanced 🔧 |

# Breaking changes

Expand Down Expand Up @@ -37,7 +54,7 @@ The current status of the libraries at the time of the release is as follows:
| `@dfinity/cmc` | v3.0.3 | Unchanged️ |
| `@dfinity/ic-management` | v3.1.1 | Patched 🩹 |
| `@dfinity/ledger-icp` | v2.2.2 | Unchanged️️ |
| `@dfinity/ledger-icrc` | v2.1.1 | Unchanged️️ |
| `@dfinity/ledger-icrc` | v2.2.1 | Unchanged️️ |
| `@dfinity/nns` | v4.0.2 | Unchanged️ |
| `@dfinity/nns-proto` | v1.0.2 | Unchanged️ |
| `@dfinity/sns` | v3.0.2 | Unchanged️️ |
Expand All @@ -60,7 +77,7 @@ The current status of the libraries at the time of the release is as follows:
| `@dfinity/cmc` | v3.0.3 | Maintained ⚙️ |
| `@dfinity/ic-management` | v3.1.0 | Enhanced 🔧 |
| `@dfinity/ledger-icp` | v2.2.2 | Maintained ⚙️ |
| `@dfinity/ledger-icrc` | v2.1.1 | Maintained ⚙️ |
| `@dfinity/ledger-icrc` | v2.2.0 | Maintained ⚙️ |
| `@dfinity/nns` | v4.0.2 | Maintained ⚙️ |
| `@dfinity/nns-proto` | v1.0.2 | Maintained ⚙️ |
| `@dfinity/sns` | v3.0.2 | Maintained ⚙️ |
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.03.25-1430Z",
"version": "2024.04.29-0930Z",
"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": "2.3.1",
"version": "2.3.2",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
},
"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": "2.0.1",
"version": "3.0.0",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
}
}
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.0.3",
"version": "3.0.4",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
}
}
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": "3.1.1",
"version": "3.2.0",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
}
}
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.2.2",
"version": "2.2.3",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
}
}
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.2.1",
"version": "2.3.0",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
}
}
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": "4.0.2",
"version": "5.0.0",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/ledger-icp": "^2.2.2",
"@dfinity/ledger-icp": "^2.2.3",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
}
}
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.0.2",
"version": "3.0.3",
"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": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/ledger-icrc": "^2.2.1",
"@dfinity/ledger-icrc": "^2.3.0",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3"
"@dfinity/utils": "^2.2.0"
},
"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.1.3",
"version": "2.2.0",
"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 8513d59

Please sign in to comment.