@fluentui/react-jsx-runtime 0.0.0-nightly-20230417-0419.1 → 9.0.0-alpha.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 +8 -14
- package/CHANGELOG.md +5 -6
- package/package.json +10 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,28 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-jsx-runtime",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 17 Apr 2023
|
|
6
|
-
"tag": "@fluentui/react-jsx-
|
|
7
|
-
"version": "
|
|
5
|
+
"date": "Mon, 17 Apr 2023 17:50:02 GMT",
|
|
6
|
+
"tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.1",
|
|
7
|
+
"version": "9.0.0-alpha.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
11
|
-
"author": "
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
12
|
"package": "@fluentui/react-jsx-runtime",
|
|
13
|
-
"commit": "
|
|
14
|
-
"comment": "
|
|
13
|
+
"commit": "97af91aa7684bbfe149ace1b21b75fb7c04128a2",
|
|
14
|
+
"comment": "feat: implements custom JSX pragma"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"author": "beachball",
|
|
18
18
|
"package": "@fluentui/react-jsx-runtime",
|
|
19
|
-
"comment": "Bump @fluentui/react-utilities to
|
|
20
|
-
"commit": "
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"author": "beachball",
|
|
24
|
-
"package": "@fluentui/react-jsx-runtime",
|
|
25
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230417-0419.1",
|
|
26
|
-
"commit": "bb0386ad4bfe6b30d15a35e03571fb3d14b6efc3"
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.8.0",
|
|
20
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
27
21
|
}
|
|
28
22
|
]
|
|
29
23
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-jsx-runtime
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 17 Apr 2023
|
|
3
|
+
This log was last generated on Mon, 17 Apr 2023 17:50:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.1)
|
|
8
8
|
|
|
9
|
-
Mon, 17 Apr 2023
|
|
9
|
+
Mon, 17 Apr 2023 17:50:02 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Bump @fluentui/react-utilities to
|
|
15
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230417-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/bb0386ad4bfe6b30d15a35e03571fb3d14b6efc3) by beachball)
|
|
13
|
+
- feat: implements custom JSX pragma ([PR #27472](https://github.com/microsoft/fluentui/pull/27472) by bernardo.sunderhus@gmail.com)
|
|
14
|
+
- Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
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.1",
|
|
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",
|