Skip to content

Commit

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

We want to release the new Zod schemas library.

# Changes

- Tag version and complete 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 Jan 20, 2025
1 parent 8848c69 commit cdd6532
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 16 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
# YYYY.MM.DD-HHMMZ
# 2025.01.20-1030Z

## Overview

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

| Library | Version | Status |
| ------------------------ | ------- | ------------- |
| `@dfinity/ckbtc` | v3.1.5 | Unchanged️ |
| `@dfinity/cketh` | v3.4.2 | Unchanged️ |
| `@dfinity/cmc` | v4.1.0 | Unchanged️ |
| `@dfinity/ic-management` | v6.0.2 | Unchanged️ |
| `@dfinity/ledger-icp` | v2.6.6 | Maintained ⚙️ |
| `@dfinity/ledger-icrc` | v2.7.1 | Maintained ⚙️ |
| `@dfinity/nns` | v8.2.0 | Enhanced 🔧️ |
| `@dfinity/nns-proto` | v2.0.1 | Unchanged️ |
| `@dfinity/sns` | v3.2.7 | Maintained ⚙️ |
| `@dfinity/utils` | v2.8.0 | Unchanged️ |
| `@dfinity/utils` | v0.0.1 | New 🚀 |

## Features

- Expose types `IcrcApproveError` and `IcrcTransferFromError` in `@dfinity/ledger-icrc`.
- Expose few additional did types in `@dfinity/ledger-icp`.
- Add utility `fromNullishNullable` extracts the value from a nullish Candid-style variant representation.
- Introduce a new zod-schemas library to provide a collection of reusable Zod schemas and validators for common data patterns in ICP applications.
- Api get network economics parameters.
- Update `old_list_neurons_service.certified.idl.js`.

## Fix

Expand Down
16 changes: 8 additions & 8 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.12.23-1215Z",
"version": "2025.01.20-1030Z",
"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/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.5",
"version": "2.6.6",
"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
2 changes: 1 addition & 1 deletion 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.7.0",
"version": "2.7.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
4 changes: 2 additions & 2 deletions packages/nns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/nns",
"version": "8.1.0",
"version": "8.2.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,7 +53,7 @@
"peerDependencies": {
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/ledger-icp": "^2.6.5",
"@dfinity/ledger-icp": "^2.6.6",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.8.0"
}
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "3.2.7",
"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,7 +38,7 @@
"peerDependencies": {
"@dfinity/agent": "^2.0.0",
"@dfinity/candid": "^2.0.0",
"@dfinity/ledger-icrc": "^2.7.0",
"@dfinity/ledger-icrc": "^2.7.1",
"@dfinity/principal": "^2.0.0",
"@dfinity/utils": "^2.8.0"
},
Expand Down

0 comments on commit cdd6532

Please sign in to comment.