@synerise/ds-field-set 0.2.29 → 0.2.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +5 -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.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.29...@synerise/ds-field-set@0.2.30) (2024-08-27)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-field-set
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.2.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.28...@synerise/ds-field-set@0.2.29) (2024-08-05)
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.29",
3
+ "version": "0.2.30",
4
4
  "description": "FieldSet UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,12 +33,14 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-divider": "^0.7.1"
36
+ "@synerise/ds-divider": "^0.7.2",
37
+ "@synerise/ds-utils": "^0.28.2"
37
38
  },
38
39
  "peerDependencies": {
39
40
  "@synerise/ds-core": "*",
41
+ "antd": "4.7.0",
40
42
  "react": ">=16.9.0 <= 17.0.2",
41
43
  "styled-components": "5.0.1"
42
44
  },
43
- "gitHead": "fa49911755b906a6990b19d13abae131b0737a3a"
45
+ "gitHead": "a035aeea499cea00e72e20e3790c0ffcad4fe956"
44
46
  }