@synerise/ds-field-set 0.2.34 → 0.2.35
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [0.2.35](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.34...@synerise/ds-field-set@0.2.35) (2024-09-26)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.2.34](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.33...@synerise/ds-field-set@0.2.34) (2024-09-17)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-field-set
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@synerise/ds-field-set",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.35",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -25,7 +25,8 @@
|
|
25
25
|
"prepublish": "npm run build",
|
26
26
|
"test": "jest",
|
27
27
|
"test:watch": "npm run test -- --watchAll",
|
28
|
-
"types": "tsc --noEmit"
|
28
|
+
"types": "tsc --noEmit",
|
29
|
+
"upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
|
29
30
|
},
|
30
31
|
"sideEffects": [
|
31
32
|
"dist/style/*",
|
@@ -33,8 +34,8 @@
|
|
33
34
|
],
|
34
35
|
"types": "dist/index.d.ts",
|
35
36
|
"dependencies": {
|
36
|
-
"@synerise/ds-divider": "^0.7.
|
37
|
-
"@synerise/ds-utils": "^0.29.
|
37
|
+
"@synerise/ds-divider": "^0.7.7",
|
38
|
+
"@synerise/ds-utils": "^0.29.4"
|
38
39
|
},
|
39
40
|
"peerDependencies": {
|
40
41
|
"@synerise/ds-core": "*",
|
@@ -42,5 +43,5 @@
|
|
42
43
|
"react": ">=16.9.0 <= 17.0.2",
|
43
44
|
"styled-components": "5.0.1"
|
44
45
|
},
|
45
|
-
"gitHead": "
|
46
|
+
"gitHead": "fc06bd0f13401a57329fb92985b735de33108dbc"
|
46
47
|
}
|