diff --git a/CHANGELOG.md b/CHANGELOG.md index 205c720de..8dddaa8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# v10.0.0 (2020-11-12) + # v10.0.0-rc.3 (2020-11-05) * **ng** update to `10.2` * **rxjs** version bump diff --git a/package-lock.json b/package-lock.json index 677c8d0f1..702f1ae8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "10.0.0-rc.3", + "version": "10.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e20302e90..a3a7dae2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "10.0.0-rc.3", + "version": "10.0.0", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index ebeef8871..eb385c843 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "10.0.0-rc.3", + "version": "10.0.0", "license": "MIT", "author": { "name": "UiPath Inc",