This commit is contained in:
2026-05-18 15:55:01 +00:00
parent c2bfaad3d6
commit 02bdc74f2b
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-18 - 1.1.1
### Fixes ### Fixes
- update release configuration schema, refresh dependency versions, and document exported event types (config) - update release configuration schema, refresh dependency versions, and document exported event types (config)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@idp.global/catalog", "name": "@idp.global/catalog",
"version": "1.1.0", "version": "1.1.1",
"private": false, "private": false,
"description": "Web component catalog for idp.global, based on the v3 product design language.", "description": "Web component catalog for idp.global, based on the v3 product design language.",
"exports": { "exports": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@idp.global/catalog', 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.' description: 'Web component catalog for idp.global, based on the v3 product design language.'
} }