@aarhus-university/au-designsystem-delphinus 1.4.4 → 1.4.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.4.6 (April 18, 2024)
2
+ ### Delphinus Projects Updates
3
+ #### Omnibus
4
+ * Minor changes for Omnibus
5
+
6
+ ## 1.4.5 (April 11, 2024)
7
+ ### Delphinus Projects Updates
8
+ #### Omnibus
9
+ * Minor changes for Omnibus
10
+
1
11
  ## 1.4.4 (April 10, 2024)
2
12
  ### Core Delphinus Updates
3
13
  Added the following [layouts](https://delphinus.au.dk/layout-row).
@@ -15,7 +25,8 @@ Added the following [layouts](https://delphinus.au.dk/layout-row).
15
25
  * Removed preview for Omnibus-V2 as launch approaches and final touches are being made.
16
26
 
17
27
  ## 1.4.2 (March 12, 2024)
18
- ### Core Delphinus Updates
28
+ ### Core Delphinus
29
+
19
30
  * Fixed a bug where adjecent ordered lists would reset the counter even though the start attribute were set.
20
31
 
21
32
  ## 1.4.1 (March 12, 2024)
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.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",