@shipfox/client-runners 22.0.1 → 22.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,8 +4,8 @@ import type {Decorator, Preview} from '@storybook/react';
4
4
 
5
5
  if (typeof document !== 'undefined' && document.fonts) {
6
6
  void Promise.all([
7
- document.fonts.load("16px 'Inter'"),
8
- document.fonts.load("italic 16px 'Inter'"),
7
+ document.fonts.load("16px 'IBM Plex Sans'"),
8
+ document.fonts.load("italic 16px 'IBM Plex Sans'"),
9
9
  document.fonts.load("16px 'Commit Mono'"),
10
10
  document.fonts.load("bold 16px 'Commit Mono'"),
11
11
  ]);
@@ -1,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 24 files with swc (312.96ms)
2
+ Successfully compiled: 24 files with swc (340.79ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @shipfox/client-runners
2
2
 
3
+ ## 22.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a7fb52d]
8
+ - Updated dependencies [ddcc546]
9
+ - @shipfox/react-ui@2.2.0
10
+ - @shipfox/client-shell@22.0.3
11
+ - @shipfox/client-ui@22.0.3
12
+
13
+ ## 22.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [87d9bd8]
18
+ - @shipfox/react-ui@2.1.1
19
+ - @shipfox/client-shell@22.0.2
20
+ - @shipfox/client-ui@22.0.2
21
+
3
22
  ## 22.0.1
4
23
 
5
24
  ### Patch Changes