From 12e866d991915fba0182059ab09b45bb63cae0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20M=2E?= Date: Mon, 30 Sep 2024 18:41:00 +0100 Subject: [PATCH] Update version to 2.20.2 (#997) --- README.md | 2 +- gulp/ProjectSpecs/DefaultSpecs.js | 2 +- package.json | 2 +- src/scripts/OSFramework/OSUI/Constants.ts | 2 +- src/scss/O11.OutSystemsUI.scss | 2 +- src/scss/ODC.OutSystemsUI.scss | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3347d01f42..006d636cbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OutSystems UI · v2.21.0 +# OutSystems UI · v2.20.2 ![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 da4d0a7dff..d0c8f2b2aa 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.0", + "version": "2.20.2", "name": "OutSystems UI", "description": "", "url": "Website:\n • https://www.outsystems.com/outsystems-ui", diff --git a/package.json b/package.json index 7825487401..86e3a246e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outsystems-ui", - "version": "2.21.0", + "version": "2.20.2", "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 aab0edc5ee..20aa9a5a34 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.0'; + export const OSUIVersion = '2.20.2'; /* Constant to be used across project as the zero value*/ export const ZeroValue = 0; diff --git a/src/scss/O11.OutSystemsUI.scss b/src/scss/O11.OutSystemsUI.scss index 81f2d6d15c..9c41f6d344 100644 --- a/src/scss/O11.OutSystemsUI.scss +++ b/src/scss/O11.OutSystemsUI.scss @@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version! =============================================================================== */ /*! -OutSystems UI 2.20.0 • O11 Platform +OutSystems UI 2.20.2 • O11 Platform Website: • https://www.outsystems.com/outsystems-ui GitHub: diff --git a/src/scss/ODC.OutSystemsUI.scss b/src/scss/ODC.OutSystemsUI.scss index 5e3806ee52..a650c11488 100644 --- a/src/scss/ODC.OutSystemsUI.scss +++ b/src/scss/ODC.OutSystemsUI.scss @@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version! =============================================================================== */ /*! -OutSystems UI 2.20.0 • ODC Platform +OutSystems UI 2.20.2 • ODC Platform Website: • https://www.outsystems.com/outsystems-ui GitHub: