@hortiview/shared-components 1.3.3 → 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 +8 -0
  2. package/package.json +2 -85
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
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
+
1
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)
2
10
 
3
11
  ## <small>1.3.2 (2025-04-08)</small>
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.3",
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,90 +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
- "releaseRules": [
37
- {
38
- "type": "docs",
39
- "release": "patch"
40
- },
41
- {
42
- "type": "refactor",
43
- "release": "patch"
44
- },
45
- {
46
- "type": "style",
47
- "release": "patch"
48
- }
49
- ]
50
- }
51
- ],
52
- [
53
- "@semantic-release/release-notes-generator",
54
- {
55
- "presetConfig": {
56
- "types": [
57
- {
58
- "type": "docs",
59
- "section": "Documentation",
60
- "hidden": false
61
- },
62
- {
63
- "type": "feat",
64
- "section": "Features"
65
- },
66
- {
67
- "type": "fix",
68
- "section": "Bug Fixes"
69
- },
70
- {
71
- "type": "refactor",
72
- "section": "Code Refactoring",
73
- "hidden": false
74
- },
75
- {
76
- "type": "style",
77
- "section": "Styles",
78
- "hidden": false
79
- }
80
- ]
81
- },
82
- "writerOpts": {
83
- "commitsSort": [
84
- "subject",
85
- "scope"
86
- ]
87
- }
88
- }
89
- ],
90
- "semantic-release-ado",
91
- [
92
- "@semantic-release/npm",
93
- {
94
- "npmPublish": false
95
- }
96
- ],
97
- [
98
- "@semantic-release/changelog",
99
- {
100
- "changelogFile": "CHANGELOG.md"
101
- }
102
- ],
103
- [
104
- "@semantic-release/git",
105
- {
106
- "assets": [
107
- "package.json",
108
- "CHANGELOG.md"
109
- ],
110
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
111
- }
112
- ]
113
- ]
114
- },
115
31
  "scripts": {
116
32
  "start": "vite",
117
33
  "build": "tsc --p ./tsconfig-build.json && vite build",
@@ -161,6 +77,7 @@
161
77
  "@vitejs/plugin-react": "^4.3.4",
162
78
  "@vitest/coverage-v8": "^3.0.5",
163
79
  "@vitest/ui": "^3.0.5",
80
+ "conventional-changelog-conventionalcommits": "^8.0.0",
164
81
  "eslint": "^8.57.0",
165
82
  "eslint-plugin-react-hooks": "^4.6.0",
166
83
  "eslint-plugin-react-refresh": "^0.4.5",