Skip to content

Commit

Permalink
chore: release @native-html/table-plugin@5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Oct 13, 2021
1 parent 5a91aaa commit a3a6171
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/table-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.3.1](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.3.0...@native-html/table-plugin@5.3.1) (2021-10-13)


### Bug Fixes

* remove null from useHtmlTableProps return signature (dead condition) ([52888c5](https://github.com/native-html/plugins/commit/52888c54d1d21647ce4afb5a05385e332a37ba02))

# [5.3.0](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.2.0...@native-html/table-plugin@5.3.0) (2021-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/table-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/table-plugin",
"version": "5.3.0",
"version": "5.3.1",
"description": "🔠 A WebView-based plugin to render tables in react-native-render-html",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit a3a6171

Please sign in to comment.