@simplybusiness/mobius 6.9.3 → 6.9.5

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.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 56c673f: Migrate CSS from SASS-style nesting to native CSS nesting syntax
8
+ - Update 62 CSS source files to use native CSS nesting with `&` prefix
9
+ - Switch PostCSS plugin from `postcss-nested` to `postcss-nesting`
10
+ - No functional changes to compiled CSS output (still Safari 14 compatible)
11
+
12
+ - c54e331: Remove deprecated ForwardedRefComponent type and migrate to ref-as-prop pattern
13
+ - @simplybusiness/icons@4.37.0
14
+
15
+ ## 6.9.4
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [0fac168]
20
+ - @simplybusiness/icons@4.37.0
21
+
3
22
  ## 6.9.3
4
23
 
5
24
  ### Patch Changes