@capacitor/share
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@1.0.3...@capacitor/share@1.0.4) (2021-09-01) | ||
**Note:** Version bump only for package @capacitor/share | ||
## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@1.0.2...@capacitor/share@1.0.3) (2021-07-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/share", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed.", | ||
@@ -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 ./CapacitorShare.podspec --allow-warnings" | ||
}, | ||
@@ -82,3 +84,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "671617ad0a766b122a262c468aa19d0558876be2" | ||
"gitHead": "f0dcbb1413ba781714dfdc44f41c0ccab735b1e9" | ||
} |
Sorry, the diff of this file is not supported yet
35098