Skip to content

Commit ecc321b

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.7.1...v3.0.0) (2026-01-29) ### ⚠ BREAKING CHANGES * The SDK api has changed to match changes introduced in V4 version of the agent. ### Features * add usePromiseStore to prevent duplicate async requests ([fb59d7f](fb59d7f)) * bump @fingerprint/agent to 4.0.0-beta.5 ([c5d217d](c5d217d)) * migrate to v4 version of the agent ([36a26ba](36a26ba)) * rename package to `@fingerprint/react` ([4714fdf](4714fdf)) ### Build System * **deps:** use stable 4.0.0 version of the @fingerprint/agent ([76a2fec](76a2fec))
1 parent c8fa31b commit ecc321b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [3.0.0](https://github.com/fingerprintjs/react/compare/v2.7.1...v3.0.0) (2026-01-29)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The SDK api has changed to match changes introduced in V4 version of the agent.
7+
8+
### Features
9+
10+
* add usePromiseStore to prevent duplicate async requests ([fb59d7f](https://github.com/fingerprintjs/react/commit/fb59d7fafc7890e29678e2dae53a9f8c549f0acf))
11+
* bump @fingerprint/agent to 4.0.0-beta.5 ([c5d217d](https://github.com/fingerprintjs/react/commit/c5d217d36c08fddcf955e2f4b198ff5e37320f4f))
12+
* migrate to v4 version of the agent ([36a26ba](https://github.com/fingerprintjs/react/commit/36a26ba6a2c035e1b3b8dc52b8371a3ed1883b7b))
13+
* rename package to `@fingerprint/react` ([4714fdf](https://github.com/fingerprintjs/react/commit/4714fdf8526e1b62ab3ad4d84404672c02440da3))
14+
15+
16+
### Build System
17+
18+
* **deps:** use stable 4.0.0 version of the @fingerprint/agent ([76a2fec](https://github.com/fingerprintjs/react/commit/76a2fec8341cefdcfd323ca69ca80780d68a5c89))
19+
120
## [2.7.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.7.0...v2.7.1) (2025-09-15)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fingerprint/react",
3-
"version": "3.0.0-test.2",
3+
"version": "3.0.0",
44
"description": "FingerprintJS Pro React SDK",
55
"main": "dist/fingerprint-react.js",
66
"module": "dist/fingerprint-react.mjs",

0 commit comments

Comments
 (0)