@synerise/ds-field-set 0.2.21 → 0.2.22

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 +3 -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.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.21...@synerise/ds-field-set@0.2.22) (2024-04-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-field-set
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.2.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.20...@synerise/ds-field-set@0.2.21) (2024-04-15)
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.21",
3
+ "version": "0.2.22",
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.15"
36
+ "@synerise/ds-divider": "^0.6.16"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@synerise/ds-core": "*",
@@ -46,5 +46,5 @@
46
46
  "@testing-library/react": "10.0.1",
47
47
  "@testing-library/user-event": "^10.3.1"
48
48
  },
49
- "gitHead": "fcc57aef73d1309a366e4c6e80ce4defdd9f20f8"
49
+ "gitHead": "6f0dc42ae79cea009e60fdb1f91ef72dcc82998e"
50
50
  }