Skip to content

Commit 74b4706

Browse files
committed
Update package version to 6.6.0
1 parent 2bef663 commit 74b4706

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypothesis/frontend-shared",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"description": "Shared components, styles and utilities for Hypothesis projects",
55
"license": "BSD-2-Clause",
66
"repository": "hypothesis/frontend-shared",

src/components/input/InputRoot.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const InputRoot = function InputRoot({
3737

3838
...htmlAttributes
3939
}: InputRootProps) {
40+
/* istanbul ignore next */
4041
if (feedback === undefined && hasError) {
4142
feedback = 'error';
4243
}

0 commit comments

Comments
 (0)