Skip to content

Commit be688ab

Browse files
committed
chore: bump version /w changelog
1 parent 47198f2 commit be688ab

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.9.5 (2019-06-05)
2+
* upgrade to `angular@8`
3+
* **UiGrid** complete `visible$` columns BehaviorSubject
4+
* **UiGridFilter** call destroy hook in child classes
5+
16
# v0.9.3-hotfix1 (2019-06-05)
27
* **UiGrid** correctly bind to the search `maxlength` attribute
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "0.9.3-hotfix1",
3+
"version": "0.9.5",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://github.com/UiPath/angular-components"

projects/angular/package.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "0.9.3-hotfix1",
3+
"version": "0.9.5",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",
@@ -24,26 +24,23 @@
2424
"vladjerca"
2525
],
2626
"peerDependencies": {
27-
"@angular/animations": "^7.2.15",
28-
"@angular/cdk": "^7.3.7",
29-
"@angular/cdk-experimental": "^7.3.7",
30-
"@angular/common": "^7.2.15",
31-
"@angular/compiler": "^7.2.15",
32-
"@angular/core": "^7.2.15",
33-
"@angular/forms": "^7.2.15",
34-
"@angular/material": "^^7.3.7",
35-
"@angular/platform-browser": "^7.2.15",
36-
"@angular/platform-browser-dynamic": "^7.2.15",
37-
"@angular/router": "^7.2.15",
27+
"@angular/animations": ">=8.0.0",
28+
"@angular/cdk": ">=8.0.0",
29+
"@angular/cdk-experimental": ">=8.0.0",
30+
"@angular/common": ">=8.0.0",
31+
"@angular/compiler": ">=8.0.0",
32+
"@angular/core": ">=8.0.0",
33+
"@angular/forms": ">=8.0.0",
34+
"@angular/material": ">=8.0.0",
35+
"@angular/platform-browser":">=8.0.0",
36+
"@angular/platform-browser-dynamic": ">=8.0.0",
37+
"@angular/router": ">=8.0.0",
3838
"clipboard": "~2.0.4",
39-
"core-js": "~2.5.4",
4039
"lodash-es": "~4.17.11",
4140
"moment": "~2.24.0",
4241
"moment-timezone": "~0.5.25",
4342
"object-hash": "~1.3.1",
4443
"rxjs": "~6.5.2",
45-
"scroll-into-view-if-needed": "~2.2.20",
46-
"tslib": "~1.9.3",
47-
"zone.js": "~0.9.1"
44+
"scroll-into-view-if-needed": "~2.2.20"
4845
}
4946
}

0 commit comments

Comments
 (0)