Skip to content

Commit

Permalink
bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Dec 20, 2018
1 parent c7efed0 commit 5b2e3a3
Show file tree
Hide file tree
Showing 6 changed files with 579 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/out-tsc

# dependencies
/node_modules
**/node_modules

# IDEs and editors
/.idea
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@

<a name="0.15.0"></a>
# [v0.15.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.15.0) (2018-12-19)

### Fix

- Adjusted dependency chain for package
- Migrated to Angular 7.x

<a name="0.14.0"></a>
# [v0.14.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.13.3) (2018-06-07)
# [v0.14.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.14.0) (2018-06-07)

- Added
### Added
- Ability to override color options in bar-charts.
- Ability to spread colors across groups.

Expand Down
302 changes: 0 additions & 302 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/cli": "7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@angular/language-service": "^7.1.4",
"@pioneer-code/pioneer-charts": "^0.14.0",
"@pioneer-code/pioneer-charts": "^0.15.0",
"@ryancavanaugh/prismjs": "^1.4.3-alpha",
"@types/d3": "^5.0.1",
"@types/jasmine": "~2.8.6",
Expand All @@ -51,7 +51,6 @@
"codelyzer": "~4.5.0",
"copyfiles": "^2.0.0",
"cpy": "^7.0.0",
"d3": "^5.7.0",
"font-awesome": "^4.7.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
Expand Down
Loading

0 comments on commit 5b2e3a3

Please sign in to comment.