Skip to content

Commit

Permalink
v3.31.0 (#491)
Browse files Browse the repository at this point in the history
* 3.31.0-beta.0

* fix bug with select component

* 3.31.0-beta.1

* 3.31.0-beta.2

* 3.31.0
  • Loading branch information
just-at-uber authored Jul 20, 2022
1 parent 3b3ed87 commit aedf194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/components/select-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default {
}
.vs__dropdown-toggle {
background-color: transparent;
border-radius: 0;
border: input-border;
padding: 4px;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cadence-web",
"version": "3.30.2",
"version": "3.31.0",
"description": "Cadence Web UI",
"main": "server/index.js",
"licence": "MIT",
Expand Down

0 comments on commit aedf194

Please sign in to comment.