@salt-ds/data-grid 0.0.0-snapshot-20251011085150 → 0.0.0-snapshot-20251015105819

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 +6 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @salt-ds/data-grid
2
2
 
3
- ## 0.0.0-snapshot-20251011085150
3
+ ## 0.0.0-snapshot-20251015105819
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [61c2bad]
8
- - Updated dependencies [9979acb]
8
+ - Updated dependencies [c3ef64e]
9
9
  - Updated dependencies [fef411f]
10
- - @salt-ds/core@0.0.0-snapshot-20251011085150
11
- - @salt-ds/icons@0.0.0-snapshot-20251011085150
12
- - @salt-ds/lab@0.0.0-snapshot-20251011085150
13
- - @salt-ds/styles@0.0.0-snapshot-20251011085150
10
+ - @salt-ds/core@0.0.0-snapshot-20251015105819
11
+ - @salt-ds/icons@0.0.0-snapshot-20251015105819
12
+ - @salt-ds/lab@0.0.0-snapshot-20251015105819
13
+ - @salt-ds/styles@0.0.0-snapshot-20251015105819
14
14
 
15
15
  ## 1.0.30
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/data-grid",
3
- "version": "0.0.0-snapshot-20251011085150",
3
+ "version": "0.0.0-snapshot-20251015105819",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,10 +11,10 @@
11
11
  "main": "dist-cjs/index.js",
12
12
  "sideEffects": false,
13
13
  "dependencies": {
14
- "@salt-ds/core": "^0.0.0-snapshot-20251011085150",
15
- "@salt-ds/icons": "^0.0.0-snapshot-20251011085150",
16
- "@salt-ds/lab": "0.0.0-snapshot-20251011085150",
17
- "@salt-ds/styles": "0.0.0-snapshot-20251011085150",
14
+ "@salt-ds/core": "^0.0.0-snapshot-20251015105819",
15
+ "@salt-ds/icons": "^0.0.0-snapshot-20251015105819",
16
+ "@salt-ds/lab": "0.0.0-snapshot-20251015105819",
17
+ "@salt-ds/styles": "0.0.0-snapshot-20251015105819",
18
18
  "@salt-ds/window": "0.1.1",
19
19
  "clsx": "^2.0.0"
20
20
  },