@aarhus-university/au-designsystem-delphinus 1.4.3 → 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,17 @@
1
+ ## 1.4.5 (April 11, 2024)
2
+ ### Delphinus Projects Updates
3
+ #### Omnibus
4
+ * Minor changes for Omnibus
5
+
6
+ ## 1.4.4 (April 10, 2024)
7
+ ### Core Delphinus Updates
8
+ Added the following [layouts](https://delphinus.au.dk/layout-row).
9
+ * 2 columns
10
+ * 3 columms
11
+ * 4 columms
12
+ * 2-1 layout
13
+ * 1-2 layout
14
+
1
15
  ## 1.4.3 (March 26, 2024)
2
16
  ### Core Delphinus Updates
3
17
  * Added 1-2-1 [layout](https://delphinus.au.dk/layout-row), that divides 3 row item with a 25%, 50% and 25% distribution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.4.3",
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\"",