Skip to content

Commit bfd9042

Browse files
committed
Update Virtual Select to v1.1.4 and increment minor on OS UI
1 parent 180e5f1 commit bfd9042

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

gulp/ProjectSpecs/DefaultSpecs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const constants = {
2121

2222
// Store the default project specifications
2323
const 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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/scripts/OSFramework/OSUI/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/scripts/Providers/OSUI/Dropdown/VirtualSelect/AbstractVirtualSelectEnum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

33
All info about this Provider <a href="https://sa-si-dev.github.io/virtual-select/#/">here</a>.

src/scripts/Providers/OSUI/Dropdown/VirtualSelect/scss/_virtualselect_lib.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*/

0 commit comments

Comments
 (0)