@hortiview/shared-components 1.3.2 → 1.3.4

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 +10 -0
  2. package/package.json +2 -88
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [1.3.4](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.3.3...v1.3.4) (2025-04-09)
2
+
3
+ ### Code Refactoring
4
+
5
+ * release config moved to file ([a875393](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/a875393bb9f8325d08763a60d06e9febde7b2c8f))
6
+ * release config moved to file ([84c9d6c](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/84c9d6cc03f305876afeef3fd2f02c78b57c7a6e))
7
+ * release note config updated ([b21fb4c](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/b21fb4ca5bfe8c1cafc33f165e1f5933574b5fbb))
8
+
9
+ ## [1.3.3](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.3.2...v1.3.3) (2025-04-09)
10
+
1
11
  ## <small>1.3.2 (2025-04-08)</small>
2
12
 
3
13
  * 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)
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.2",
4
+ "version": "1.3.4",
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>",
@@ -28,93 +28,6 @@
28
28
  "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
29
29
  }
30
30
  },
31
- "release": {
32
- "plugins": [
33
- [
34
- "@semantic-release/commit-analyzer",
35
- {
36
- "preset": "conventionalCommits",
37
- "releaseRules": [
38
- {
39
- "type": "docs",
40
- "scope": "README",
41
- "release": "patch"
42
- },
43
- {
44
- "type": "refactor",
45
- "release": "patch"
46
- },
47
- {
48
- "type": "style",
49
- "release": "patch"
50
- }
51
- ]
52
- }
53
- ],
54
- [
55
- "@semantic-release/release-notes-generator",
56
- {
57
- "preset": "conventionalCommits",
58
- "presetConfig": {
59
- "types": [
60
- {
61
- "type": "docs",
62
- "section": "Documentation",
63
- "hidden": false
64
- },
65
- {
66
- "type": "feat",
67
- "section": "Features"
68
- },
69
- {
70
- "type": "fix",
71
- "section": "Bug Fixes"
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
- "writerOpts": {
86
- "commitsSort": [
87
- "subject",
88
- "scope"
89
- ]
90
- }
91
- }
92
- ],
93
- "semantic-release-ado",
94
- [
95
- "@semantic-release/npm",
96
- {
97
- "npmPublish": false
98
- }
99
- ],
100
- [
101
- "@semantic-release/changelog",
102
- {
103
- "changelogFile": "CHANGELOG.md"
104
- }
105
- ],
106
- [
107
- "@semantic-release/git",
108
- {
109
- "assets": [
110
- "package.json",
111
- "CHANGELOG.md"
112
- ],
113
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
114
- }
115
- ]
116
- ]
117
- },
118
31
  "scripts": {
119
32
  "start": "vite",
120
33
  "build": "tsc --p ./tsconfig-build.json && vite build",
@@ -164,6 +77,7 @@
164
77
  "@vitejs/plugin-react": "^4.3.4",
165
78
  "@vitest/coverage-v8": "^3.0.5",
166
79
  "@vitest/ui": "^3.0.5",
80
+ "conventional-changelog-conventionalcommits": "^8.0.0",
167
81
  "eslint": "^8.57.0",
168
82
  "eslint-plugin-react-hooks": "^4.6.0",
169
83
  "eslint-plugin-react-refresh": "^0.4.5",