diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c18784ac..728c39c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# v14.0.0 (2023-01-19) + # v14.0.0-rc.3 (2023-01-13) * **tree-select** focus parent on arrow left * **tree-select** select items with space diff --git a/package-lock.json b/package-lock.json index 72d07702b..6a42222d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.0.0-rc.4", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 940179b05..9c25460d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.0.0-rc.4", + "version": "14.0.0", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 51b46d970..b3c05ce89 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.0.0-rc.4", + "version": "14.0.0", "license": "MIT", "author": { "name": "UiPath Inc",