@ucalgary-design-system/core 1.0.9 → 1.0.11

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,19 @@
1
1
  # @ucalgary-design-system/core
2
2
 
3
+ ## 1.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 2221d25: Fix font assets being inlined into CSS bundles during library builds. Font files are now distributed as separate assets and referenced by the generated CSS.
8
+
9
+ ## 1.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - 5e2ac2d: Made use of new animated underline mixin.
14
+ - 31c3e09: Added Breadcrumb and Breadcrumb Item components
15
+ - c1dd26e: Refactored focus mixins
16
+
3
17
  ## 1.0.9
4
18
 
5
19
  ### Patch Changes