Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Feb 18, 2019
1 parent 2282969 commit 5705545
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

### Added
- Make individual "actions" configurable in table

- Add hide column one option to table

<a name="0.18.0"></a>
# [v0.18.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.18.0) (2019-01-08)

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
version: '0.19.x'
version: '0.21.x'
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pioneer-charts",
"version": "0.20.1",
"version": "0.21.0",
"scripts": {
"ng": "ng",
"start": "ng serve pioneer-charts-dev",
Expand Down
2 changes: 1 addition & 1 deletion projects/pcac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/PioneerCode/pioneer-charts"
},
"version": "0.20.1",
"version": "0.21.0",
"license": "MIT",
"devDependencies": {
"@types/d3": "^5.5.0",
Expand Down

0 comments on commit 5705545

Please sign in to comment.