@synerise/ds-field-set 0.2.27 → 0.2.28
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 +4 -10
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.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.27...@synerise/ds-field-set@0.2.28) (2024-07-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.2.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.26...@synerise/ds-field-set@0.2.27) (2024-06-21)
|
7
15
|
|
8
16
|
|
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.28",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,18 +33,12 @@
|
|
33
33
|
],
|
34
34
|
"types": "dist/index.d.ts",
|
35
35
|
"dependencies": {
|
36
|
-
"@synerise/ds-divider": "^0.7.
|
36
|
+
"@synerise/ds-divider": "^0.7.1"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"@synerise/ds-core": "*",
|
40
|
-
"react": ">=16.9.0
|
40
|
+
"react": ">=16.9.0 <= 17.0.2",
|
41
41
|
"styled-components": "5.0.1"
|
42
42
|
},
|
43
|
-
"
|
44
|
-
"@synerise/ds-utils": "^0.27.0",
|
45
|
-
"@testing-library/jest-dom": "5.1.1",
|
46
|
-
"@testing-library/react": "10.0.1",
|
47
|
-
"@testing-library/user-event": "^10.3.1"
|
48
|
-
},
|
49
|
-
"gitHead": "ef835e848d4f02cca258130baa6c9f44dfa15dd0"
|
43
|
+
"gitHead": "6e5e5202d6c6f1c2caf6bfef799009813b437b3d"
|
50
44
|
}
|