From bedaeb01cf8ad6c1591f1e899c506cd59767824c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 14 Dec 2021 20:14:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/package-lock.json | 2 +- ayanova/package.json | 2 +- ayanova/src/api/ayanova-version.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a1afe2c8..c210a912 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -25,6 +25,7 @@ Prioritize anything that stands in the way of beta testing TODO: NEXT: +Update all dependencies the testing cases and triage the stuff below added recently with an eye to what is needed for beta specfically adn what is needed for initial release and what should be bumped to v.next (make into case) report sample stuff limited to report designer roles and etc diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index c61b5bef..1115eace 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.1", + "version": "8.0.0-beta.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ayanova/package.json b/ayanova/package.json index 6c2c2b9d..7561432f 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.1", + "version": "8.0.0-beta.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index da1f5f31..6b8aeccf 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-beta.1", + version: "8.0.0-beta.2", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };