From 40fe6a4dfc0d24352bdc484f42d713e41c2d4c63 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Sat, 20 Feb 2021 15:55:14 -0300 Subject: [PATCH] chore: release @native-html/heuristic-table-plugin@0.2.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 c8d91c9..fd6f034 100644 --- a/packages/heuristic-table-plugin/CHANGELOG.md +++ b/packages/heuristic-table-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.1.0...@native-html/heuristic-table-plugin@0.2.0) (2021-02-20) + + +### Features + +* **heuristic-table:** export hooks to reuse internal rendering logic ([d0f1529](https://github.com/native-html/plugins/commit/d0f15298cd6c17799f87d87ff25bb8b6433193bd)) + # 0.1.0 (2021-02-18) diff --git a/packages/heuristic-table-plugin/package.json b/packages/heuristic-table-plugin/package.json index 50768fa..7b00ac7 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.1.0", + "version": "0.2.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",