@capacitor/dialog
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@1.0.2...@capacitor/dialog@1.0.3) (2021-09-01) | ||
**Note:** Version bump only for package @capacitor/dialog | ||
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@1.0.1...@capacitor/dialog@1.0.2) (2021-06-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/dialog", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts", | ||
@@ -44,3 +44,5 @@ "main": "dist/plugin.cjs.js", | ||
"watch": "tsc --watch", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"postpublish": "npm run publish:cocoapod", | ||
"publish:cocoapod": "pod trunk push ./CapacitorDialog.podspec --allow-warnings" | ||
}, | ||
@@ -82,3 +84,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8b20a24ada3d3f96944aaa7023c4409c2bdb12c5" | ||
"gitHead": "f0dcbb1413ba781714dfdc44f41c0ccab735b1e9" | ||
} |
Sorry, the diff of this file is not supported yet
51646