@aarhus-university/au-designsystem-delphinus 1.5.2 → 1.5.4

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,10 +1,6 @@
1
- ## 1.5.2 (May 21, 2024)
1
+ ## 1.5.1 - 1.5.4 (May 21 - May 23, 2024)
2
2
  ### Delphinus Projects Updates
3
- * Bug fixes
4
-
5
- ## 1.5.1 (May 21, 2024)
6
- ### Delphinus Projects Updates
7
- * Bug fixes
3
+ * Omnibus hotfixes for launch
8
4
 
9
5
  ## 1.5.0 (May 2, 2024)
10
6
  ### Core Delphinus Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",