From badf45dd17a1b7719a7d67336841fa4cbaaaad13 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:01:43 +0900 Subject: [PATCH] 0.11.2 --- README.md | 9 +++++---- docs/modules/index.md | 4 ++-- docs/modules/plugin.md | 2 +- docs/modules/web_preact.md | 4 ++-- docs/modules/web_react.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 01a8176..07ed140 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,11 @@ npm install preact ### Supported react-native versions -| react-native-react-bridge | react-native | -| ------------------------- | ------------ | -| >=0.9.0 | >=0.65.0 | -| 0.0.0 - 0.8.1 | <=0.64.2 | +| react-native-react-bridge | react-native | +| ------------------------- | ---------------- | +| >=0.11.2 | >=0.70.0 | +| >=0.9.0 | >=0.65.0 <0.70.0 | +| 0.0.0 - 0.8.1 | <=0.64.2 | ## Usage diff --git a/docs/modules/index.md b/docs/modules/index.md index a18a3a0..06a377c 100644 --- a/docs/modules/index.md +++ b/docs/modules/index.md @@ -40,7 +40,7 @@ #### Defined in -[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/hooks.ts#L7) +[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/hooks.ts#L7) ## Type Aliases @@ -63,4 +63,4 @@ #### Defined in -[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/types.ts#L1) +[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/types.ts#L1) diff --git a/docs/modules/plugin.md b/docs/modules/plugin.md index 39481f0..ce8a102 100644 --- a/docs/modules/plugin.md +++ b/docs/modules/plugin.md @@ -24,4 +24,4 @@ #### Defined in -[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/plugin/index.js#L6) +[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/plugin/index.js#L6) diff --git a/docs/modules/web_preact.md b/docs/modules/web_preact.md index ea131f9..9680377 100644 --- a/docs/modules/web_preact.md +++ b/docs/modules/web_preact.md @@ -29,7 +29,7 @@ #### Defined in -[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L5) +[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L5) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L18) +[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L18) ## References diff --git a/docs/modules/web_react.md b/docs/modules/web_react.md index 76e8d5c..1a297a1 100644 --- a/docs/modules/web_react.md +++ b/docs/modules/web_react.md @@ -26,7 +26,7 @@ #### Defined in -[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L5) +[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L5) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L18) +[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L18) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L11) +[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L11) diff --git a/package-lock.json b/package-lock.json index f208a33..5ce8069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-react-bridge", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-react-bridge", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "dependencies": { "babel-plugin-module-resolver": "4.1.0" diff --git a/package.json b/package.json index adf8cb9..cfaeffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-react-bridge", - "version": "0.11.1", + "version": "0.11.2", "description": "An easy way to integrate your React (or Preact) app into React Native app with WebView.", "main": "lib/index.js", "module": "lib/index.mjs",