Skip to content

Commit 3a75cbe

Browse files
committed
chore: release @native-html/[email protected]
1 parent 2c76bbc commit 3a75cbe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/heuristic-table-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.3.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-03-04)
2+
3+
4+
### Features
5+
6+
* advanced layout algorithm ([05eeb6e](https://github.com/native-html/plugins/commit/05eeb6ed33375284fe9d18c70aec5b4633ded484))
7+
* pass markers from table root to cells ([fcfd4b7](https://github.com/native-html/plugins/commit/fcfd4b7be07da5fe22e63574a3695c65c598b035))
8+
19
# [0.2.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-20)
210

311

packages/heuristic-table-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/heuristic-table-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "🔠 A 100% native component using heuristics 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)