@synerise/ds-field-set 0.2.5 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +5 -4
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.2.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.6...@synerise/ds-field-set@0.2.7) (2023-10-18)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.2.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.5...@synerise/ds-field-set@0.2.6) (2023-10-11)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-field-set
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [0.2.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.4...@synerise/ds-field-set@0.2.5) (2023-10-06)
|
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.2.
|
3
|
+
"version": "0.2.7",
|
4
4
|
"description": "FieldSet UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"build:js": "babel --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
|
22
22
|
"build:watch": "npm run build:js -- --watch",
|
23
23
|
"defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
|
24
|
+
"pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
|
24
25
|
"prepublish": "npm run build",
|
25
26
|
"test": "jest",
|
26
27
|
"test:watch": "npm run test -- --watchAll",
|
@@ -32,7 +33,7 @@
|
|
32
33
|
],
|
33
34
|
"types": "dist/index.d.ts",
|
34
35
|
"dependencies": {
|
35
|
-
"@synerise/ds-divider": "^0.6.
|
36
|
+
"@synerise/ds-divider": "^0.6.2"
|
36
37
|
},
|
37
38
|
"peerDependencies": {
|
38
39
|
"@synerise/ds-core": "*",
|
@@ -40,10 +41,10 @@
|
|
40
41
|
"styled-components": "5.0.1"
|
41
42
|
},
|
42
43
|
"devDependencies": {
|
43
|
-
"@synerise/ds-utils": "^0.24.
|
44
|
+
"@synerise/ds-utils": "^0.24.19",
|
44
45
|
"@testing-library/jest-dom": "5.1.1",
|
45
46
|
"@testing-library/react": "10.0.1",
|
46
47
|
"@testing-library/user-event": "^10.3.1"
|
47
48
|
},
|
48
|
-
"gitHead": "
|
49
|
+
"gitHead": "1b2696001dd88b4c11413977e38b541b0c78733d"
|
49
50
|
}
|