@synerise/ds-field-set 0.2.0 → 0.2.2
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 +11 -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.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.1...@synerise/ds-field-set@0.2.2) (2023-09-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.2.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.0...@synerise/ds-field-set@0.2.1) (2023-08-30)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
# [0.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.39...@synerise/ds-field-set@0.2.0) (2023-08-25)
|
7
23
|
|
8
24
|
|
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.2",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -32,11 +32,18 @@
|
|
32
32
|
],
|
33
33
|
"types": "dist/index.d.ts",
|
34
34
|
"dependencies": {
|
35
|
-
"@synerise/ds-divider": "^0.5.
|
35
|
+
"@synerise/ds-divider": "^0.5.42"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
38
|
"@synerise/ds-core": "*",
|
39
|
-
"react": ">=16.9.0 < 17.0.0"
|
39
|
+
"react": ">=16.9.0 < 17.0.0",
|
40
|
+
"styled-components": "5.0.1"
|
40
41
|
},
|
41
|
-
"
|
42
|
+
"devDependencies": {
|
43
|
+
"@synerise/ds-utils": "^0.24.15",
|
44
|
+
"@testing-library/jest-dom": "5.1.1",
|
45
|
+
"@testing-library/react": "10.0.1",
|
46
|
+
"@testing-library/user-event": "^10.3.1"
|
47
|
+
},
|
48
|
+
"gitHead": "a2b1a3a78d87edfdbe97ae2f66573f4736f30e8b"
|
42
49
|
}
|