-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(android): publish plugin updates (#592)
* docs(browser): Add clarifications to browser events (#560) * feat(storage): make StorageConfiguration init public (#532) * fix(filesystem): allow copy if from is not parent of to (#546) Co-authored-by: jcesarmobile <[email protected]> * fix(camera): cleanup camera images if not needed (#563) * fix(camera): return original image if editing is cancelled (#566) * fix(camera): return original image if editing is cancelled * fix(camera): Fix allowEdit: true when picking from photos * fix(camera): Resize not respecting aspect ratio on iOS (#568) * chore: adding stuff to deploy plugins to cocoapods * chore: adding npm install to script * chore: updating source to point to proper tag * chore: turning lerna concurrency to 1 for cocoapod builds * chore(android): native library publishing task to test (#575) * fix(local-notifications): Throw errors if missing mandatory channel fields (#577) * fix(push-notifications): Throw errors if missing mandatory channel fields (#576) * chore: adding manual task to deploy plugins to cocoapods * docs(notifications): Add links to explain the Android importance and visibility values (#584) * chore: Correct sources path in podspec (#586) * chore: fixing action sheet podspec * feat(geolocation): Throw error if location is disabled (#589) * fix: Correct missing source_files path (#590) * chore: adding full path to podspecs for cocoapods deploy (#591) * chore(release): publish [skip ci] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] - @capacitor/[email protected] Co-authored-by: jcesarmobile <[email protected]> Co-authored-by: fadoscha <[email protected]> Co-authored-by: Tachibana Shin <[email protected]> Co-authored-by: Max Lynch <[email protected]> Co-authored-by: Ely Lucas <[email protected]>
- Loading branch information
1 parent
eef0bec
commit cac55f8
Showing
81 changed files
with
583 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# This workflow is a WIP to get the plugins to deploy to cocoapods | ||
# Its put on hold as it's currently failing during the pod trunk push command | ||
# See the docs on how to run during manual deployment | ||
|
||
# name: Cocoapods Deploy | ||
|
||
# on: | ||
# workflow_dispatch: | ||
|
||
# jobs: | ||
# deploy-cocoapods: | ||
# runs-on: macos-latest | ||
# timeout-minutes: 30 | ||
# steps: | ||
# - uses: actions/setup-node@v1 | ||
# with: | ||
# node-version: 14.x | ||
# - uses: actions/checkout@v2 | ||
# with: | ||
# fetch-depth: 0 | ||
# - name: Install Cocoapods | ||
# run: | | ||
# gem install cocoapods | ||
# - name: Restore Dependency Cache | ||
# id: cache-modules | ||
# uses: actions/cache@v2 | ||
# with: | ||
# path: | | ||
# node_modules | ||
# */node_modules | ||
# key: dependency-cache-${{ hashFiles('package.json', '*/package.json') }} | ||
# - run: npm install | ||
# - name: Deploy to Cocoapods | ||
# run: | | ||
# set -eo pipefail | ||
# npm run publish:cocoapod | ||
# env: | ||
# COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-09-01) | ||
|
||
**Note:** Version bump only for package @capacitor/action-sheet | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-06-23) | ||
|
||
**Note:** Version bump only for package @capacitor/action-sheet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-09-01) | ||
|
||
**Note:** Version bump only for package @capacitor/app-launcher | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-08-18) | ||
|
||
**Note:** Version bump only for package @capacitor/app-launcher | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-09-01) | ||
|
||
**Note:** Version bump only for package @capacitor/app | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-06-23) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Correct missing source_files path ([#590](https://github.com/ionic-team/capacitor-plugins/issues/590)) ([24e0fc2](https://github.com/ionic-team/capacitor-plugins/commit/24e0fc27cc314049012ab9915fa5e7bfb03313e1)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-06-23) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Correct missing source_files path ([#590](https://github.com/ionic-team/capacitor-plugins/issues/590)) ([24e0fc2](https://github.com/ionic-team/capacitor-plugins/commit/24e0fc27cc314049012ab9915fa5e7bfb03313e1)) | ||
* **camera:** cleanup camera images if not needed ([#563](https://github.com/ionic-team/capacitor-plugins/issues/563)) ([a2e4f43](https://github.com/ionic-team/capacitor-plugins/commit/a2e4f4339119698e8dd066a5f2f8f065ab2e4727)) | ||
* **camera:** Resize not respecting aspect ratio on iOS ([#568](https://github.com/ionic-team/capacitor-plugins/issues/568)) ([ea2b801](https://github.com/ionic-team/capacitor-plugins/commit/ea2b8012aab7e5ea34cfa34735f7f55ba76a3882)) | ||
* **camera:** return original image if editing is cancelled ([#566](https://github.com/ionic-team/capacitor-plugins/issues/566)) ([4786841](https://github.com/ionic-team/capacitor-plugins/commit/4786841099403a4d3d59aaf9103e8fa02aa8e4e2)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2021-08-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.