Skip to content

Commit

Permalink
chore: release @native-html/heuristic-table-plugin@0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Mar 4, 2021
1 parent 2c76bbc commit 3a75cbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/heuristic-table-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.3.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.2.0...@native-html/heuristic-table-plugin@0.3.0) (2021-03-04)


### Features

* advanced layout algorithm ([05eeb6e](https://github.com/native-html/plugins/commit/05eeb6ed33375284fe9d18c70aec5b4633ded484))
* pass markers from table root to cells ([fcfd4b7](https://github.com/native-html/plugins/commit/fcfd4b7be07da5fe22e63574a3695c65c598b035))

# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/heuristic-table-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/heuristic-table-plugin",
"version": "0.2.0",
"version": "0.3.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",
Expand Down

0 comments on commit 3a75cbe

Please sign in to comment.