Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Jun 28, 2022
1 parent e415bc9 commit 883f9c5
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/auth",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS authentication service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/client",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS client application",
"license": "MPL-2.0",
"private": true,
Expand Down
Binary file modified packages/client/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/commons",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS common modules and utils",
"license": "MPL-2.0",
"main": "./build/dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/components",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS UI Component library",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/gateway",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS API Gateway with GraphQL",
"license": "MPL-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/integration",
"version": "1.0.0",
"version": "1.0.1",
"description": "A set of integration and performance tests for OpenCRVS",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/login",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS login client application",
"license": "MPL-2.0",
"private": true,
Expand Down
Binary file modified packages/login/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/metrics",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS metrics service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/notification",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS notification service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/search",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS search service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/user-mgnt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/user-mgnt",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS user management service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/webhooks",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS webhooks service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/workflow",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCRVS workflow service",
"license": "MPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function ask_yes_or_no() {
*) echo "no" ;;
esac
}
if [[ "no" == $(ask_yes_or_no "OpenCRVS can ONLY run on Ubuntu or Mac OSX. This is a ONE TIME USE ONLY setup command for OpenCRVS and resets OpenCRVS to factory settings. If you have already successfully installed OpenCRVS, you should use 'yarn dev' to start OpenCRVS again. Type: no to exit. If you want to continue, your OS must be Ubuntu or Mac and you must have at least 30 minutes available as the process cannot be interrupted. You must also have at least 10GB of available disk space and at least 8GB of RAM. Type: yes to continue.") ]]
if [[ "no" == $(ask_yes_or_no "OpenCRVS can ONLY run on Ubuntu or Mac OSX. This is a ONE TIME USE ONLY setup command for OpenCRVS and resets OpenCRVS to factory settings. If you have already successfully installed OpenCRVS, you should use 'yarn dev' to start OpenCRVS again. Type: no to exit. If you want to continue, your OS must be Ubuntu or Mac and you must have at least 30 minutes available as the process cannot be interrupted. You must also have at least 20GB of available disk space and at least 16GB of RAM. Type: yes to continue.") ]]
then
echo "Exiting OpenCRVS setup."
exit 0
Expand Down

0 comments on commit 883f9c5

Please sign in to comment.