@synerise/ds-field-set 0.2.8 → 0.2.10

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 +5 -5
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.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.9...@synerise/ds-field-set@0.2.10) (2023-12-11)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-field-set
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.2.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.8...@synerise/ds-field-set@0.2.9) (2023-10-30)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-field-set
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.2.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-field-set@0.2.7...@synerise/ds-field-set@0.2.8) (2023-10-19)
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.8",
3
+ "version": "0.2.10",
4
4
  "description": "FieldSet UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -18,7 +18,7 @@
18
18
  "scripts": {
19
19
  "build": "npm run build:js && npm run build:css && npm run defs",
20
20
  "build:css": "node ../../../scripts/style/less.js",
21
- "build:js": "babel --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
21
+ "build:js": "babel --delete-dir-on-start --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
24
  "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-divider": "^0.6.3"
36
+ "@synerise/ds-divider": "^0.6.5"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@synerise/ds-core": "*",
@@ -41,10 +41,10 @@
41
41
  "styled-components": "5.0.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@synerise/ds-utils": "^0.24.20",
44
+ "@synerise/ds-utils": "^0.24.22",
45
45
  "@testing-library/jest-dom": "5.1.1",
46
46
  "@testing-library/react": "10.0.1",
47
47
  "@testing-library/user-event": "^10.3.1"
48
48
  },
49
- "gitHead": "0f860580d5e53dd24a5474aaead7c6d89f8674da"
49
+ "gitHead": "5ab278e69cd049334216bc9867cca2ce6a5fc218"
50
50
  }