Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Dec 21, 2020
1 parent e7c785f commit 5c5a519
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ So you have contributed to core and want to make a new release as an OpenCRVS co

3. Run `yarn test` and ensure all passed.

4. Run `git tag v<version_number>` e.g. `git tag v1.0.0-alpha.2.0`
4. Run `git tag v<version_number>` e.g. `git tag v1.0.0-alpha.3.0`

5. Run `git push origin v<version_number>`

Expand Down
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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS authentication service",
"license": "MPL-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@opencrvs/client",
"version": "1.0.0-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS client application",
"license": "MPL-2.0",
"private": true,
"dependencies": {
"@craco/craco": "^5.2.1",
"@opencrvs/components": "^1.0.0-alpha.2.0",
"@opencrvs/components": "^1.0.0-alpha.3.0",
"@sentry/browser": "^4.6.3",
"@types/bcryptjs": "^2.4.2",
"@types/history": "^4.6.2",
Expand Down
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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS UI Component library",
"license": "MPL-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS API Gateway with GraphQL",
"license": "MPL-2.0",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@graphql-tools/graphql-file-loader": "^6.0.9",
"@graphql-tools/load": "^6.0.9",
"@graphql-tools/schema": "^6.0.9",
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@sentry/node": "^5.10.2",
"@types/archiver": "^3.0.0",
"@types/flat": "^0.0.28",
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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "A set of integration and performance tests for OpenCRVS",
"license": "MPL-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@opencrvs/login",
"version": "1.0.0-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS login client application",
"license": "MPL-2.0",
"private": true,
"dependencies": {
"@craco/craco": "^5.2.1",
"@opencrvs/components": "^1.0.0-alpha.2.0",
"@opencrvs/components": "^1.0.0-alpha.3.0",
"@sentry/browser": "^4.6.3",
"@types/history": "^4.6.2",
"@types/react-redux": "^7.1.5",
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS metrics service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"build:clean": "rm -rf build"
},
"dependencies": {
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@types/pino": "^5.14.0",
"app-module-path": "^2.2.0",
"archiver": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS notification service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"extract:translations": "bash extract-translations.sh"
},
"dependencies": {
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@types/hapi-pino": "^6.3.0",
"@types/pino": "^5.14.0",
"app-module-path": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS search service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@elastic/elasticsearch": "6",
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@types/hapi-pino": "^6.3.0",
"@types/pino": "^5.14.0",
"app-module-path": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS user management service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -17,7 +17,7 @@
"build:clean": "rm -rf build"
},
"dependencies": {
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@types/hapi-pino": "^6.3.0",
"@types/pino": "^5.14.0",
"app-module-path": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS webhooks service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -17,7 +17,7 @@
"build:clean": "rm -rf build"
},
"dependencies": {
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@types/hapi-pino": "^6.3.0",
"@types/pino": "^5.14.0",
"app-module-path": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.2.0",
"version": "1.0.0-alpha.3.0",
"description": "OpenCRVS workflow service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -17,7 +17,7 @@
"build:clean": "rm -rf build"
},
"dependencies": {
"@opencrvs/commons": "^1.0.0-alpha.2.0",
"@opencrvs/commons": "^1.0.0-alpha.3.0",
"@types/hapi-pino": "^6.3.0",
"@types/pino": "^5.14.0",
"app-module-path": "^2.2.0",
Expand Down

0 comments on commit 5c5a519

Please sign in to comment.