terra-toggle-section-header
Advanced tools
Comparing version 2.75.0 to 2.76.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.76.0 - (February 23, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 2.75.0 - (February 15, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-toggle-section-header", | ||
"version": "2.75.0", | ||
"version": "2.76.0", | ||
"description": "Toggle section header component that transitions content in and out with a click on the header.", | ||
@@ -28,3 +28,3 @@ "author": "Cerner Corporation", | ||
"terra-mixins": "^1.41.0", | ||
"terra-section-header": "^2.66.0", | ||
"terra-section-header": "^2.67.0", | ||
"terra-toggle": "^3.62.0" | ||
@@ -44,8 +44,16 @@ }, | ||
"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" | ||
"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": "31ec38baf909fed741b41a204f7fa28884ab327e" | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"gitHead": "1de3bc17959158f26d29cdbcbf233ec78dd9e114" | ||
} |
40479
7
311
Updatedterra-section-header@^2.67.0