@fluentui/react-jsx-runtime 9.0.0-alpha.10 → 9.0.0-alpha.12
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 +32 -2
- package/CHANGELOG.md +12 -3
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui/react-jsx-runtime",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 13 Jul 2023 21:25:42 GMT",
|
|
6
|
+
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
|
|
7
|
+
"version": "9.0.0-alpha.11",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "martinhochel@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
13
|
+
"commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
|
|
14
|
+
"comment": "chore: update devDependencies to use * for inner workspace dependencies"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 11 Jul 2023 18:46:36 GMT",
|
|
21
|
+
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
|
|
22
|
+
"version": "9.0.0-alpha.11",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
28
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
|
|
29
|
+
"commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 03 Jul 2023 11:57:14 GMT",
|
|
6
36
|
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.10",
|
|
7
37
|
"version": "9.0.0-alpha.10",
|
|
8
38
|
"comments": {
|
|
@@ -11,7 +41,7 @@
|
|
|
11
41
|
"author": "beachball",
|
|
12
42
|
"package": "@fluentui/react-jsx-runtime",
|
|
13
43
|
"comment": "Bump @fluentui/react-utilities to v9.10.1",
|
|
14
|
-
"commit": "
|
|
44
|
+
"commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
|
|
15
45
|
}
|
|
16
46
|
]
|
|
17
47
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-jsx-runtime
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 11 Jul 2023 18:46:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.11)
|
|
8
|
+
|
|
9
|
+
Tue, 11 Jul 2023 18:46:36 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.10..@fluentui/react-jsx-runtime_v9.0.0-alpha.11)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.10)
|
|
8
17
|
|
|
9
|
-
Mon, 03 Jul 2023 11:
|
|
18
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.9..@fluentui/react-jsx-runtime_v9.0.0-alpha.10)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
13
22
|
|
|
14
|
-
- Bump @fluentui/react-utilities to v9.10.1 ([PR #
|
|
23
|
+
- Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
|
|
15
24
|
|
|
16
25
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.9)
|
|
17
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-jsx-runtime",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.12",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@fluentui/eslint-plugin": "*",
|
|
27
27
|
"@fluentui/react-conformance": "*",
|
|
28
|
-
"@fluentui/react-conformance-griffel": "
|
|
28
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
29
29
|
"@fluentui/scripts-api-extractor": "*",
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
|
31
31
|
},
|