From 02bdc74f2b43971d7b1015748bda7f3c2646c2ef Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 18 May 2026 15:55:01 +0000 Subject: [PATCH] v1.1.1 --- 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 57e4633..4a99bcd 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-18 - 1.1.1 + ### Fixes - update release configuration schema, refresh dependency versions, and document exported event types (config) diff --git a/package.json b/package.json index 72b3abc..50dfab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idp.global/catalog", - "version": "1.1.0", + "version": "1.1.1", "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 af31eae..4f83863 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.0', + version: '1.1.1', description: 'Web component catalog for idp.global, based on the v3 product design language.' }