From 7032b2d3601ce2d24b5a4b0f1e3616a87a73376d Mon Sep 17 00:00:00 2001 From: gnbm Date: Sat, 14 Sep 2024 00:28:02 +0100 Subject: [PATCH 1/2] Removed AddInnerSourcingLabel.yml and standardize workflow names --- .github/workflows/AddInnerSourcingLabel.yml | 13 ------------- ...{ValidatePRLabels.yml => validate-pr-labels.yml} | 2 +- .../{ValidatePRTitle.yml => validate-pr-title.yml} | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .github/workflows/AddInnerSourcingLabel.yml rename .github/workflows/{ValidatePRLabels.yml => validate-pr-labels.yml} (83%) rename .github/workflows/{ValidatePRTitle.yml => validate-pr-title.yml} (85%) diff --git a/.github/workflows/AddInnerSourcingLabel.yml b/.github/workflows/AddInnerSourcingLabel.yml deleted file mode 100644 index f4b9692509..0000000000 --- a/.github/workflows/AddInnerSourcingLabel.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Add Inner Sourcing Label - -on: - pull_request: - types: - - opened - -jobs: - inner_sourcing: - uses: OutSystems/rd.github-reusable-workflows/.github/workflows/add-inner-sourcing-label.yaml@v2.0.2 - with: - codeowners-path: .github/CODEOWNERS - secrets: inherit diff --git a/.github/workflows/ValidatePRLabels.yml b/.github/workflows/validate-pr-labels.yml similarity index 83% rename from .github/workflows/ValidatePRLabels.yml rename to .github/workflows/validate-pr-labels.yml index ebdfd039c9..307806b1fb 100644 --- a/.github/workflows/ValidatePRLabels.yml +++ b/.github/workflows/validate-pr-labels.yml @@ -6,4 +6,4 @@ on: jobs: check-label: - uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v2.0.2 + uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v2.0.4 diff --git a/.github/workflows/ValidatePRTitle.yml b/.github/workflows/validate-pr-title.yml similarity index 85% rename from .github/workflows/ValidatePRTitle.yml rename to .github/workflows/validate-pr-title.yml index bab64f95f1..b7512b8a19 100644 --- a/.github/workflows/ValidatePRTitle.yml +++ b/.github/workflows/validate-pr-title.yml @@ -6,6 +6,6 @@ on: jobs: build: - uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v2.0.2 + uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v2.0.4 with: validate-semVer: false From 3b9295834b43b3e25de570e094248fa5b7a1bdcb Mon Sep 17 00:00:00 2001 From: gnbm Date: Mon, 16 Sep 2024 00:24:17 +0100 Subject: [PATCH 2/2] Update version to v2.20.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 e8d6041f93..7c8353e8fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OutSystems UI · v2.19.3 +# OutSystems UI · v2.20.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 2fb482579a..50a4e9d15e 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.19.3", + "version": "2.20.0", "name": "OutSystems UI", "description": "", "url": "Website:\n • https://www.outsystems.com/outsystems-ui", diff --git a/package.json b/package.json index f3fd83886f..f694121329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outsystems-ui", - "version": "2.19.3", + "version": "2.20.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 91ef009710..3a9af7ea6c 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.19.3'; + export const OSUIVersion = '2.20.0'; /* Constant to be used across project as the zero value*/ export const ZeroValue = 0;