@fluentui/react-migration-v8-v9 1.0.4 → 1.0.5

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,22 @@
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 31 Oct 2022 07:44:38 GMT",
5
+ "date": "Tue, 01 Nov 2022 07:48:24 GMT",
6
+ "tag": "@fluentui/react-migration-v8-v9_v1.0.5",
7
+ "version": "1.0.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-migration-v8-v9",
13
+ "comment": "Bump @fluentui/react to v8.99.2",
14
+ "commit": "a180b67ce1107e8d4cb02aceb2e92a9e162b532e"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 31 Oct 2022 07:45:40 GMT",
6
21
  "tag": "@fluentui/react-migration-v8-v9_v1.0.4",
7
22
  "version": "1.0.4",
8
23
  "comments": {
@@ -17,7 +32,7 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui/react-migration-v8-v9",
19
34
  "comment": "Bump @fluentui/react to v8.99.1",
20
- "commit": "aa6aca3508e3578b5182d82be8173a42eb17d906"
35
+ "commit": "79fd5b5f2563cd20a14ac66f784dfd9a640e0aaa"
21
36
  }
22
37
  ]
23
38
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Mon, 31 Oct 2022 07:44:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Nov 2022 07:48:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [1.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.5)
8
+
9
+ Tue, 01 Nov 2022 07:48:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.4..@fluentui/react-migration-v8-v9_v1.0.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react to v8.99.2 ([PR #25331](https://github.com/microsoft/fluentui/pull/25331) by beachball)
15
+
7
16
  ## [1.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.4)
8
17
 
9
- Mon, 31 Oct 2022 07:44:38 GMT
18
+ Mon, 31 Oct 2022 07:45:40 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.3..@fluentui/react-migration-v8-v9_v1.0.4)
11
20
 
12
21
  ### Patches
13
22
 
14
23
  - fix: Updated to tsconfig to publish to dist. ([PR #25422](https://github.com/microsoft/fluentui/pull/25422) by gcox@microsoft.com)
15
- - Bump @fluentui/react to v8.99.1 ([PR #25429](https://github.com/microsoft/fluentui/pull/25429) by beachball)
24
+ - Bump @fluentui/react to v8.99.1 ([PR #25409](https://github.com/microsoft/fluentui/pull/25409) by beachball)
16
25
 
17
26
  ## [1.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.3)
18
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@ctrl/tinycolor": "3.3.4",
32
- "@fluentui/react": "^8.99.1",
32
+ "@fluentui/react": "^8.99.2",
33
33
  "@fluentui/react-components": "^9.6.1",
34
34
  "@fluentui/react-theme": "^9.1.1",
35
35
  "@fluentui/react-utilities": "^9.1.2",