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 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;