From ccd901499018ef6ba22dfdd560031d6bc07b9317 Mon Sep 17 00:00:00 2001 From: Dmytro Vynnyk Date: Thu, 16 Jan 2025 11:41:16 +0100 Subject: [PATCH] Release 5.0.4-beta2 version --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84770cf..43b205ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed --> +### [5.0.4-beta2] - 2025-01-16 + +### Added + +- Ability to build `Deploy` with `TransactionBuilder` `buildFor1_5` method +- Update `makeCep18TransferDeploy` to use `contractPackageHash` instead of `contractHash` +- New auction contract hash for integration-test network, fixed deserialization of CES schema, Update contract package parsing compatible 1.x, added unit tests to cover mentioned bugs / features + +### Fixed + +- Issue with PEM file creation and parsing +- Issue with typo in transaction scheduling creation +- Issue with compatible transforms parsing +- Issues with `@jsonArrayMember` + ### [5.0.3-beta2] - 2024-01-25 ### Added diff --git a/package-lock.json b/package-lock.json index f8cd0c0f..3ae825be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "casper-js-sdk", - "version": "5.0.3-beta2", + "version": "5.0.4-beta2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "casper-js-sdk", - "version": "5.0.3-beta2", + "version": "5.0.4-beta2", "license": "Apache 2.0", "dependencies": { "@ethersproject/bignumber": "^5.0.8", diff --git a/package.json b/package.json index 9c9a90d5..345cc8d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casper-js-sdk", - "version": "5.0.3-beta2", + "version": "5.0.4-beta2", "license": "Apache 2.0", "description": "SDK to interact with the Casper blockchain", "homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",