@synerise/ds-field-set 0.2.30 → 0.2.32
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
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.32](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.31...@synerise/ds-field-set@0.2.32) (2024-09-11)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.2.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.30...@synerise/ds-field-set@0.2.31) (2024-09-03)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [0.2.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.29...@synerise/ds-field-set@0.2.30) (2024-08-27)
|
7
23
|
|
8
24
|
**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.32",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,8 +33,8 @@
|
|
33
33
|
],
|
34
34
|
"types": "dist/index.d.ts",
|
35
35
|
"dependencies": {
|
36
|
-
"@synerise/ds-divider": "^0.7.
|
37
|
-
"@synerise/ds-utils": "^0.
|
36
|
+
"@synerise/ds-divider": "^0.7.4",
|
37
|
+
"@synerise/ds-utils": "^0.29.1"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
40
|
"@synerise/ds-core": "*",
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"react": ">=16.9.0 <= 17.0.2",
|
43
43
|
"styled-components": "5.0.1"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "fcf3fa64e906cf9fefb37a61ee28218c8eed9b73"
|
46
46
|
}
|