Skip to content

Commit b289ed6

Browse files
committed
chore: release 0.1.0
1 parent 8b3442f commit b289ed6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
3+
## 0.1.0 (2024-03-12)
4+
5+
6+
### Features
7+
8+
* add animated text example, fix computation ([f677a3e](https://github.com/codeherence/react-native-graph/commit/f677a3e1bb92edc7cf8694f9923f97b04a703693))
9+
* add pan and hover gesture handlers, with point resolution ([cdf73d7](https://github.com/codeherence/react-native-graph/commit/cdf73d7f81eedc983d233fb1ae073168c83f370b))
10+
* add pathfill prop and clean up api ([8b3442f](https://github.com/codeherence/react-native-graph/commit/8b3442fb994b3f6924f3be64a14cbba4960c434e))
11+
* export line chart props type ([761cb73](https://github.com/codeherence/react-native-graph/commit/761cb73433510a9dd1289e2b78d62e3ae82d91de))
12+
* implement linear interpolation for graph ([9054ce2](https://github.com/codeherence/react-native-graph/commit/9054ce256c8e3e3354cb93555fb97c5962bd4e8e))
13+
* improve api ([468297f](https://github.com/codeherence/react-native-graph/commit/468297f3b7bf253d398cbe317b31897a29d302bc))
14+
* improve api, add axis, etc ([a8fd0a9](https://github.com/codeherence/react-native-graph/commit/a8fd0a910e6cb9d7fa1690c10c1315b216be44db))
15+
* init commit ([3f7465d](https://github.com/codeherence/react-native-graph/commit/3f7465d91c3eb3950bc7aa92688bd07ad150aa4c))
16+
* integrate axis labels ([3ac649a](https://github.com/codeherence/react-native-graph/commit/3ac649a39f6a783cdc8d68a379fc0bca29ed0759))
17+
* introduce latest skia version ([d8740f5](https://github.com/codeherence/react-native-graph/commit/d8740f55e9bc4b58462fd9d73a8b33d3527fa84c))
18+
19+
20+
### Bug Fixes
21+
22+
* dependency array for path computation ([be93f88](https://github.com/codeherence/react-native-graph/commit/be93f88dd8fb5e3b38b4c90acbee0b3e0b830a81))
23+
* imports, metro dev issues, and more ([544f9d4](https://github.com/codeherence/react-native-graph/commit/544f9d4bd7544262c807ef5d90f534ecb1abb6d6))
24+
* linting and d3 additions ([43743a9](https://github.com/codeherence/react-native-graph/commit/43743a97edb124c7bb63f2a1b8246cd8d2aab0cf))
25+
* remove unused banner prop ([e531ab1](https://github.com/codeherence/react-native-graph/commit/e531ab126868d13d992be5c4455d9eb8bc16c109))
26+
* update readme references to header library ([76a230a](https://github.com/codeherence/react-native-graph/commit/76a230af5cf351a9c3d6ab8396ac85d51d6950de))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeherence/react-native-graph",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A graphing library for React Native built with Shopify's react-native-skia.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)