terra-heading
Advanced tools
Comparing version 4.42.0 to 4.43.0
@@ -5,2 +5,9 @@ # Changelog | ||
## 4.43.0 - (April 6, 2021) | ||
* Changed | ||
* Removed unnecessary `wdio.conf.js` file | ||
* Updated to use terra-functional-testing | ||
* Updated Jest command | ||
## 4.42.0 - (February 2, 2021) | ||
@@ -15,3 +22,3 @@ | ||
* Fixed broken links in documentation. | ||
## 4.40.0 - (December 8, 2020) | ||
@@ -18,0 +25,0 @@ |
{ | ||
"name": "terra-heading", | ||
"main": "lib/Heading.js", | ||
"version": "4.42.0", | ||
"version": "4.43.0", | ||
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^3.43.0" | ||
"terra-arrange": "^3.44.0" | ||
}, | ||
@@ -42,9 +42,9 @@ "scripts": { | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "f34a76024b33d4b2f25492c5983f3b73a27c107e" | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
} |
79166
53
1070
Updatedterra-arrange@^3.44.0