@hortiview/shared-components 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +35 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.2.2](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.2.1...v1.2.2) (2025-04-08)
2
+
1
3
  ## [1.2.1](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.2.0...v1.2.1) (2025-04-08)
2
4
 
3
5
  # [1.2.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.1.2...v1.2.0) (2025-04-02)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",
@@ -50,7 +50,40 @@
50
50
  ]
51
51
  }
52
52
  ],
53
- "@semantic-release/release-notes-generator",
53
+ [
54
+ "@semantic-release/release-notes-generator",
55
+ {
56
+ "presetConfig": {
57
+ "types": [
58
+ {
59
+ "type": "docs",
60
+ "section": "Documentation",
61
+ "hidden": false
62
+ },
63
+ {
64
+ "type": "feat",
65
+ "section": "Features",
66
+ "hidden": false
67
+ },
68
+ {
69
+ "type": "fix",
70
+ "section": "Bug Fixes",
71
+ "hidden": false
72
+ },
73
+ {
74
+ "type": "refactor",
75
+ "section": "Code Refactoring",
76
+ "hidden": false
77
+ },
78
+ {
79
+ "type": "style",
80
+ "section": "Styles",
81
+ "hidden": false
82
+ }
83
+ ]
84
+ }
85
+ }
86
+ ],
54
87
  "semantic-release-ado",
55
88
  [
56
89
  "@semantic-release/npm",