Skip to content

Commit

Permalink
Merge pull request #1008 from OutSystems/ROU-11479
Browse files Browse the repository at this point in the history
ROU-11479: Update Virtual Select provider to v1.0.47
  • Loading branch information
gnbm authored Jan 7, 2025
2 parents f518d87 + 1368f5a commit 3cfb38a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion gulp/ProjectSpecs/DefaultSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-ui",
"version": "2.21.1",
"version": "2.22.0",
"description": "OutSystems UI Framework",
"license": "BSD-3-Clause",
"scripts": {
Expand Down 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"
}
}
2 changes: 1 addition & 1 deletion src/scripts/OSFramework/OSUI/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
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 3cfb38a

Please sign in to comment.