Skip to content

Commit

Permalink
chore: release v6.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jun 23, 2021
1 parent c929643 commit af3bb4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/render-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.0.0-beta.4](https://github.com/meliorence/react-native-render-html/compare/v6.0.0-beta.3...v6.0.0-beta.4) (2021-06-23)


### Features

* support `renderersProps.(ol|ul).markerBoxStyle` prop ([c929643](https://github.com/meliorence/react-native-render-html/commit/c929643bd396ebcc69c8c59260cf2c73380c4907))


### Performance Improvements

* use context to make unitary list style renderers ([26bdd72](https://github.com/meliorence/react-native-render-html/commit/26bdd725ef07d83ac0e7312bf25ef90aa218ab79))

# [6.0.0-beta.3](https://github.com/meliorence/react-native-render-html/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2021-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/render-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-render-html",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"author": "Meliorence <[email protected]> (github.com/meliorence)",
"license": "BSD-2-Clause",
"description": "The hackable, full-featured Open Source HTML rendering solution for React Native.",
Expand Down

0 comments on commit af3bb4c

Please sign in to comment.