@fluentui/react-migration-v8-v9 9.2.11 → 9.2.13

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,51 @@
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 12 May 2023 20:21:57 GMT",
5
+ "date": "Thu, 18 May 2023 13:08:33 GMT",
6
+ "tag": "@fluentui/react-migration-v8-v9_v9.2.13",
7
+ "version": "9.2.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-migration-v8-v9",
13
+ "comment": "Bump @fluentui/react-components to v9.20.2",
14
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 18 May 2023 00:39:09 GMT",
21
+ "tag": "@fluentui/react-migration-v8-v9_v9.2.12",
22
+ "version": "9.2.12",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-migration-v8-v9",
28
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
29
+ "comment": "chore: add test-ssr script to v9 packages"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-migration-v8-v9",
36
+ "comment": "Bump @fluentui/react-components to v9.20.1",
37
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-migration-v8-v9",
42
+ "comment": "Bump @fluentui/react-utilities to v9.9.0",
43
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Fri, 12 May 2023 20:27:28 GMT",
6
50
  "tag": "@fluentui/react-migration-v8-v9_v9.2.11",
7
51
  "version": "9.2.11",
8
52
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Fri, 12 May 2023 20:21:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 May 2023 13:08:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.13)
8
+
9
+ Thu, 18 May 2023 13:08:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.12..@fluentui/react-migration-v8-v9_v9.2.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.20.2 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball)
15
+
16
+ ## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.12)
17
+
18
+ Thu, 18 May 2023 00:39:09 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.11..@fluentui/react-migration-v8-v9_v9.2.12)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-components to v9.20.1 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball)
24
+ - Bump @fluentui/react-utilities to v9.9.0 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball)
25
+
7
26
  ## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.11)
8
27
 
9
- Fri, 12 May 2023 20:21:57 GMT
28
+ Fri, 12 May 2023 20:27:28 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.10..@fluentui/react-migration-v8-v9_v9.2.11)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.2.11",
3
+ "version": "9.2.13",
4
4
  "description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,7 +21,8 @@
21
21
  "type-check": "just-scripts type-check",
22
22
  "generate-api": "just-scripts generate-api",
23
23
  "storybook": "start-storybook",
24
- "start": "yarn storybook"
24
+ "start": "yarn storybook",
25
+ "test-ssr": "test-ssr ./stories/**/*.stories.tsx"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@fluentui/eslint-plugin": "*",
@@ -32,12 +33,12 @@
32
33
  },
33
34
  "dependencies": {
34
35
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.8",
36
- "@fluentui/react": "^8.109.3",
37
- "@fluentui/react-components": "^9.20.0",
36
+ "@fluentui/fluent2-theme": "^8.107.10",
37
+ "@fluentui/react": "^8.109.4",
38
+ "@fluentui/react-components": "^9.20.2",
38
39
  "@fluentui/react-icons": "^2.0.196",
39
40
  "@fluentui/react-theme": "^9.1.8",
40
- "@fluentui/react-utilities": "^9.8.1",
41
+ "@fluentui/react-utilities": "^9.9.0",
41
42
  "@griffel/react": "^1.5.2",
42
43
  "@swc/helpers": "^0.4.14"
43
44
  },