From d2117dd3176c47279b8147ea53a4222e09b84d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Tue, 27 Jan 2026 17:55:38 +0100 Subject: [PATCH 1/2] chore: revert pre-release version bump --- CHANGELOG.md | 13 ------------- package.json | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43733b5..fd7a12a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,3 @@ -## [3.0.0-test.3](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v3.0.0-test.2...v3.0.0-test.3) (2026-01-27) - - -### Features - -* add usePromiseStore to prevent duplicate async requests ([fb59d7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fb59d7fafc7890e29678e2dae53a9f8c549f0acf)) -* rename package to `@fingerprint/react` ([4714fdf](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4714fdf8526e1b62ab3ad4d84404672c02440da3)) - - -### Build System - -* **deps:** use stable 4.0.0 version of the @fingerprint/agent ([76a2fec](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/76a2fec8341cefdcfd323ca69ca80780d68a5c89)) - ## [3.0.0-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v3.0.0-test.1...v3.0.0-test.2) (2026-01-06) diff --git a/package.json b/package.json index 625f9d9d..0990db8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/react", - "version": "3.0.0-test.3", + "version": "3.0.0-test.2", "description": "FingerprintJS Pro React SDK", "main": "dist/fingerprint-react.js", "module": "dist/fingerprint-react.mjs", From 2bffeff524ae301e313a3f15be449b349ba87a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Tue, 27 Jan 2026 17:55:46 +0100 Subject: [PATCH 2/2] chore: update package.json to set publishConfig access to public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0990db8f..e0a44cc4 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "main": "dist/fingerprint-react.js", "module": "dist/fingerprint-react.mjs", "types": "dist/fingerprint-react.d.ts", + "publishConfig": { + "access": "public" + }, "exports": { ".": { "types": "./dist/fingerprint-react.d.ts",