@synerise/ds-grid 1.1.9 → 1.1.11

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 +5 -21
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,54 +3,38 @@
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.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.8...@synerise/ds-grid@1.1.9) (2025-10-10)
6
+ ## [1.1.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.10...@synerise/ds-grid@1.1.11) (2026-01-07)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-grid
9
9
 
10
+ ## [1.1.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.9...@synerise/ds-grid@1.1.10) (2025-12-15)
10
11
 
12
+ **Note:** Version bump only for package @synerise/ds-grid
11
13
 
14
+ ## [1.1.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.8...@synerise/ds-grid@1.1.9) (2025-10-10)
12
15
 
16
+ **Note:** Version bump only for package @synerise/ds-grid
13
17
 
14
18
  ## [1.1.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.7...@synerise/ds-grid@1.1.8) (2025-09-16)
15
19
 
16
20
  **Note:** Version bump only for package @synerise/ds-grid
17
21
 
18
-
19
-
20
-
21
-
22
22
  ## [1.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.6...@synerise/ds-grid@1.1.7) (2025-08-28)
23
23
 
24
24
  **Note:** Version bump only for package @synerise/ds-grid
25
25
 
26
-
27
-
28
-
29
-
30
26
  ## [1.1.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.5...@synerise/ds-grid@1.1.6) (2025-07-24)
31
27
 
32
28
  **Note:** Version bump only for package @synerise/ds-grid
33
29
 
34
-
35
-
36
-
37
-
38
30
  ## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.4...@synerise/ds-grid@1.1.5) (2025-07-01)
39
31
 
40
32
  **Note:** Version bump only for package @synerise/ds-grid
41
33
 
42
-
43
-
44
-
45
-
46
34
  ## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.3...@synerise/ds-grid@1.1.4) (2025-06-24)
47
35
 
48
36
  **Note:** Version bump only for package @synerise/ds-grid
49
37
 
50
-
51
-
52
-
53
-
54
38
  ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-grid@1.1.2...@synerise/ds-grid@1.1.3) (2025-06-05)
55
39
 
56
40
  **Note:** Version bump only for package @synerise/ds-grid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-grid",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Grid UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
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
- "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
24
+ "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -35,12 +35,12 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-utils": "^1.5.0"
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": "4e09fc37fa21ff2e27655e7bb305b136db0ca199"
45
+ "gitHead": "f38e4b2dca1d43c39af0b189c93808de62c11e9b"
46
46
  }