Skip to content

Commit d0f4860

Browse files
authored
Refresh icons urls to purge cache of 500 (#2483)
1 parent 34d36c6 commit d0f4860

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fast-timers-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import * as React from 'react';
44
import { IconStyle } from './types';
55

6-
const version = 1;
6+
const version = 2;
77

88
export interface IconsAssetsLocation {
99
/** Rroot url where the icon assets are served */

0 commit comments

Comments
 (0)