From 5a91aaae45a9ca87aa6c034310870a9753db3ec9 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Wed, 13 Oct 2021 08:50:06 -0300 Subject: [PATCH] chore: release @native-html/heuristic-table-plugin@0.7.0 --- packages/heuristic-table-plugin/CHANGELOG.md | 7 +++++++ packages/heuristic-table-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/heuristic-table-plugin/CHANGELOG.md b/packages/heuristic-table-plugin/CHANGELOG.md index 1f749fe..84eb090 100644 --- a/packages/heuristic-table-plugin/CHANGELOG.md +++ b/packages/heuristic-table-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.7.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.6.0...@native-html/heuristic-table-plugin@0.7.0) (2021-10-13) + + +### Features + +* **heuristic-table:** support rnrh@6.1.0 `renderIndex` and `renderLength` props ([961de3d](https://github.com/native-html/plugins/commit/961de3d519c52e4d5fa12e59489003736d11aed2)) + # [0.6.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.5.0...@native-html/heuristic-table-plugin@0.6.0) (2021-06-08) diff --git a/packages/heuristic-table-plugin/package.json b/packages/heuristic-table-plugin/package.json index a26ea9b..6813272 100644 --- a/packages/heuristic-table-plugin/package.json +++ b/packages/heuristic-table-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/heuristic-table-plugin", - "version": "0.6.0", + "version": "0.7.0", "description": "🔠 A 100% native component using heuristics to render tables in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",