Skip to content

Commit 5705545

Browse files
committed
bump versions
1 parent 2282969 commit 5705545

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
### Added
55
- Make individual "actions" configurable in table
6-
6+
- Add hide column one option to table
7+
78
<a name="0.18.0"></a>
89
# [v0.18.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.18.0) (2019-01-08)
910

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: true,
3-
version: '0.19.x'
3+
version: '0.21.x'
44
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pioneer-charts",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve pioneer-charts-dev",

projects/pcac/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/PioneerCode/pioneer-charts"
2424
},
25-
"version": "0.20.1",
25+
"version": "0.21.0",
2626
"license": "MIT",
2727
"devDependencies": {
2828
"@types/d3": "^5.5.0",

0 commit comments

Comments
 (0)