diff --git a/components/icon/src/vwc-icon.ts b/components/icon/src/vwc-icon.ts index 50c22407f1..5de6dc2c97 100644 --- a/components/icon/src/vwc-icon.ts +++ b/components/icon/src/vwc-icon.ts @@ -20,7 +20,7 @@ declare global { // noinspection CssUnresolvedCustomProperty const BASE_URL = 'https://icon.resources.vonage.com'; // namespaced as 3f7739a0-a898-4f69-a82b-ad9d743170b6 on icons.resources.vonage.com -const ICON_SET_VERSION = '4.0.28'; +const ICON_SET_VERSION = '4.0.29'; const PLACEHOLDER_ICON = ' '; const PLACEHOLDER_DELAY = 500; // Start displaying placeholder if waiting more than this period of time const PLACEHOLDER_TIMEOUT = 2000; // Stop displaying placeholder if exceeding this period of time (will also stop one an icon is loaded) diff --git a/components/icon/stories/icon-manifest.json b/components/icon/stories/icon-manifest.json index 2ff4dc117c..bc874441ce 100644 --- a/components/icon/stories/icon-manifest.json +++ b/components/icon/stories/icon-manifest.json @@ -1 +1 @@ -"4.0.28" \ No newline at end of file +"4.0.29"