Skip to content

Commit

Permalink
Bump to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Apr 5, 2022
1 parent 39c51af commit feae501
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 141 deletions.
2 changes: 1 addition & 1 deletion front-end/uibuilderfe.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if (typeof require !== 'undefined' && typeof io === 'undefined') { // eslint-d

//#region ++++++++++ Start of setup ++++++++++ //

self.version = '5.0.0'
self.version = '5.0.1'
self.moduleName = 'uibuilder' // Must match moduleName in uibuilder.js on the server
// @ts-expect-error ts(2345) Tests loaded ver of lib to see if minified
self.isUnminified = (/param/).test(function(param) {}) // eslint-disable-line no-unused-vars
Expand Down
2 changes: 1 addition & 1 deletion front-end/uibuilderfe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const stdio = 'inherit'
const { version } = JSON.parse(fs.readFileSync('package.json'))

//npm version 4.2.1 --no-git-tag-version --allow-same-version
const release = '5.0.0'
const release = '5.0.1'

console.log(`Current Version: ${version}. Requested Version: ${release}`)

Expand Down
105 changes: 42 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 44 additions & 74 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-uibuilder",
"version": "5.0.0",
"version": "5.0.1",
"description": "Easily create web UI's for Node-RED using any (or no) front-end library. VueJS and bootstrap-vue included but change as desired.",
"scripts": {
"preinstall": "node ./bin/uibpreinstalljs",
Expand Down Expand Up @@ -74,87 +74,57 @@
"style": "./front-end/uib-styles.css",
"types": "index.d.ts",
"type": "commonjs",
"browserslist": [
"> 0.5%",
"maintained node versions",
"last 2 versions",
"not dead",
"not ie > 0"
],
"keywords": [
"node-red",
"ui",
"gui",
"dashboard",
"spa",
"web",
"website",
"data-driven",
"webpage"
],
"browserslist": ["> 0.5%", "maintained node versions", "last 2 versions", "not dead", "not ie > 0"],
"keywords": ["node-red", "ui", "gui", "dashboard", "spa", "web", "website", "data-driven", "webpage"],
"homepage": "https://github.com/TotallyInformation/node-red-contrib-uibuilder",
"bugs": "https://github.com/TotallyInformation/node-red-contrib-uibuilder/issues",
"author": {
"name": "Julian Knight",
"url": "https://github.com/TotallyInformation"
},
"contributors": [
{
"name": "Julian Knight",
"url": "https://github.com/TotallyInformation"
},
{
"name": "Colin Law",
"url": "https://github.com/colinl"
},
{
"name": "Steve Rickus",
"url": "https://github.com/shrickus"
},
{
"name": "Ellie Lee",
"url": "https://github.com/ellieejlee"
},
{
"name": "Thomas Wagner",
"url": "https://github.com/Thomseeen"
},
{
"name": "Arlena Derksen",
"url": "https://github.com/boisei0"
},
{
"name": "cflurin",
"url": "https://discourse.nodered.org/u/cflurin"
},
{
"name": "Scott Page - IndySoft",
"url": "https://github.com/scottpageindysoft"
},
{
"name": "Stephen McLaughlin - Steve-Mcl",
"url": "https://discourse.nodered.org/u/Steve-Mcl"
},
{
"name": "Sergio Rius",
"url": "https://github.com/SergioRius"
},
{
"name": "Thorsten von Eicken",
"url": "https://github.com/tve"
},
{
"name": "meeki007",
"url": "https://github.com/meeki007"
},
{
"name": "talltechdude",
"url": "https://github.com/talltechdude"
}
],
"contributors": [{
"name": "Julian Knight",
"url": "https://github.com/TotallyInformation"
}, {
"name": "Colin Law",
"url": "https://github.com/colinl"
}, {
"name": "Steve Rickus",
"url": "https://github.com/shrickus"
}, {
"name": "Ellie Lee",
"url": "https://github.com/ellieejlee"
}, {
"name": "Thomas Wagner",
"url": "https://github.com/Thomseeen"
}, {
"name": "Arlena Derksen",
"url": "https://github.com/boisei0"
}, {
"name": "cflurin",
"url": "https://discourse.nodered.org/u/cflurin"
}, {
"name": "Scott Page - IndySoft",
"url": "https://github.com/scottpageindysoft"
}, {
"name": "Stephen McLaughlin - Steve-Mcl",
"url": "https://discourse.nodered.org/u/Steve-Mcl"
}, {
"name": "Sergio Rius",
"url": "https://github.com/SergioRius"
}, {
"name": "Thorsten von Eicken",
"url": "https://github.com/tve"
}, {
"name": "meeki007",
"url": "https://github.com/meeki007"
}, {
"name": "talltechdude",
"url": "https://github.com/talltechdude"
}],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/TotallyInformation/node-red-contrib-uibuilder.git"
}
}
}
2 changes: 1 addition & 1 deletion src/front-end/uibuilderfe.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if (typeof require !== 'undefined' && typeof io === 'undefined') { // eslint-d

//#region ++++++++++ Start of setup ++++++++++ //

self.version = '5.0.0'
self.version = '5.0.1'
self.moduleName = 'uibuilder' // Must match moduleName in uibuilder.js on the server
// @ts-expect-error ts(2345) Tests loaded ver of lib to see if minified
self.isUnminified = (/param/).test(function(param) {}) // eslint-disable-line no-unused-vars
Expand Down

0 comments on commit feae501

Please sign in to comment.