From 572cb183cd232a1df602e2260900213fbdb77f65 Mon Sep 17 00:00:00 2001 From: Svet Date: Fri, 2 Aug 2024 12:46:19 +0300 Subject: [PATCH] release: v2.49.0 (#2436) * update: version 2.49.0 Signed-off-by: svetoslav-nikol0v * update: release notes Signed-off-by: svetoslav-nikol0v * update: proto version 2.15.0-beta.3 Signed-off-by: svetoslav-nikol0v * chore: remove 'readonly' modifier Signed-off-by: svetoslav-nikol0v --------- Signed-off-by: svetoslav-nikol0v --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 6 +++--- src/token/TokenRejectTransaction.js | 2 -- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9788f40bf..c1deeed9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v2.49.0 + +## What's Changed + +* fix: update taskfile status check for submodules task by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2435 +* chore: fix token permissions for deploy to github pages by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2418 +* fix: reconnect to working node by @0xivanov in https://github.com/hashgraph/hedera-sdk-js/pull/2417 +* release: proto v2.15.0-beta.3 by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2415 +* update: add node id to the precheck error by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2414 +* feat: Implement TokenRejectTransaction by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2411 +* update: handle PLATFORM_NOT_ACTIVE error gracefully by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2401 +* feat: pull protobuf changes from latest tag by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2435 +* chore: fix token permissions for deploy to github pages by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2389 +* update: release all skipped tests by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2395 +* test: add maxAutomaticTokenAssociations tests by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2390 + ## v2.48.1 ## What's Changed diff --git a/package.json b/package.json index be2958762..50d77b6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.48.1", + "version": "2.49.0", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs", @@ -58,7 +58,7 @@ "@ethersproject/rlp": "^5.7.0", "@grpc/grpc-js": "1.8.2", "@hashgraph/cryptography": "1.4.8-beta.5", - "@hashgraph/proto": "2.15.0-beta.2", + "@hashgraph/proto": "2.15.0-beta.3", "axios": "^1.6.4", "bignumber.js": "^9.1.1", "bn.js": "^5.1.1", @@ -130,4 +130,4 @@ "optional": true } } -} +} \ No newline at end of file diff --git a/src/token/TokenRejectTransaction.js b/src/token/TokenRejectTransaction.js index f3a02b92f..9e5579714 100644 --- a/src/token/TokenRejectTransaction.js +++ b/src/token/TokenRejectTransaction.js @@ -149,7 +149,6 @@ export default class TokenRejectTransaction extends Transaction { /** * @returns {TokenId[]} - * @readonly */ get tokenIds() { return this._tokenIds; @@ -177,7 +176,6 @@ export default class TokenRejectTransaction extends Transaction { /** * @returns {NftId[]} - * @readonly * */ get nftIds() {