@synerise/ds-insight 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -13
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,38 +3,32 @@
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
- ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.2...@synerise/ds-insight@1.1.3) (2025-11-28)
6
+ ## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.4...@synerise/ds-insight@1.1.5) (2026-01-07)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-insight
9
9
 
10
+ ## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.3...@synerise/ds-insight@1.1.4) (2025-12-15)
10
11
 
12
+ **Note:** Version bump only for package @synerise/ds-insight
11
13
 
14
+ ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.2...@synerise/ds-insight@1.1.3) (2025-11-28)
12
15
 
16
+ **Note:** Version bump only for package @synerise/ds-insight
13
17
 
14
18
  ## [1.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.1...@synerise/ds-insight@1.1.2) (2025-11-06)
15
19
 
16
20
  **Note:** Version bump only for package @synerise/ds-insight
17
21
 
18
-
19
-
20
-
21
-
22
22
  ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-insight@1.1.0...@synerise/ds-insight@1.1.1) (2025-10-10)
23
23
 
24
24
  **Note:** Version bump only for package @synerise/ds-insight
25
25
 
26
-
27
-
28
-
29
-
30
26
  # 1.1.0 (2025-09-23)
31
27
 
32
-
33
28
  ### Bug Fixes
34
29
 
35
- * **insight:** update dependencies ([5c097ea](https://github.com/Synerise/synerise-design/commit/5c097ea0f99eb2e7a39274afd1ea7aa7a0027fce))
36
-
30
+ - **insight:** update dependencies ([5c097ea](https://github.com/Synerise/synerise-design/commit/5c097ea0f99eb2e7a39274afd1ea7aa7a0027fce))
37
31
 
38
32
  ### Features
39
33
 
40
- * **insight:** new component ([090427d](https://github.com/Synerise/synerise-design/commit/090427d8c7aba94ccf60342b065480c43d7baeb3))
34
+ - **insight:** new component ([090427d](https://github.com/Synerise/synerise-design/commit/090427d8c7aba94ccf60342b065480c43d7baeb3))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-insight",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Insight UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -23,7 +23,7 @@
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "prepublish": "npm run build",
25
25
  "types": "tsc --noEmit",
26
- "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
26
+ "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
27
27
  "test": "jest",
28
28
  "test:watch": "npm run test -- --watchAll",
29
29
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -34,13 +34,13 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-inline-alert": "^1.1.1",
38
- "@synerise/ds-utils": "^1.5.0"
37
+ "@synerise/ds-inline-alert": "^1.1.3",
38
+ "@synerise/ds-utils": "^1.5.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@synerise/ds-core": "*",
42
42
  "react": ">=16.9.0 <= 18.3.1",
43
43
  "styled-components": "^5.3.3"
44
44
  },
45
- "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
45
+ "gitHead": "f38e4b2dca1d43c39af0b189c93808de62c11e9b"
46
46
  }