@fluentui/react-text
Advanced tools
Comparing version 9.0.0-alpha.21 to 9.0.0-alpha.22
@@ -5,3 +5,42 @@ { | ||
{ | ||
"date": "Fri, 24 Sep 2021 09:16:15 GMT", | ||
"date": "Mon, 27 Sep 2021 08:04:28 GMT", | ||
"tag": "@fluentui/react-text_v9.0.0-alpha.22", | ||
"version": "9.0.0-alpha.22", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73", | ||
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53", | ||
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55", | ||
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48", | ||
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-text", | ||
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17", | ||
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 24 Sep 2021 09:17:17 GMT", | ||
"tag": "@fluentui/react-text_v9.0.0-alpha.21", | ||
@@ -8,0 +47,0 @@ "version": "9.0.0-alpha.21", |
# Change Log - @fluentui/react-text | ||
This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified. | ||
This log was last generated on Mon, 27 Sep 2021 08:04:28 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22) | ||
Mon, 27 Sep 2021 08:04:28 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22) | ||
### Changes | ||
- Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by beachball) | ||
- Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by beachball) | ||
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.55 ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by beachball) | ||
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by beachball) | ||
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17 ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by beachball) | ||
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21) | ||
Fri, 24 Sep 2021 09:16:15 GMT | ||
Fri, 24 Sep 2021 09:17:17 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21) | ||
@@ -11,0 +24,0 @@ |
{ | ||
"name": "@fluentui/react-text", | ||
"version": "9.0.0-alpha.21", | ||
"version": "9.0.0-alpha.22", | ||
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.", | ||
@@ -28,7 +28,7 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/babel-make-styles": "9.0.0-alpha.54", | ||
"@fluentui/babel-make-styles": "9.0.0-alpha.55", | ||
"@fluentui/eslint-plugin": "*", | ||
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.47", | ||
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.48", | ||
"@fluentui/react-conformance": "*", | ||
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.16", | ||
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.17", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -47,4 +47,4 @@ "@types/enzyme": "3.10.3", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "9.0.0-alpha.72", | ||
"@fluentui/react-utilities": "9.0.0-alpha.52", | ||
"@fluentui/react-make-styles": "9.0.0-alpha.73", | ||
"@fluentui/react-utilities": "9.0.0-alpha.53", | ||
"tslib": "^2.1.0" | ||
@@ -51,0 +51,0 @@ }, |
218317
2797
+ Added@fluentui/make-styles@9.0.0-alpha.32(transitive)
+ Added@fluentui/react-make-styles@9.0.0-alpha.73(transitive)
+ Added@fluentui/react-utilities@9.0.0-alpha.53(transitive)
- Removed@fluentui/make-styles@9.0.0-alpha.31(transitive)
- Removed@fluentui/react-make-styles@9.0.0-alpha.72(transitive)
- Removed@fluentui/react-utilities@9.0.0-alpha.52(transitive)