From 7e1bd5b4bbf07e736f2f878bd113df5aaa5b965a Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Fri, 21 May 2021 18:51:17 -0300 Subject: [PATCH] chore: release @native-html/table-plugin@5.2.0 --- packages/table-plugin/CHANGELOG.md | 7 +++++++ packages/table-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/table-plugin/CHANGELOG.md b/packages/table-plugin/CHANGELOG.md index 6d66c17..2f6b013 100644 --- a/packages/table-plugin/CHANGELOG.md +++ b/packages/table-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.1.0...@native-html/table-plugin@5.2.0) (2021-05-21) + + +### Features + +* support react-native-render-html@6.0.0-alpha.25; beware of upstream breaking changes ([53e322c](https://github.com/native-html/plugins/commit/53e322cad64aece27d5c95c1bc9fb4a3095addbd)) + # [5.1.0](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.0.3...@native-html/table-plugin@5.1.0) (2021-04-17) diff --git a/packages/table-plugin/package.json b/packages/table-plugin/package.json index f4cd4e4..1fadb04 100644 --- a/packages/table-plugin/package.json +++ b/packages/table-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/table-plugin", - "version": "5.1.0", + "version": "5.2.0", "description": "🔠 A WebView-based plugin to render tables in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",