@aarhus-university/au-designsystem-delphinus 0.26.0 → 0.26.1

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
+ ## 0.26.1 (May 23, 2022)
2
+
3
+ ### Core Delphinus Updates
4
+ * Moved types folder to root and added missing package.json for automatic type recognition in other projects.
5
+
6
+ ### Delphinus Projects Updates
7
+ None
8
+
9
+
10
+
1
11
  ## 0.26.0 (May 23, 2022)
2
12
 
3
13
  ### Core Delphinus Updates
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
3
  "sideEffects": false,
4
- "version": "0.26.0",
4
+ "version": "0.26.1",
5
5
  "devDependencies": {
6
6
  "@babel/core": "^7.0.0",
7
7
  "@babel/plugin-proposal-class-properties": "^7.0.0",
@@ -7,4 +7,4 @@ interface ITabbedTab {
7
7
  href: string,
8
8
  text: string,
9
9
  dataGtm: string,
10
- }
10
+ }
File without changes
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "common",
3
+ "version": "1.0.0",
4
+ "typings": "main.d.ts"
5
+ }