@salt-ds/data-grid 0.0.0-snapshot-20241128105932 → 0.0.0-snapshot-20241202173950

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 +10 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,22 @@
1
1
  # @salt-ds/data-grid
2
2
 
3
- ## 0.0.0-snapshot-20241128105932
3
+ ## 0.0.0-snapshot-20241202173950
4
+
5
+ ### Patch Changes
6
+
7
+ - @salt-ds/lab@0.0.0-snapshot-20241202173950
8
+
9
+ ## 1.0.8
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - Updated dependencies [5cf214c]
8
14
  - Updated dependencies [bae6882]
9
15
  - Updated dependencies [b272497]
16
+ - Updated dependencies [33c8da5]
10
17
  - Updated dependencies [e7b0406]
11
- - @salt-ds/core@0.0.0-snapshot-20241128105932
12
- - @salt-ds/lab@0.0.0-snapshot-20241128105932
18
+ - @salt-ds/core@1.37.3
19
+ - @salt-ds/lab@1.0.0-alpha.56
13
20
 
14
21
  ## 1.0.7
15
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/data-grid",
3
- "version": "0.0.0-snapshot-20241128105932",
3
+ "version": "0.0.0-snapshot-20241202173950",
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-20241128105932",
14
+ "@salt-ds/core": "^1.37.3",
15
15
  "@salt-ds/icons": "^1.13.0",
16
- "@salt-ds/lab": "0.0.0-snapshot-20241128105932",
16
+ "@salt-ds/lab": "0.0.0-snapshot-20241202173950",
17
17
  "@salt-ds/styles": "0.2.1",
18
18
  "@salt-ds/window": "0.1.1",
19
19
  "clsx": "^2.0.0"