diff --git a/README.md b/README.md index 6976b7685b..a7ac1ce3bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OutSystems UI · v2.21.1 +# OutSystems UI · v2.22.0 ![GitHub License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) diff --git a/gulp/ProjectSpecs/DefaultSpecs.js b/gulp/ProjectSpecs/DefaultSpecs.js index 175c182a3f..79b956cfbe 100644 --- a/gulp/ProjectSpecs/DefaultSpecs.js +++ b/gulp/ProjectSpecs/DefaultSpecs.js @@ -21,7 +21,7 @@ const constants = { // Store the default project specifications const specs = { - "version": "2.21.1", + "version": "2.22.0", "name": "OutSystems UI", "description": "", "url": "Website:\n • https://www.outsystems.com/outsystems-ui", diff --git a/package.json b/package.json index a05891ce27..36446dbb83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outsystems-ui", - "version": "2.21.1", + "version": "2.22.0", "description": "OutSystems UI Framework", "license": "BSD-3-Clause", "scripts": { @@ -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" } } \ No newline at end of file diff --git a/src/scripts/OSFramework/OSUI/Constants.ts b/src/scripts/OSFramework/OSUI/Constants.ts index 35a77b6d37..f208a22bd2 100644 --- a/src/scripts/OSFramework/OSUI/Constants.ts +++ b/src/scripts/OSFramework/OSUI/Constants.ts @@ -155,7 +155,7 @@ namespace OSFramework.OSUI.Constants { export const OSPlatform = '<->platformType<->'; /* OSUI Version */ - export const OSUIVersion = '2.21.1'; + export const OSUIVersion = '2.22.0'; /* Constant to be used across project as the zero value*/ export const ZeroValue = 0; diff --git a/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/AbstractVirtualSelectEnum.ts b/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/AbstractVirtualSelectEnum.ts index 0298ea79f7..5130060ec8 100644 --- a/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/AbstractVirtualSelectEnum.ts +++ b/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/AbstractVirtualSelectEnum.ts @@ -5,7 +5,7 @@ namespace Providers.OSUI.Dropdown.VirtualSelect.Enum { */ export enum ProviderInfo { Name = 'VirtualSelect', - Version = '1.0.46', + Version = '1.0.47', } /** diff --git a/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/README.md b/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/README.md index bb7c558c39..f0fd0ac12e 100644 --- a/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/README.md +++ b/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/README.md @@ -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 here. diff --git a/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/scss/_virtualselect_lib.scss b/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/scss/_virtualselect_lib.scss index d81c0ff9e7..439b69a2e2 100644 --- a/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/scss/_virtualselect_lib.scss +++ b/src/scripts/Providers/OSUI/Dropdown/VirtualSelect/scss/_virtualselect_lib.scss @@ -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) */