diff --git a/.changeset/fast-timers-sniff.md b/.changeset/fast-timers-sniff.md new file mode 100644 index 000000000..0ce1999bf --- /dev/null +++ b/.changeset/fast-timers-sniff.md @@ -0,0 +1,5 @@ +--- +'@gitbook/icons': patch +--- + +Update version for static assets to fix invalid caching diff --git a/packages/icons/src/IconsProvider.tsx b/packages/icons/src/IconsProvider.tsx index 9e6904852..ec9b17379 100644 --- a/packages/icons/src/IconsProvider.tsx +++ b/packages/icons/src/IconsProvider.tsx @@ -3,7 +3,7 @@ import * as React from 'react'; import { IconStyle } from './types'; -const version = 1; +const version = 2; export interface IconsAssetsLocation { /** Rroot url where the icon assets are served */