@synerise/ds-field-set 0.2.19 → 0.2.20
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.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.19...@synerise/ds-field-set@0.2.20) (2024-04-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.2.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.18...@synerise/ds-field-set@0.2.19) (2024-04-02)
|
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.20",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
],
|
34
34
|
"types": "dist/index.d.ts",
|
35
35
|
"dependencies": {
|
36
|
-
"@synerise/ds-divider": "^0.6.
|
36
|
+
"@synerise/ds-divider": "^0.6.14"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"@synerise/ds-core": "*",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"@testing-library/react": "10.0.1",
|
47
47
|
"@testing-library/user-event": "^10.3.1"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "84c9ff34c60369cc819ab1d4307373fafaf06462"
|
50
50
|
}
|