Skip to content

Commit e57e841

Browse files
authored
Merge pull request #946 from OutSystems/update-version-2.19.0
ROU-0 - Update version to 2.19.0
2 parents e7e4bc9 + d608c75 commit e57e841

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OutSystems UI · v2.18.5
1+
# OutSystems UI · v2.19.0
22

33
![GitHub License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
44

gulp/ProjectSpecs/DefaultSpecs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const constants = {
2121

2222
// Store the default project specifications
2323
const specs = {
24-
"version": "2.18.5",
24+
"version": "2.19.0",
2525
"name": "OutSystems UI",
2626
"description": "",
2727
"url": "Website:\n • https://www.outsystems.com/outsystems-ui",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outsystems-ui",
3-
"version": "2.18.5",
3+
"version": "2.19.0",
44
"description": "OutSystems UI Framework",
55
"license": "BSD-3-Clause",
66
"scripts": {

src/scripts/OSFramework/OSUI/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ namespace OSFramework.OSUI.Constants {
136136
export const OSPlatform = '<->platformType<->';
137137

138138
/* OSUI Version */
139-
export const OSUIVersion = '2.18.5';
139+
export const OSUIVersion = '2.19.0';
140140

141141
/* Constant to be used across project as the zero value*/
142142
export const ZeroValue = 0;

src/scss/O11.OutSystemsUI.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
1717
=============================================================================== */
1818

1919
/*!
20-
OutSystems UI 2.18.5 • O11 Platform
20+
OutSystems UI 2.19.0 • O11 Platform
2121
Website:
2222
• https://www.outsystems.com/outsystems-ui
2323
GitHub:

src/scss/ODC.OutSystemsUI.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
1717
=============================================================================== */
1818

1919
/*!
20-
OutSystems UI 2.18.5 • ODC Platform
20+
OutSystems UI 2.19.0 • ODC Platform
2121
Website:
2222
• https://www.outsystems.com/outsystems-ui
2323
GitHub:

0 commit comments

Comments
 (0)