@fluentui/react-table 9.10.9 → 9.10.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 (3) hide show
  1. package/CHANGELOG.md +34 -2
  2. package/package.json +19 -13
  3. package/CHANGELOG.json +0 -4874
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui/react-table
2
2
 
3
- This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Nov 2023 17:48:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.11)
8
+
9
+ Tue, 14 Nov 2023 17:48:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.10..@fluentui/react-table_v9.10.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.5.46 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
15
+ - Bump @fluentui/react-checkbox to v9.1.56 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
16
+ - Bump @fluentui/react-radio to v9.1.56 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.14.5 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
18
+
19
+ ## [9.10.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.10)
20
+
21
+ Thu, 09 Nov 2023 17:29:44 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.9..@fluentui/react-table_v9.10.10)
23
+
24
+ ### Patches
25
+
26
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
27
+ - Bump @fluentui/keyboard-keys to v9.0.7 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
28
+ - Bump @fluentui/react-aria to v9.3.44 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
29
+ - Bump @fluentui/react-avatar to v9.5.45 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
30
+ - Bump @fluentui/react-checkbox to v9.1.55 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
31
+ - Bump @fluentui/react-context-selector to v9.1.42 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
32
+ - Bump @fluentui/react-radio to v9.1.55 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
33
+ - Bump @fluentui/react-shared-contexts to v9.12.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.14.4 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
35
+ - Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
37
+ - Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
38
+
7
39
  ## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.9)
8
40
 
9
- Wed, 01 Nov 2023 12:51:07 GMT
41
+ Wed, 01 Nov 2023 12:55:59 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.8..@fluentui/react-table_v9.10.9)
11
43
 
12
44
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-table",
3
- "version": "9.10.9",
3
+ "version": "9.10.11",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,18 +35,18 @@
35
35
  "@fluentui/scripts-tasks": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/keyboard-keys": "^9.0.6",
39
- "@fluentui/react-aria": "^9.3.43",
40
- "@fluentui/react-avatar": "^9.5.44",
41
- "@fluentui/react-checkbox": "^9.1.54",
42
- "@fluentui/react-context-selector": "^9.1.41",
38
+ "@fluentui/keyboard-keys": "^9.0.7",
39
+ "@fluentui/react-aria": "^9.3.44",
40
+ "@fluentui/react-avatar": "^9.5.46",
41
+ "@fluentui/react-checkbox": "^9.1.56",
42
+ "@fluentui/react-context-selector": "^9.1.42",
43
43
  "@fluentui/react-icons": "^2.0.217",
44
- "@fluentui/react-radio": "^9.1.54",
45
- "@fluentui/react-shared-contexts": "^9.11.1",
46
- "@fluentui/react-tabster": "^9.14.3",
47
- "@fluentui/react-theme": "^9.1.15",
48
- "@fluentui/react-utilities": "^9.15.1",
49
- "@fluentui/react-jsx-runtime": "^9.0.18",
44
+ "@fluentui/react-radio": "^9.1.56",
45
+ "@fluentui/react-shared-contexts": "^9.12.0",
46
+ "@fluentui/react-tabster": "^9.14.5",
47
+ "@fluentui/react-theme": "^9.1.16",
48
+ "@fluentui/react-utilities": "^9.15.2",
49
+ "@fluentui/react-jsx-runtime": "^9.0.19",
50
50
  "@griffel/react": "^1.5.14",
51
51
  "@swc/helpers": "^0.5.1"
52
52
  },
@@ -69,5 +69,11 @@
69
69
  "require": "./lib-commonjs/index.js"
70
70
  },
71
71
  "./package.json": "./package.json"
72
- }
72
+ },
73
+ "files": [
74
+ "*.md",
75
+ "dist/*.d.ts",
76
+ "lib",
77
+ "lib-commonjs"
78
+ ]
73
79
  }