Skip to content

Commit

Permalink
(release): 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Jan 3, 2020
1 parent 0e095e2 commit ac36166
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
@@ -1,5 +1,9 @@
# Changelog

## 13.0.1

- Bug: Fix AOT builds by removing barrel exports

## 13.0.0

- Breaking: Upgrade to Angular 9. Add compatibility with Ivy
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -21,15 +21,15 @@
"prettier": "prettier --write \"{src,projects}/**/*.{js,ts,html,scss,css,md,json}\""
},
"dependencies": {
"@angular/animations": "~9.0.0-rc.5",
"@angular/animations": "~9.0.0-rc.6",
"@angular/cdk": "^8.2.3",
"@angular/common": "~9.0.0-rc.5",
"@angular/compiler": "~9.0.0-rc.5",
"@angular/core": "~9.0.0-rc.5",
"@angular/forms": "~9.0.0-rc.5",
"@angular/platform-browser": "~9.0.0-rc.5",
"@angular/platform-browser-dynamic": "~9.0.0-rc.5",
"@angular/router": "~9.0.0-rc.5",
"@angular/common": "~9.0.0-rc.6",
"@angular/compiler": "~9.0.0-rc.6",
"@angular/core": "~9.0.0-rc.6",
"@angular/forms": "~9.0.0-rc.6",
"@angular/platform-browser": "~9.0.0-rc.6",
"@angular/platform-browser-dynamic": "~9.0.0-rc.6",
"@angular/router": "~9.0.0-rc.6",
"@swimlane/ngx-ui": "^28.0.0-rc.3",
"codemirror": "^5.49.2",
"d3-array": "^2.4.0",
Expand All @@ -53,9 +53,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.5",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.5",
"@angular/cli": "^9.0.0-rc.5",
"@angular/compiler-cli": "~9.0.0-rc.5",
"@angular/language-service": "~9.0.0-rc.5",
"@angular/cli": "^9.0.0-rc.6",
"@angular/compiler-cli": "~9.0.0-rc.6",
"@angular/language-service": "~9.0.0-rc.6",
"@swimlane/prettier-config-swimlane": "^2.0.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/swimlane/ngx-charts/package.json
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-charts",
"version": "13.0.0",
"version": "13.0.1",
"description": "Declarative Charting Framework for Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit ac36166

Please sign in to comment.