Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROU-11181: Update Virtual Select provider to v1.0.46 #996

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.45',
Version = '1.0.46',
}

/**
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.45-informational)
# VirtualSelect · ![virtualselect version](https://img.shields.io/badge/version-v1.0.46-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.45
* Virtual Select v1.0.46
* https://sa-si-dev.github.io/virtual-select
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
*/
Expand Down
Loading