1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00

Merge pull request #12 from YunoHost-Apps/ci-auto-update-v0.84.3

Upgrade to version 0.84.3
This commit is contained in:
tituspijean 2022-01-10 01:55:12 +01:00 committed by GitHub
commit e0656cdeff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
*(from NocoDB's website)*
**Shipped version:** 0.84.1~ynh3
**Shipped version:** 0.84.3~ynh1
**Demo:** https://www.nocodb.com/demos

View file

@ -23,7 +23,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
*(from NocoDB's website)*
**Version incluse :** 0.84.1~ynh3
**Version incluse :** 0.84.3~ynh1
**Démo :** https://www.nocodb.com/demos

View file

@ -6,7 +6,7 @@
"en": "No-code platform that turns any database into a smart spreadsheet",
"fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent."
},
"version": "0.84.1~ynh3",
"version": "0.84.3~ynh1",
"url": "https://www.nocodb.com/",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -125,6 +125,9 @@ pushd $final_path
ynh_print_info --message="...Done! Installing NocoDB now..."
fi
# https://github.com/Marak/colors.js/issues/285
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install colors@1.4.0 --save-exact
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install
popd