diff --git a/docs/modules/index.md b/docs/modules/index.md index d530371..a18a3a0 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/6cedde5/src/hooks.ts#L7) +[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/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/6cedde5/src/types.ts#L1) +[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/types.ts#L1) diff --git a/docs/modules/plugin.md b/docs/modules/plugin.md index 02e19bb..39481f0 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/6cedde5/src/plugin/index.js#L6) +[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/plugin/index.js#L6) diff --git a/docs/modules/web_preact.md b/docs/modules/web_preact.md index 80116d9..ea131f9 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/6cedde5/src/web/core.ts#L5) +[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/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/6cedde5/src/web/core.ts#L18) +[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L18) ## References diff --git a/docs/modules/web_react.md b/docs/modules/web_react.md index f9f2e94..76e8d5c 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/6cedde5/src/web/core.ts#L5) +[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/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/6cedde5/src/web/core.ts#L18) +[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/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/6cedde5/src/web/core.ts#L11) +[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L11) diff --git a/package-lock.json b/package-lock.json index 5afa1a8..1107887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-react-bridge", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-react-bridge", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "dependencies": { "babel-plugin-module-resolver": "4.1.0" diff --git a/package.json b/package.json index 50cee58..3b841dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-react-bridge", - "version": "0.11.0", + "version": "0.11.1", "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",