@simplybusiness/mobius 6.10.1 → 6.10.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [961b1f9]
8
+ - @simplybusiness/icons@4.40.2
9
+
10
+ ## 6.10.2
11
+
12
+ ### Patch Changes
13
+
14
+ - daa463f: Extract embedded base64 images to separate PNG files
15
+ - Replace ~92KB of base64-encoded images with actual PNG files
16
+ - Add TypeScript declaration for PNG module imports
17
+ - Add Jest mock configuration for image file imports
18
+ - Results in ~22KB smaller bundle (base64 encoding has 33% overhead)
19
+ - Images now cached independently from JavaScript bundle
20
+ - @simplybusiness/icons@4.40.1
21
+
3
22
  ## 6.10.1
4
23
 
5
24
  ### Patch Changes