@aarhus-university/au-designsystem-delphinus 1.3.4 → 1.3.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 1.3.6 (January 16, 2024)
2
+
3
+ ### Core Delphinus Updates
4
+ * Fixed hover color on highlighted .shortcut
5
+
6
+ ## 1.3.5 (January 16, 2024)
7
+
8
+ ### Core Delphinus Updates
9
+ * Fixed hover color on highlighted .shortcut
10
+
1
11
  ## 1.3.4 (January 16, 2024)
2
12
 
3
13
  ### Core Delphinus Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",