Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROU-11176: Removed AddInnerSourcingLabel.yml and standardize workflow names and update to v2.20.0 #988

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/AddInnerSourcingLabel.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:

jobs:
check-label:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/[email protected].2
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/[email protected].4
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
build:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/[email protected].2
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/[email protected].4
with:
validate-semVer: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion gulp/ProjectSpecs/DefaultSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-ui",
"version": "2.19.3",
"version": "2.20.0",
"description": "OutSystems UI Framework",
"license": "BSD-3-Clause",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/OSFramework/OSUI/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down