@synerise/ds-field-set 0.2.13 → 0.2.15
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.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.14...@synerise/ds-field-set@0.2.15) (2024-03-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.2.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.13...@synerise/ds-field-set@0.2.14) (2024-02-21)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [0.2.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.12...@synerise/ds-field-set@0.2.13) (2024-02-19)
|
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.15",
|
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.10"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"@synerise/ds-core": "*",
|
@@ -41,10 +41,10 @@
|
|
41
41
|
"styled-components": "5.0.1"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@synerise/ds-utils": "^0.
|
44
|
+
"@synerise/ds-utils": "^0.25.0",
|
45
45
|
"@testing-library/jest-dom": "5.1.1",
|
46
46
|
"@testing-library/react": "10.0.1",
|
47
47
|
"@testing-library/user-event": "^10.3.1"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "6b8da853a2bb4e993d89e9b0b3041216f0c9c976"
|
50
50
|
}
|