From 97480fdf2ca361adeaaf716ce099377467b4dec1 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Thu, 18 Feb 2021 10:21:18 -0300 Subject: [PATCH] chore: release @native-html/iframe-plugin@2.1.1 --- packages/iframe-plugin/CHANGELOG.md | 7 +++++++ packages/iframe-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/iframe-plugin/CHANGELOG.md b/packages/iframe-plugin/CHANGELOG.md index 9bd1dad..547c940 100644 --- a/packages/iframe-plugin/CHANGELOG.md +++ b/packages/iframe-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.1.0...@native-html/iframe-plugin@2.1.1) (2021-02-18) + + +### Bug Fixes + +* replace outdated type import `RenderHTMLPassedProps` ([872bc96](https://github.com/native-html/plugins/commit/872bc965d8b5c5e8e37430060a2edc343549623f)) + # [2.1.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.0.2...@native-html/iframe-plugin@2.1.0) (2021-02-08) diff --git a/packages/iframe-plugin/package.json b/packages/iframe-plugin/package.json index 2924138..0d96999 100644 --- a/packages/iframe-plugin/package.json +++ b/packages/iframe-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/iframe-plugin", - "version": "2.1.0", + "version": "2.1.1", "description": "🌐 A WebView-based plugin to render iframes in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",