From d194a1e5fe8f55186725f83912f1cced4926100a Mon Sep 17 00:00:00 2001 From: Alex-GF Date: Mon, 8 Apr 2024 22:31:06 +0200 Subject: [PATCH] v2.0.0 With this major version, the pricing evaluation information is now transmitted separately from the auth configuration, allowing to use other auth technologies within the application. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 326a16a..9ce787c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pricing4react", - "version": "1.4.0", + "version": "2.0.0", "description": "A library of components that ease the integration of feature toggling driven by pricing plans into your React application's UI.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",