@synerise/ds-field-set 0.2.30 → 0.2.31

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 +4 -4
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.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.30...@synerise/ds-field-set@0.2.31) (2024-09-03)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-field-set
9
+
10
+
11
+
12
+
13
+
6
14
  ## [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
15
 
8
16
  **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.30",
3
+ "version": "0.2.31",
4
4
  "description": "FieldSet UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-divider": "^0.7.2",
37
- "@synerise/ds-utils": "^0.28.2"
36
+ "@synerise/ds-divider": "^0.7.3",
37
+ "@synerise/ds-utils": "^0.29.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@synerise/ds-core": "*",
@@ -42,5 +42,5 @@
42
42
  "react": ">=16.9.0 <= 17.0.2",
43
43
  "styled-components": "5.0.1"
44
44
  },
45
- "gitHead": "a035aeea499cea00e72e20e3790c0ffcad4fe956"
45
+ "gitHead": "6fe94d574f25c5267c7593dec9399527f441b23a"
46
46
  }