From f2c36f1fbd3e2b73e7915e191581b0ff59e67d34 Mon Sep 17 00:00:00 2001 From: "Juan B. Rodriguez" Date: Fri, 15 Sep 2017 10:46:01 -0500 Subject: [PATCH] Release 3.7.2 --- CHANGES | 7 +++++++ VERSION | 2 +- client/package-lock.json | 2 +- client/package.json | 2 +- metadata/changes/3.7.2.txt | 6 ++++++ 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 metadata/changes/3.7.2.txt diff --git a/CHANGES b/CHANGES index 94b473f..5967050 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Version 3.7.2 - 2017-09-15 +- Update vue template +- Switch from yarn to npm5 +- Update scripts +- Update server packages + + Version 3.7.1 - 2017-07-07 - Remove comment - Sort by Score diff --git a/VERSION b/VERSION index a76ccff..0b2eb36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.1 +3.7.2 diff --git a/client/package-lock.json b/client/package-lock.json index 6dbd064..6963126 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index f67dcb5..76711c4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.7.1", + "version": "3.7.2", "description": "mediaGUI", "author": "Juan B. Rodriguez ", "private": true, diff --git a/metadata/changes/3.7.2.txt b/metadata/changes/3.7.2.txt new file mode 100644 index 0000000..0c55b2c --- /dev/null +++ b/metadata/changes/3.7.2.txt @@ -0,0 +1,6 @@ +2017-09-15 - 3.7.2 + +- Update vue template +- Switch from yarn to npm5 +- Update scripts +- Update server packages