@synerise/ds-field-set 0.2.36 → 0.2.37
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 +3 -3
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.37](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.36...@synerise/ds-field-set@0.2.37) (2024-10-14)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.2.36](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.35...@synerise/ds-field-set@0.2.36) (2024-10-01)
|
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.37",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
],
|
35
35
|
"types": "dist/index.d.ts",
|
36
36
|
"dependencies": {
|
37
|
-
"@synerise/ds-divider": "^0.7.
|
37
|
+
"@synerise/ds-divider": "^0.7.9",
|
38
38
|
"@synerise/ds-utils": "^0.30.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"react": ">=16.9.0 <= 17.0.2",
|
44
44
|
"styled-components": "5.0.1"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "39c906a3f4d8ec9442e5780c6e6a387584eabce1"
|
47
47
|
}
|