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

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,14 @@
1
+ ## 1.5.3 (May 22, 2024)
2
+ ### Delphinus Projects Updates
3
+ * Omnibus fixes for launch
4
+
1
5
  ## 1.5.2 (May 21, 2024)
2
6
  ### Delphinus Projects Updates
3
- * Bug fixes
7
+ * Omnibus fixes for launch
4
8
 
5
9
  ## 1.5.1 (May 21, 2024)
6
10
  ### Delphinus Projects Updates
7
- * Bug fixes
11
+ * Omnibus fixes for launch
8
12
 
9
13
  ## 1.5.0 (May 2, 2024)
10
14
  ### 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.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",