Skip to content

Commit

Permalink
Update Virtual Select provider to v1.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Jan 6, 2025
1 parent f518d87 commit b513da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-umlclass": "^0.7.0",
"typescript": "^4.5.0",
"virtual-select-plugin": "^1.0.46"
"virtual-select-plugin": "^1.0.47"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Providers.OSUI.Dropdown.VirtualSelect.Enum {
*/
export enum ProviderInfo {
Name = 'VirtualSelect',
Version = '1.0.46',
Version = '1.0.47',
}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# VirtualSelect · ![virtualselect version](https://img.shields.io/badge/version-v1.0.46-informational)
# VirtualSelect · ![virtualselect version](https://img.shields.io/badge/version-v1.0.47-informational)

All info about this Provider <a href="https://sa-si-dev.github.io/virtual-select/#/">here</a>.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Virtual Select v1.0.46
* Virtual Select v1.0.47
* https://sa-si-dev.github.io/virtual-select
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
*/
Expand Down

0 comments on commit b513da8

Please sign in to comment.