File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Providers/OSUI/Dropdown/VirtualSelect Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # OutSystems UI · v2.26 .0
1+ # OutSystems UI · v2.27 .0
22
33![ GitHub License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg ) ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const constants = {
2121
2222// Store the default project specifications
2323const specs = {
24- "version" : "2.26 .0" ,
24+ "version" : "2.27 .0" ,
2525 "name" : "OutSystems UI" ,
2626 "description" : "" ,
2727 "url" : "Website:\n • https://www.outsystems.com/outsystems-ui" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " outsystems-ui" ,
3- "version" : " 2.26 .0" ,
3+ "version" : " 2.27 .0" ,
44 "description" : " OutSystems UI Framework" ,
55 "license" : " BSD-3-Clause" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ namespace OSFramework.OSUI.Constants {
166166 export const OSPlatform = '<->platformType<->' ;
167167
168168 /* OSUI Version */
169- export const OSUIVersion = '2.26 .0' ;
169+ export const OSUIVersion = '2.27 .0' ;
170170
171171 /* Constant to be used across project as the zero value*/
172172 export const ZeroValue = 0 ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace Providers.OSUI.Dropdown.VirtualSelect.Enum {
55 */
66 export enum ProviderInfo {
77 Name = 'VirtualSelect' ,
8- Version = '1.1.3 ' ,
8+ Version = '1.1.4 ' ,
99 }
1010
1111 /**
Original file line number Diff line number Diff line change 1- # VirtualSelect · ![ virtualselect version] ( https://img.shields.io/badge/version-v1.1.3 -informational )
1+ # VirtualSelect · ![ virtualselect version] ( https://img.shields.io/badge/version-v1.1.4 -informational )
22
33All 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 11/* !
2- * Virtual Select v1.1.3
2+ * Virtual Select v1.1.4
33 * https://sa-si-dev.github.io/virtual-select
44 * Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
55 */
You can’t perform that action at this time.
0 commit comments