From 86877651eb77a817ced5f227376922a309a3e3b5 Mon Sep 17 00:00:00 2001 From: UiComponentsBot Date: Mon, 30 Sep 2024 18:52:44 +0000 Subject: [PATCH] Updated into v2.21.0 [skip ci] --- README.md | 2 +- gulp/ProjectSpecs/DefaultSpecs.js | 2 +- package.json | 2 +- src/scripts/OSFramework/OSUI/Constants.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 006d636cbc..3347d01f42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OutSystems UI · v2.20.2 +# OutSystems UI · v2.21.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 d0c8f2b2aa..da4d0a7dff 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.20.2", + "version": "2.21.0", "name": "OutSystems UI", "description": "", "url": "Website:\n • https://www.outsystems.com/outsystems-ui", diff --git a/package.json b/package.json index 86e3a246e6..7825487401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outsystems-ui", - "version": "2.20.2", + "version": "2.21.0", "description": "OutSystems UI Framework", "license": "BSD-3-Clause", "scripts": { diff --git a/src/scripts/OSFramework/OSUI/Constants.ts b/src/scripts/OSFramework/OSUI/Constants.ts index 20aa9a5a34..aab0edc5ee 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.20.2'; + export const OSUIVersion = '2.21.0'; /* Constant to be used across project as the zero value*/ export const ZeroValue = 0;