@connectid-tools/idp-selector-react 6.12.1-alpha.2 → 6.12.1

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/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -260,6 +260,10 @@ The SVG image below the ConnectID button has either option dark or light mode. B
260
260
 
261
261
  ## 🚀 Release Notes
262
262
 
263
+ ### 6.12.1 (Sep 1, 2025)
264
+ - `full process` with `detail/summary`.
265
+ - `full process` type as list(`ul/li`).
266
+
263
267
  ### 6.12.1-alpha.2 (Aug 25, 2025)
264
268
  - `full process` with `detail/summary`.
265
269
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectid-tools/idp-selector-react",
3
- "version": "6.12.1-alpha.2",
3
+ "version": "6.12.1",
4
4
  "description": "React component for IDP Selector.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "@types/react": "^18.3.24",
31
31
  "@types/react-dom": "^18.3.7",
32
32
  "cypress": "^15.0.0",
33
- "jest-environment-jsdom": "^30.0.5",
33
+ "jest-environment-jsdom": "^30.1.2",
34
34
  "prettier": "^3.6.2",
35
35
  "react": "^18.3.1",
36
36
  "react-dom": "^18.3.1",