Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e-younan committed Mar 12, 2024
1 parent 8b3442f commit b289ed6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


## 0.1.0 (2024-03-12)


### Features

* add animated text example, fix computation ([f677a3e](https://github.com/codeherence/react-native-graph/commit/f677a3e1bb92edc7cf8694f9923f97b04a703693))
* add pan and hover gesture handlers, with point resolution ([cdf73d7](https://github.com/codeherence/react-native-graph/commit/cdf73d7f81eedc983d233fb1ae073168c83f370b))
* add pathfill prop and clean up api ([8b3442f](https://github.com/codeherence/react-native-graph/commit/8b3442fb994b3f6924f3be64a14cbba4960c434e))
* export line chart props type ([761cb73](https://github.com/codeherence/react-native-graph/commit/761cb73433510a9dd1289e2b78d62e3ae82d91de))
* implement linear interpolation for graph ([9054ce2](https://github.com/codeherence/react-native-graph/commit/9054ce256c8e3e3354cb93555fb97c5962bd4e8e))
* improve api ([468297f](https://github.com/codeherence/react-native-graph/commit/468297f3b7bf253d398cbe317b31897a29d302bc))
* improve api, add axis, etc ([a8fd0a9](https://github.com/codeherence/react-native-graph/commit/a8fd0a910e6cb9d7fa1690c10c1315b216be44db))
* init commit ([3f7465d](https://github.com/codeherence/react-native-graph/commit/3f7465d91c3eb3950bc7aa92688bd07ad150aa4c))
* integrate axis labels ([3ac649a](https://github.com/codeherence/react-native-graph/commit/3ac649a39f6a783cdc8d68a379fc0bca29ed0759))
* introduce latest skia version ([d8740f5](https://github.com/codeherence/react-native-graph/commit/d8740f55e9bc4b58462fd9d73a8b33d3527fa84c))


### Bug Fixes

* dependency array for path computation ([be93f88](https://github.com/codeherence/react-native-graph/commit/be93f88dd8fb5e3b38b4c90acbee0b3e0b830a81))
* imports, metro dev issues, and more ([544f9d4](https://github.com/codeherence/react-native-graph/commit/544f9d4bd7544262c807ef5d90f534ecb1abb6d6))
* linting and d3 additions ([43743a9](https://github.com/codeherence/react-native-graph/commit/43743a97edb124c7bb63f2a1b8246cd8d2aab0cf))
* remove unused banner prop ([e531ab1](https://github.com/codeherence/react-native-graph/commit/e531ab126868d13d992be5c4455d9eb8bc16c109))
* update readme references to header library ([76a230a](https://github.com/codeherence/react-native-graph/commit/76a230af5cf351a9c3d6ab8396ac85d51d6950de))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeherence/react-native-graph",
"version": "0.0.1",
"version": "0.1.0",
"description": "A graphing library for React Native built with Shopify's react-native-skia.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b289ed6

Please sign in to comment.