Skip to content

Commit

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


### Features

* loading image component doesn't display alt and borders anymore ([1351ee5](https://github.com/meliorence/react-native-render-html/commit/1351ee598fa5f0c82e2cb8b54ba4f7c4701d8192))
* new `renderersProps.(ol|ul).markerTextStyle` prop ([6ca54e9](https://github.com/meliorence/react-native-render-html/commit/6ca54e925272fe350e550457b5313af47311b6eb))
* re-export definitions from css-processor ([966f01a](https://github.com/meliorence/react-native-render-html/commit/966f01a2c881c730403d1b0e2982b3674ea58f83)), closes [#503](https://github.com/meliorence/react-native-render-html/issues/503)
* use aspectRatio style to infer one dimension of images sizes ([e018b30](https://github.com/meliorence/react-native-render-html/commit/e018b30a7d914042cd544930ce02582869be0ba2))

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


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.6",
"version": "6.0.0-beta.7",
"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 8d48c5f

Please sign in to comment.