@fluentui/web-components 3.0.0-alpha.8 → 3.0.0-alpha.9

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/web-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Feb 2023 04:25:09 GMT",
5
+ "date": "Wed, 01 Mar 2023 04:20:15 GMT",
6
+ "tag": "@fluentui/web-components_v3.0.0-alpha.9",
7
+ "version": "3.0.0-alpha.9",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "ryan@ryanmerrill.net",
12
+ "package": "@fluentui/web-components",
13
+ "commit": "d87331975f16754f9debb4e11c6dd4f2b516f130",
14
+ "comment": "Redo of PR of Slider spec after merge error"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 28 Feb 2023 04:25:15 GMT",
6
21
  "tag": "@fluentui/web-components_v3.0.0-alpha.8",
7
22
  "version": "3.0.0-alpha.8",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 28 Feb 2023 04:25:09 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Mar 2023 04:20:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.9)
8
+
9
+ Wed, 01 Mar 2023 04:20:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.8..@fluentui/web-components_v3.0.0-alpha.9)
11
+
12
+ ### Changes
13
+
14
+ - Redo of PR of Slider spec after merge error ([PR #26981](https://github.com/microsoft/fluentui/pull/26981) by ryan@ryanmerrill.net)
15
+
7
16
  ## [3.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.8)
8
17
 
9
- Tue, 28 Feb 2023 04:25:09 GMT
18
+ Tue, 28 Feb 2023 04:25:15 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.7..@fluentui/web-components_v3.0.0-alpha.8)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-alpha.8",
5
+ "version": "3.0.0-alpha.9",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"