@salt-ds/data-grid 0.0.0-snapshot-20241106085302 → 0.0.0-snapshot-20241112121459

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,19 @@
1
1
  # @salt-ds/data-grid
2
2
 
3
- ## 0.0.0-snapshot-20241106085302
3
+ ## 0.0.0-snapshot-20241112121459
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [ae6e5c9]
8
+ - Updated dependencies [b395246]
7
9
  - Updated dependencies [3cf8d99]
8
10
  - Updated dependencies [aced985]
9
11
  - Updated dependencies [0730eb0]
12
+ - Updated dependencies [91973ac]
10
13
  - Updated dependencies [6b1f109]
11
- - @salt-ds/lab@0.0.0-snapshot-20241106085302
12
- - @salt-ds/core@0.0.0-snapshot-20241106085302
14
+ - Updated dependencies [26bf747]
15
+ - @salt-ds/core@0.0.0-snapshot-20241112121459
16
+ - @salt-ds/lab@0.0.0-snapshot-20241112121459
13
17
 
14
18
  ## 1.0.6
15
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/data-grid",
3
- "version": "0.0.0-snapshot-20241106085302",
3
+ "version": "0.0.0-snapshot-20241112121459",
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-20241106085302",
14
+ "@salt-ds/core": "^0.0.0-snapshot-20241112121459",
15
15
  "@salt-ds/icons": "^1.12.1",
16
- "@salt-ds/lab": "0.0.0-snapshot-20241106085302",
16
+ "@salt-ds/lab": "0.0.0-snapshot-20241112121459",
17
17
  "@salt-ds/styles": "0.2.1",
18
18
  "@salt-ds/window": "0.1.1",
19
19
  "clsx": "^2.0.0"