@abstraxn/signer-react 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.14] - 2026-02-20
8
9
 
10
+ ### Fixed
11
+
12
+ - **EIP-712 / sign raw payload signature `v` value** – Signatures returned from `useSignTypedTx` (and other sign-raw-payload flows via the backend) now normalize the recovery byte `v` to 27 or 28 when the backend returns 0 or 1. This improves compatibility with contracts and services (e.g. Safe) that expect legacy `v` values (27/28) instead of the raw recovery id (0/1).
9
13
 
10
14
  ## [1.0.12] - 2026-02-18
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abstraxn/signer-react",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "React SDK for Abstraxn Wallet - React components, hooks, and providers for seamless Web3 wallet integration",
5
5
  "main": "./dist/src/index.js",
6
6
  "module": "./dist/src/index.js",
@@ -38,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@abstraxn/signer-core": "^1.0.3",
41
+ "@abstraxn/signer-core": "^1.0.4",
42
42
  "@turnkey/crypto": "^2.8.8",
43
43
  "@wagmi/core": "^3.0.2",
44
44
  "@walletconnect/ethereum-provider": "^2.23.1",