@fluentui/react-theme-sass 9.0.0-alpha.16 → 9.0.0-alpha.18

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,37 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 13:23:14 GMT",
5
+ "date": "Tue, 26 Sep 2023 17:44:19 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.18",
7
+ "version": "9.0.0-alpha.18",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "yuanboxue@microsoft.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
14
+ "comment": "chore: trigger manual version bump after broken release"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 26 Sep 2023 15:31:43 GMT",
21
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.17",
22
+ "version": "9.0.0-alpha.17",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-theme-sass",
28
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
29
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 05 Sep 2023 13:29:09 GMT",
6
36
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.16",
7
37
  "version": "9.0.0-alpha.16",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 13:23:14 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 26 Sep 2023 17:44:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.18)
8
+
9
+ Tue, 26 Sep 2023 17:44:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.17..@fluentui/react-theme-sass_v9.0.0-alpha.18)
11
+
12
+ ### Changes
13
+
14
+ - chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
15
+
16
+ ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.17)
17
+
18
+ Tue, 26 Sep 2023 15:31:43 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.16..@fluentui/react-theme-sass_v9.0.0-alpha.17)
20
+
21
+ ### Changes
22
+
23
+ - fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
24
+
7
25
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.16)
8
26
 
9
- Tue, 05 Sep 2023 13:23:14 GMT
27
+ Tue, 05 Sep 2023 13:29:09 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.15..@fluentui/react-theme-sass_v9.0.0-alpha.16)
11
29
 
12
30
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.16",
3
+ "version": "9.0.0-alpha.18",
4
4
  "description": "SASS variables referencing react-theme design tokens injected to DOM by react-provider.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",