From 447c68f47b133f600475de6b48c91a782fc38daa Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 19 May 2026 06:26:42 +0000 Subject: [PATCH] v1.2.0 --- changelog.md | 3 +++ package.json | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 80e42fa..a5d3d0f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-19 - 1.2.0 + ### Features - add MFA security controls to the admin shell (catalog) diff --git a/package.json b/package.json index 50dfab9..d255cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idp.global/catalog", - "version": "1.1.1", + "version": "1.2.0", "private": false, "description": "Web component catalog for idp.global, based on the v3 product design language.", "exports": { diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4f83863..76fa396 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@idp.global/catalog', - version: '1.1.1', + version: '1.2.0', description: 'Web component catalog for idp.global, based on the v3 product design language.' }