@synerise/ds-field-set 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +0 -24
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,30 +3,6 @@
|
|
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.1.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.16...@synerise/ds-field-set@0.1.17) (2022-08-04)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## [0.1.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.14...@synerise/ds-field-set@0.1.16) (2022-08-04)
|
15
|
-
|
16
|
-
**Note:** Version bump only for package @synerise/ds-field-set
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## [0.1.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.14...@synerise/ds-field-set@0.1.15) (2022-08-04)
|
23
|
-
|
24
|
-
**Note:** Version bump only for package @synerise/ds-field-set
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
6
|
## [0.1.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.13...@synerise/ds-field-set@0.1.14) (2022-07-17)
|
31
7
|
|
32
8
|
**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.1.
|
3
|
+
"version": "0.1.18",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -32,11 +32,11 @@
|
|
32
32
|
],
|
33
33
|
"types": "dist/index.d.ts",
|
34
34
|
"dependencies": {
|
35
|
-
"@synerise/ds-divider": "^0.5.
|
35
|
+
"@synerise/ds-divider": "^0.5.14"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
38
|
"@synerise/ds-core": "*",
|
39
39
|
"react": ">=16.9.0 < 17.0.0"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "1ff23a390382403be15699d1963ad8f6c26e5ba6"
|
42
42
|
}
|