Skip to content

Commit e8b6b37

Browse files
Updated into v2.29.0 [skip ci] (#1136)
Co-authored-by: Gonçalo M. <goncalo.martins@outsystems.com>
1 parent 5e6a3ce commit e8b6b37

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OutSystems UI · v2.28.1
1+
# OutSystems UI · v2.29.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
@@ -27,7 +27,7 @@ const constants = {
2727

2828
// Store the default project specifications
2929
const specs = {
30-
"version": "2.28.1",
30+
"version": "2.29.0",
3131
"name": "OutSystems UI",
3232
"description": "",
3333
"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.28.1",
3+
"version": "2.29.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
@@ -173,7 +173,7 @@ namespace OSFramework.OSUI.Constants {
173173
export const OSPlatform = '<->platformType<->';
174174

175175
/* OSUI Version */
176-
export const OSUIVersion = '2.28.1';
176+
export const OSUIVersion = '2.29.0';
177177

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

0 commit comments

Comments
 (0)