@synerise/ds-field-set 0.1.27 → 0.1.29

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 +16 -0
  2. package/package.json +3 -3
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.1.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.28...@synerise/ds-field-set@0.1.29) (2023-03-08)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-field-set
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.27...@synerise/ds-field-set@0.1.28) (2023-02-28)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-field-set
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.1.26...@synerise/ds-field-set@0.1.27) (2023-02-27)
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.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "FieldSet UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,11 +32,11 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-divider": "^0.5.27"
35
+ "@synerise/ds-divider": "^0.5.29"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@synerise/ds-core": "*",
39
39
  "react": ">=16.9.0 < 17.0.0"
40
40
  },
41
- "gitHead": "c3df6dcf4bf27b87b971f3e460d5a1a407a7b7da"
41
+ "gitHead": "55d4a4dfa9230bea883b887e4457ca86f8509d83"
42
42
  }