Skip to content

Commit 5b2e3a3

Browse files
committed
bump package
1 parent c7efed0 commit 5b2e3a3

File tree

6 files changed

+579
-310
lines changed

6 files changed

+579
-310
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/out-tsc
77

88
# dependencies
9-
/node_modules
9+
**/node_modules
1010

1111
# IDEs and editors
1212
/.idea

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11

2+
<a name="0.15.0"></a>
3+
# [v0.15.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.15.0) (2018-12-19)
4+
5+
### Fix
6+
7+
- Adjusted dependency chain for package
8+
- Migrated to Angular 7.x
9+
210
<a name="0.14.0"></a>
3-
# [v0.14.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.13.3) (2018-06-07)
11+
# [v0.14.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.14.0) (2018-06-07)
412

5-
- Added
13+
### Added
614
- Ability to override color options in bar-charts.
715
- Ability to spread colors across groups.
816

package-lock.json

-302
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@angular/cli": "7.1.4",
4242
"@angular/compiler-cli": "^7.1.4",
4343
"@angular/language-service": "^7.1.4",
44-
"@pioneer-code/pioneer-charts": "^0.14.0",
44+
"@pioneer-code/pioneer-charts": "^0.15.0",
4545
"@ryancavanaugh/prismjs": "^1.4.3-alpha",
4646
"@types/d3": "^5.0.1",
4747
"@types/jasmine": "~2.8.6",
@@ -51,7 +51,6 @@
5151
"codelyzer": "~4.5.0",
5252
"copyfiles": "^2.0.0",
5353
"cpy": "^7.0.0",
54-
"d3": "^5.7.0",
5554
"font-awesome": "^4.7.0",
5655
"jasmine-core": "~2.99.1",
5756
"jasmine-spec-reporter": "~4.2.1",

0 commit comments

Comments
 (0)