Skip to content

Commit

Permalink
Bump @acusti/input-text version to v1.7.1
Browse files Browse the repository at this point in the history
changes include:
• fixed props.submitOnEnter behavior for single-line inputs
  • Loading branch information
acusti committed May 17, 2024
1 parent 74b6e7c commit 352548c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/input-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/input-text",
"version": "1.7.0",
"version": "1.7.1",
"type": "module",
"sideEffects": false,
"exports": "./dist/InputText.js",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ __metadata:
resolution: "@acusti/css-value-input@workspace:packages/css-value-input"
dependencies:
"@acusti/css-values": "npm:^1.0.2"
"@acusti/input-text": "npm:^1.7.0"
"@acusti/input-text": "npm:^1.7.1"
"@testing-library/dom": "npm:^9.3.1"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/user-event": "npm:^14.4.3"
Expand Down Expand Up @@ -91,7 +91,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@acusti/dropdown@workspace:packages/dropdown"
dependencies:
"@acusti/input-text": "npm:^1.7.0"
"@acusti/input-text": "npm:^1.7.1"
"@acusti/matchmaking": "npm:^0.7.0"
"@acusti/styling": "npm:^0.7.2"
"@acusti/use-is-out-of-bounds": "npm:^0.9.0"
Expand All @@ -112,7 +112,7 @@ __metadata:
languageName: unknown
linkType: soft

"@acusti/input-text@npm:^1.7.0, @acusti/input-text@workspace:packages/input-text":
"@acusti/input-text@npm:^1.7.1, @acusti/input-text@workspace:packages/input-text":
version: 0.0.0-use.local
resolution: "@acusti/input-text@workspace:packages/input-text"
dependencies:
Expand Down

0 comments on commit 352548c

Please sign in to comment.