We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d36c6 commit d0f4860Copy full SHA for d0f4860
.changeset/fast-timers-sniff.md
@@ -0,0 +1,5 @@
1
+---
2
+'@gitbook/icons': patch
3
4
+
5
+Update version for static assets to fix invalid caching
packages/icons/src/IconsProvider.tsx
@@ -3,7 +3,7 @@
import * as React from 'react';
import { IconStyle } from './types';
6
-const version = 1;
+const version = 2;
7
8
export interface IconsAssetsLocation {
9
/** Rroot url where the icon assets are served */
0 commit comments