@react-md/typography
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [3.0.0-alpha.0](https://github.com/mlaursen/react-md/compare/v2.9.1...v3.0.0-alpha.0) (2021-08-11) | ||
# [3.0.0](https://github.com/mlaursen/react-md/compare/v2.9.1...v3.0.0) (2021-08-13) | ||
@@ -12,3 +12,3 @@ | ||
* **sass:** use math.div instead of division since it's deprecated ([f88aca2](https://github.com/mlaursen/react-md/commit/f88aca24113ce27582d7de02b14de26f56eb6846)) | ||
* **sass:** use math.div instead of division since it's deprecated ([d8c3f12](https://github.com/mlaursen/react-md/commit/d8c3f1299ea35814667c5915880744399e5b2108)) | ||
@@ -18,5 +18,5 @@ | ||
* Added additional tests to bump test coverage ([e78f668](https://github.com/mlaursen/react-md/commit/e78f668d28ad0e1ff99feb9538c6a6b9e765d72c)) | ||
* **@react-md/dev-utils:** updated variables command to work with `sass` ([d95f55a](https://github.com/mlaursen/react-md/commit/d95f55a78846726debe9f4ac4daeaefd6036c8d8)) | ||
* **@react-md/typography:** fixed invalid font-family at compile time ([3ef77a1](https://github.com/mlaursen/react-md/commit/3ef77a1c3ef4bf6549e7628622a30a09c004157a)) | ||
* Added additional tests to bump test coverage ([4d0371c](https://github.com/mlaursen/react-md/commit/4d0371c9e21ab8449a5036a001d302e14a076b7c)) | ||
* **@react-md/dev-utils:** updated `sassdoc` and variables to use everything.scss ([a0f0699](https://github.com/mlaursen/react-md/commit/a0f06996c44ee88e1fc3ba4d24ec11c13f204d88)) | ||
* **@react-md/dev-utils:** updated variables command to work with `sass` ([5376be1](https://github.com/mlaursen/react-md/commit/5376be11f3499afafd3ddde363178e1aa270cb9c)) | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "@react-md/typography", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0", | ||
"description": "The base package for including typography for react-md.", | ||
@@ -31,4 +31,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^3.0.0-alpha.0", | ||
"@react-md/utils": "^3.0.0-alpha.0", | ||
"@react-md/theme": "^3.0.0", | ||
"@react-md/utils": "^3.0.0", | ||
"classnames": "^2.3.1" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "f5d2f34a10b8066949a787387d9d0e2f19051671" | ||
"gitHead": "a9995e084480006a77f9123b95ce7275998fb406" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
174345
Updated@react-md/theme@^3.0.0
Updated@react-md/utils@^3.0.0