@aarhus-university/au-designsystem-delphinus 1.4.4 → 1.4.5

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,8 @@
1
+ ## 1.4.5 (April 11, 2024)
2
+ ### Delphinus Projects Updates
3
+ #### Omnibus
4
+ * Minor changes for Omnibus
5
+
1
6
  ## 1.4.4 (April 10, 2024)
2
7
  ### Core Delphinus Updates
3
8
  Added the following [layouts](https://delphinus.au.dk/layout-row).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",