Update package.json versions of UIs to 4.0.0 (#1762)

These versions are probably not really used by anything, but it is still
nice if they are up to date.

Signed-off-by: Wouter Born <github@maindrain.net>
pull/1771/head
Wouter Born 2023-03-05 23:26:48 +01:00 committed by GitHub
parent e879347eb8
commit 5e4e32019e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
{
"name": "org.openhab.ui.basic",
"version": "3.0.0",
"version": "4.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "org.openhab.ui.basic",
"version": "3.0.0",
"version": "4.0.0",
"dependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "org.openhab.ui.basic",
"version": "3.0.0",
"version": "4.0.0",
"description": "Basic UI",
"scripts": {
"build": "gulp default"

View File

@ -1,6 +1,6 @@
{
"name": "habot",
"version": "3.0.0",
"version": "4.0.0",
"description": "A chatbot for openHAB",
"productName": "HABot",
"cordovaId": "org.openhab.ui.habot",

View File

@ -1,6 +1,6 @@
{
"name": "habpanel",
"version": "3.0.0",
"version": "4.0.0",
"author": "openHAB Community",
"description": "Dashboard user interface for openHAB",
"license": "EPL-2.0",

View File

@ -1,7 +1,7 @@
{
"name": "org.openhab.ui",
"displayName": "openHAB",
"version": "3.0.0",
"version": "4.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
@ -38,4 +38,4 @@
"android"
]
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "openhab",
"version": "3.0.0",
"version": "4.0.0",
"description": "openHAB",
"repository": "https://github.com/openhab/openhab-webui",
"license": "EPL-2.0",