Skip to content

Commit 7a2919f

Browse files
committed
docs (react-chartjs): v0.0.1
1 parent 7c2e23c commit 7a2919f

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 0.1.0 (2018-09-19)
2+
3+
### Features
4+
5+
* PieChart: create PieChart for React (a0392d1 (https://github.com/hieu-nv/react-chartjs/commit/a0392d1))
6+
* PieChart: fix tsc (46ca754 (https://github.com/hieu-nv/react-chartjs/commit/46ca754))
7+
* react-chartjs: create project (57d7df8 (https://github.com/hieu-nv/react-chartjs/commit/57d7df8))
8+
* react-chartjs: pre-commit (1990750 (https://github.com/hieu-nv/react-chartjs/commit/1990750))
9+
* react-chartjs: semantic release (7c2e23c (https://github.com/hieu-nv/react-chartjs/commit/7c2e23c))
10+
* react-chartjs: setup tsc output (b0c5057 (https://github.com/hieu-nv/react-chartjs/commit/b0c5057))
11+
* react-chartjs: setup TypeScript (894f7b2 (https://github.com/hieu-nv/react-chartjs/commit/894f7b2))

packages/core/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/
2+
.travis.yml
3+
tsconfig.json

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-chartjs/core",
3-
"version": "0.0.0-development",
3+
"version": "0.1.0",
44
"repository": {
55
"url": "https://github.com/hieu-nv/react-chartjs.git"
66
},
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)