From 1368f5acf7b2fc3ad6189ac4da5c451a319d1c65 Mon Sep 17 00:00:00 2001 From: gnbm Date: Mon, 6 Jan 2025 20:57:11 +0000 Subject: [PATCH] Increment OutSystems UI version to v2.22.0 --- 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 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 58e5651179..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": { 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;