@hortiview/shared-components 1.3.1 → 1.3.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 +5 -0
  2. package/package.json +7 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## <small>1.3.2 (2025-04-08)</small>
2
+
3
+ * Merged PR 4718: refactor: release notes updated ([aa9b0ca](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/aa9b0ca)), closes [#14702](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/issues/14702)
4
+ * refactor: release notes updated ([fe353cb](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/fe353cb))
5
+
1
6
  ## <small>1.3.1 (2025-04-08)</small>
2
7
 
3
8
  * Merged PR 4716: refactor: changelog notes updated ([b3cc041](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/b3cc041)), closes [#14702](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/issues/14702)
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.3.1",
4
+ "version": "1.3.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>",
@@ -81,6 +81,12 @@
81
81
  "hidden": false
82
82
  }
83
83
  ]
84
+ },
85
+ "writerOpts": {
86
+ "commitsSort": [
87
+ "subject",
88
+ "scope"
89
+ ]
84
90
  }
85
91
  }
86
92
  ],