diff --git a/README.md b/README.md index 9c7ab97..8cc9edb 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ npm i ngx-forms-handle-errors - [`updateFormErrors`](./projects/ngx-forms-handle-errors/README.md) +### Contributing + +1. Build the app first with `ng build ngx-forms-handle-errors` +2. Enters the `dist` directory and make sure everything is correct diff --git a/package.json b/package.json index eec010f..2511715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-forms", - "version": "1.2.2-rc", + "version": "1.2.2", "repository": { "type": "git", "url": "https://github.com/nncl/ngx-forms" diff --git a/projects/ngx-forms-handle-errors/package.json b/projects/ngx-forms-handle-errors/package.json index 1fb159f..a57248b 100644 --- a/projects/ngx-forms-handle-errors/package.json +++ b/projects/ngx-forms-handle-errors/package.json @@ -1,6 +1,6 @@ { "name": "ngx-forms-handle-errors", - "version": "1.2.2-rc", + "version": "1.2.2", "repository": { "type": "git", "url": "https://github.com/nncl/ngx-forms"