Skip to content

Commit

Permalink
fix(select,grid): fix select click event bug and grid toolbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jun 1, 2024
1 parent 527d170 commit 268e190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-theme",
"version": "3.16.3",
"version": "3.16.4",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"main": "index.css",
"homepage": "https://opentiny.design/tiny-vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-grid",
"version": "3.16.0",
"version": "3.16.1",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-select",
"version": "3.16.1",
"version": "3.16.2",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
Expand Down

0 comments on commit 268e190

Please sign in to comment.