Skip to content

Commit

Permalink
Merge pull request #859 from OutSystems/update-version
Browse files Browse the repository at this point in the history
Update to version 2.18.2
  • Loading branch information
rugoncalves authored Nov 15, 2023
2 parents 255948f + 48fa9ac commit b532f64
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 15 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: pre-release

on:
release:
types: [prereleased]
# release:
# types: [prereleased]
workflow_dispatch:

jobs:
run-lint-and-prettier:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: release

on:
release:
types: [released]
# release:
# types: [released]
workflow_dispatch:

jobs:
merge-rc:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"diffEditor.ignoreTrimWhitespace": true,
"files.autoSave": "off",
"files.autoSave": "afterDelay",
"editor.minimap.maxColumn": 170,
"editor.wordWrapColumn": 170,
"editor.formatOnSave": true,
Expand Down
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.1
# OutSystems UI · v2.18.2

![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 dist/OutSystemsUI.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
OutSystems UI 2.18.1
OutSystems UI 2.18.2
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down
2 changes: 1 addition & 1 deletion dist/OutSystemsUI.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare namespace OSFramework.OSUI.Constants {
const AccessibilityHideElementClass = "wcag-hide-text";
const IsRTLClass = "is-rtl";
const NoTransition = "no-transition";
const OSUIVersion = "2.18.1";
const OSUIVersion = "2.18.2";
const ZeroValue = 0;
}
declare namespace OSFramework.OSUI.ErrorCodes {
Expand Down
4 changes: 2 additions & 2 deletions dist/OutSystemsUI.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
OutSystems UI 2.18.1
OutSystems UI 2.18.2
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down Expand Up @@ -139,7 +139,7 @@ var OSFramework;
Constants.AccessibilityHideElementClass = 'wcag-hide-text';
Constants.IsRTLClass = 'is-rtl';
Constants.NoTransition = 'no-transition';
Constants.OSUIVersion = '2.18.1';
Constants.OSUIVersion = '2.18.2';
Constants.ZeroValue = 0;
})(Constants = OSUI.Constants || (OSUI.Constants = {}));
})(OSUI = OSFramework.OSUI || (OSFramework.OSUI = {}));
Expand Down
2 changes: 1 addition & 1 deletion gulp/ProjectSpecs/DefaultSpecs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Store the default project specifications
const specs = {
"version": "2.19.1",
"version": "2.18.2",
"name": "OutSystems UI",
"description": "",
"url": "Website:\n • https://www.outsystems.com/outsystems-ui",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-ui",
"version": "2.19.1",
"version": "2.18.2",
"description": "OutSystems UI Framework",
"license": "BSD-3-Clause",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"browser-sync": "^2.27.11",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fancy-log": "^2.0.0",
"flatpickr": "^4.6.13",
"gulp": "^4.0.2",
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 @@ -129,7 +129,7 @@ namespace OSFramework.OSUI.Constants {
export const NoTransition = 'no-transition';

/* OSUI Version */
export const OSUIVersion = '2.19.1';
export const OSUIVersion = '2.18.2';

/*Constant to be used across project as the zero value*/
export const ZeroValue = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/OutSystemsUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PS: This comment will not be visible at the compiled version!
=============================================================================== */

/*!
OutSystems UI 2.18.1
OutSystems UI 2.18.2
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down

0 comments on commit b532f64

Please sign in to comment.