@fluentui/react-jsx-runtime 0.0.0-nightly-20230424-0419.1 → 9.0.0-alpha.2
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 +6 -18
- package/CHANGELOG.md +5 -7
- package/package.json +10 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,28 +2,16 @@
|
|
|
2
2
|
"name": "@fluentui/react-jsx-runtime",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 24 Apr 2023
|
|
6
|
-
"tag": "@fluentui/react-jsx-
|
|
7
|
-
"version": "
|
|
5
|
+
"date": "Mon, 24 Apr 2023 08:09:12 GMT",
|
|
6
|
+
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.2",
|
|
7
|
+
"version": "9.0.0-alpha.2",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
11
|
-
"author": "
|
|
12
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
13
|
-
"commit": "not available",
|
|
14
|
-
"comment": "Release nightly v9"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "beachball",
|
|
18
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
19
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230424-0419.1",
|
|
20
|
-
"commit": "0d81644093c3638d1277c880b4f9481962dd9e58"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"author": "beachball",
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
24
12
|
"package": "@fluentui/react-jsx-runtime",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
13
|
+
"commit": "391878bf4d8a8210a8279a6ced8bf9a64daf4c64",
|
|
14
|
+
"comment": "chore: simplify createElement method"
|
|
27
15
|
}
|
|
28
16
|
]
|
|
29
17
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-jsx-runtime
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 24 Apr 2023
|
|
3
|
+
This log was last generated on Mon, 24 Apr 2023 08:09:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.2)
|
|
8
8
|
|
|
9
|
-
Mon, 24 Apr 2023
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.1..@fluentui/react-jsx-
|
|
9
|
+
Mon, 24 Apr 2023 08:09:12 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.1..@fluentui/react-jsx-runtime_v9.0.0-alpha.2)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230424-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/0d81644093c3638d1277c880b4f9481962dd9e58) by beachball)
|
|
16
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230424-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/0d81644093c3638d1277c880b4f9481962dd9e58) by beachball)
|
|
14
|
+
- chore: simplify createElement method ([PR #27573](https://github.com/microsoft/fluentui/pull/27573) by bernardo.sunderhus@gmail.com)
|
|
17
15
|
|
|
18
16
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.1)
|
|
19
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-jsx-runtime",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-alpha.2",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -24,19 +24,25 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@fluentui/eslint-plugin": "*",
|
|
26
26
|
"@fluentui/react-conformance": "*",
|
|
27
|
-
"@fluentui/react-conformance-griffel": "
|
|
27
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.20",
|
|
28
28
|
"@fluentui/scripts-api-extractor": "*",
|
|
29
29
|
"@fluentui/scripts-tasks": "*"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@fluentui/react-utilities": "
|
|
32
|
+
"@fluentui/react-utilities": "^9.8.0",
|
|
33
33
|
"@swc/helpers": "^0.4.14"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@types/react": ">=16.8.0 <19.0.0",
|
|
37
37
|
"react": ">=16.8.0 <19.0.0"
|
|
38
38
|
},
|
|
39
|
-
"beachball": {
|
|
39
|
+
"beachball": {
|
|
40
|
+
"disallowedChangeTypes": [
|
|
41
|
+
"major",
|
|
42
|
+
"minor",
|
|
43
|
+
"patch"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
40
46
|
"exports": {
|
|
41
47
|
".": {
|
|
42
48
|
"types": "./dist/index.d.ts",
|