Skip to content

Commit

Permalink
Bump @acusti/css-value-input + dropdown
Browse files Browse the repository at this point in the history
changes include:
• updated to latest @acusti/input-text, which fixed props.submitOnEnter behavior for single-line inputs
  • Loading branch information
acusti committed May 17, 2024
1 parent 352548c commit 4a64322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/css-value-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/css-value-input",
"version": "1.0.0-rc.18",
"version": "1.0.0-rc.19",
"type": "module",
"sideEffects": false,
"exports": "./dist/CSSValueInput.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@acusti/css-values": "^1.0.2",
"@acusti/input-text": "^1.7.0",
"@acusti/input-text": "^1.7.1",
"clsx": "^2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/dropdown",
"version": "0.39.0",
"version": "0.40.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/Dropdown.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"vitest": "^1.1.0"
},
"dependencies": {
"@acusti/input-text": "^1.7.0",
"@acusti/input-text": "^1.7.1",
"@acusti/matchmaking": "^0.7.0",
"@acusti/styling": "^0.7.2",
"@acusti/use-is-out-of-bounds": "^0.9.0",
Expand Down

0 comments on commit 4a64322

Please sign in to comment.