@fluentui/react-theme 0.0.0-nightly-20220329-0420.1 → 0.0.0-nightly-20220401-0417.1

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,9 +2,9 @@
2
2
  "name": "@fluentui/react-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 29 Mar 2022 04:30:58 GMT",
6
- "tag": "@fluentui/react-theme_v0.0.0-nightly-20220329-0420.1",
7
- "version": "0.0.0-nightly-20220329-0420.1",
5
+ "date": "Fri, 01 Apr 2022 04:26:24 GMT",
6
+ "tag": "@fluentui/react-theme_v0.0.0-nightly-20220401-0417.1",
7
+ "version": "0.0.0-nightly-20220401-0417.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -20,6 +20,12 @@
20
20
  "package": "@fluentui/react-theme",
21
21
  "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
22
22
  "comment": "Update React dev deps and hoist them to the repo root"
23
+ },
24
+ {
25
+ "author": "mgodbolt@microsoft.com",
26
+ "package": "@fluentui/react-theme",
27
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
28
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
23
29
  }
24
30
  ]
25
31
  }
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Change Log - @fluentui/react-theme
2
2
 
3
- This log was last generated on Tue, 29 Mar 2022 04:30:58 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Apr 2022 04:26:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220329-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220329-0420.1)
7
+ ## [0.0.0-nightly-20220401-0417.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220401-0417.1)
8
8
 
9
- Tue, 29 Mar 2022 04:30:58 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.4..@fluentui/react-theme_v0.0.0-nightly-20220329-0420.1)
9
+ Fri, 01 Apr 2022 04:26:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.4..@fluentui/react-theme_v0.0.0-nightly-20220401-0417.1)
11
11
 
12
12
  ### Changes
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme",
3
- "version": "0.0.0-nightly-20220329-0420.1",
3
+ "version": "0.0.0-nightly-20220401-0417.1",
4
4
  "description": "Fluent UI themes",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",