@fluentui/react-divider 9.2.47 → 9.2.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +25 -2
  2. package/package.json +12 -6
  3. package/CHANGELOG.json +0 -4370
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-divider
2
2
 
3
- This log was last generated on Sat, 28 Oct 2023 23:32:06 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.2.49)
8
+
9
+ Thu, 09 Nov 2023 17:23:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.2.48..@fluentui/react-divider_v9.2.49)
11
+
12
+ ### Patches
13
+
14
+ - 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)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.12.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
17
+ - Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
19
+
20
+ ## [9.2.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.2.48)
21
+
22
+ Wed, 01 Nov 2023 12:55:59 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.2.47..@fluentui/react-divider_v9.2.48)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-shared-contexts to v9.11.1 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
28
+ - Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
29
+
7
30
  ## [9.2.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.2.47)
8
31
 
9
- Sat, 28 Oct 2023 23:32:06 GMT
32
+ Sat, 28 Oct 2023 23:35:59 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.2.46..@fluentui/react-divider_v9.2.47)
11
34
 
12
35
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-divider",
3
- "version": "9.2.47",
3
+ "version": "9.2.49",
4
4
  "description": "Fluent UI component to visually separate content.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,10 +33,10 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-jsx-runtime": "^9.0.18",
37
- "@fluentui/react-shared-contexts": "^9.11.0",
38
- "@fluentui/react-theme": "^9.1.14",
39
- "@fluentui/react-utilities": "^9.15.1",
36
+ "@fluentui/react-jsx-runtime": "^9.0.19",
37
+ "@fluentui/react-shared-contexts": "^9.12.0",
38
+ "@fluentui/react-theme": "^9.1.16",
39
+ "@fluentui/react-utilities": "^9.15.2",
40
40
  "@griffel/react": "^1.5.14",
41
41
  "@swc/helpers": "^0.5.1"
42
42
  },
@@ -60,5 +60,11 @@
60
60
  "require": "./lib-commonjs/index.js"
61
61
  },
62
62
  "./package.json": "./package.json"
63
- }
63
+ },
64
+ "files": [
65
+ "*.md",
66
+ "dist/*.d.ts",
67
+ "lib",
68
+ "lib-commonjs"
69
+ ]
64
70
  }