@ucalgary-design-system/core 1.0.5 → 1.0.6

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/core.css +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @ucalgary-design-system/core
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 66ac9d0: Added the missing serif font file
8
+ - 51904ca: Search input component added
9
+ - All components updated to include Search input component (minor).
10
+ - Core updated with new visually-hidden mixin (patch).
11
+ - Search input component added (patch).
12
+
3
13
  ## 1.0.5
4
14
 
5
15
  ### Patch Changes