Skip to content

Commit a3a6171

Browse files
committed
chore: release @native-html/[email protected]
1 parent 5a91aaa commit a3a6171

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/table-plugin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.3.1](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* remove null from useHtmlTableProps return signature (dead condition) ([52888c5](https://github.com/native-html/plugins/commit/52888c54d1d21647ce4afb5a05385e332a37ba02))
7+
18
# [5.3.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-06-08)
29

310

packages/table-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/table-plugin",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "🔠 A WebView-based plugin to render tables in react-native-render-html",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)