Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update project to support Angular 11 #36

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### Features

* **module:** Update project to support Angular 11.

### Bug Fixes

* **build:** fix Compatibility issues with Angular 10.

## [1.3.0](https://github.com/filestack/filestack-angular/compare/v1.2.0...v1.3.0) (2020-10-05)


Expand All @@ -12,7 +20,7 @@ All notable changes to this project will be documented in this file. See [standa

### Bug Fixes

* **build:** fix problems with build library for angular < 9
* **build:** fix problems with build library for angular < 9


## [1.2.0](https://github.com/filestack/filestack-angular/compare/v1.0.2...v1.2.0) (2020-10-05)
Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "ng-picker",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/filestack-angular/tsconfig.lib.json",
"project": "projects/filestack-angular/ng-package.json"
Expand Down Expand Up @@ -161,4 +161,4 @@
"cli": {
"analytics": false
}
}
}
Loading