@salt-ds/data-grid 0.0.0-snapshot-20250724191822 → 0.0.0-snapshot-20250804072309

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 +25 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,36 @@
1
1
  # @salt-ds/data-grid
2
2
 
3
- ## 0.0.0-snapshot-20250724191822
3
+ ## 0.0.0-snapshot-20250804072309
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fbd06d4]
8
+ - @salt-ds/core@0.0.0-snapshot-20250804072309
9
+ - @salt-ds/lab@0.0.0-snapshot-20250804072309
10
+
11
+ ## 1.0.26
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [c58279f]
16
+ - Updated dependencies [7440996]
17
+ - Updated dependencies [239d20c]
18
+ - Updated dependencies [fe8da62]
19
+ - Updated dependencies [d747775]
20
+ - Updated dependencies [7440996]
21
+ - @salt-ds/core@1.47.4
22
+ - @salt-ds/lab@1.0.0-alpha.74
23
+
24
+ ## 1.0.25
4
25
 
5
26
  ### Patch Changes
6
27
 
7
28
  - Updated dependencies [55e7bc5]
8
- - Updated dependencies [d8323f6]
29
+ - Updated dependencies [86877dd]
9
30
  - Updated dependencies [3481308]
10
31
  - Updated dependencies [851e4cb]
11
- - @salt-ds/core@0.0.0-snapshot-20250724191822
12
- - @salt-ds/lab@0.0.0-snapshot-20250724191822
32
+ - @salt-ds/core@1.47.3
33
+ - @salt-ds/lab@1.0.0-alpha.73
13
34
 
14
35
  ## 1.0.24
15
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/data-grid",
3
- "version": "0.0.0-snapshot-20250724191822",
3
+ "version": "0.0.0-snapshot-20250804072309",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,9 +11,9 @@
11
11
  "main": "dist-cjs/index.js",
12
12
  "sideEffects": false,
13
13
  "dependencies": {
14
- "@salt-ds/core": "^0.0.0-snapshot-20250724191822",
14
+ "@salt-ds/core": "^0.0.0-snapshot-20250804072309",
15
15
  "@salt-ds/icons": "^1.14.0",
16
- "@salt-ds/lab": "0.0.0-snapshot-20250724191822",
16
+ "@salt-ds/lab": "0.0.0-snapshot-20250804072309",
17
17
  "@salt-ds/styles": "0.2.1",
18
18
  "@salt-ds/window": "0.1.1",
19
19
  "clsx": "^2.0.0"