@capacitor/app
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.10](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@0.3.9...@capacitor/app@0.3.10) (2021-05-11) | ||
**Note:** Version bump only for package @capacitor/app | ||
## [0.3.9](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@0.3.8...@capacitor/app@0.3.9) (2021-05-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/app", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.", | ||
@@ -47,6 +47,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "3.0.0-rc.2", | ||
"@capacitor/core": "3.0.0-rc.2", | ||
"@capacitor/android": "3.0.0-rc.3", | ||
"@capacitor/core": "3.0.0-rc.3", | ||
"@capacitor/docgen": "0.0.16", | ||
"@capacitor/ios": "3.0.0-rc.2", | ||
"@capacitor/ios": "3.0.0-rc.3", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -64,3 +64,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "3.0.0-rc.2" | ||
"@capacitor/core": "3.0.0-rc.3" | ||
}, | ||
@@ -83,3 +83,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "55eaff39306b74274e7e80f8d0b4d5746bc600bf" | ||
"gitHead": "35052ba43e3da7e9ebe433ac30dfae235d04b90a" | ||
} |
49438