From d17b3e92e5141e6392562141d76351ba69670cc5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 May 2026 18:10:21 +0000 Subject: [PATCH 1/2] 2.1.0 --- package.json | 2 +- packages/tx-categorize/CHANGELOG.md | 10 +++++++++- packages/tx-categorize/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a35a282..064bd5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@MetaMask/tx-categorize-monorepo", - "version": "2.0.3", + "version": "2.1.0", "description": "MetaFi Software Development Kit", "main": "index.ts", "author": "Consensys Software Inc.", diff --git a/packages/tx-categorize/CHANGELOG.md b/packages/tx-categorize/CHANGELOG.md index 7e265f3..1dd6a3e 100644 --- a/packages/tx-categorize/CHANGELOG.md +++ b/packages/tx-categorize/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] + +### Uncategorized + +- feat: solves issue with short readable label field by excluding amounts in readable ([#45](https://github.com/MetaMask/tx-categorize/pull/45)) +- Fix: Bridge Txs ([#44](https://github.com/MetaMask/tx-categorize/pull/44)) + ## [2.0.3] ### Fixed @@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive transaction schemas including DeFi, NFT, and token operations - Heuristic-based fallback categorization -[Unreleased]: https://github.com/MetaMask/tx-categorize/compare/v2.0.3...HEAD +[Unreleased]: https://github.com/MetaMask/tx-categorize/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/MetaMask/tx-categorize/compare/v2.0.3...v2.1.0 [2.0.3]: https://github.com/MetaMask/tx-categorize/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/MetaMask/tx-categorize/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/MetaMask/tx-categorize/compare/v2.0.0...v2.0.1 diff --git a/packages/tx-categorize/package.json b/packages/tx-categorize/package.json index 474d5dc..d45b3dc 100644 --- a/packages/tx-categorize/package.json +++ b/packages/tx-categorize/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/tx-categorize", - "version": "2.0.3", + "version": "2.1.0", "description": "A library for categorizing and labeling blockchain transactions", "author": "Consensys Software Inc.", "license": "ISC", From cbb3b77eabacfc2fd42bc03f93070dd1549019e6 Mon Sep 17 00:00:00 2001 From: michael - blurpesec Date: Tue, 5 May 2026 11:37:50 -0700 Subject: [PATCH 2/2] Fix formatting and clarify entries in CHANGELOG.md Updated changelog to fix formatting and clarify features and fixes. --- packages/tx-categorize/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tx-categorize/CHANGELOG.md b/packages/tx-categorize/CHANGELOG.md index 1dd6a3e..5d75d1b 100644 --- a/packages/tx-categorize/CHANGELOG.md +++ b/packages/tx-categorize/CHANGELOG.md @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.0] -### Uncategorized +### Fixed -- feat: solves issue with short readable label field by excluding amounts in readable ([#45](https://github.com/MetaMask/tx-categorize/pull/45)) - Fix: Bridge Txs ([#44](https://github.com/MetaMask/tx-categorize/pull/44)) +- feat: solves issue with short readable label field by excluding amounts in readable ([#45](https://github.com/MetaMask/tx-categorize/pull/45) ## [2.0.3]