Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: capacitor-community/contacts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: capacitor-community/contacts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 16 files changed
  • 2 contributors

Commits on Oct 2, 2024

  1. fix(android): add missing import (#130)

    This PR adds a missing import.
    
    Close #134 
    
    Related to #128
    
    ```
    npm i @capacitor-community/contacts@6.1.0-dev.852577c.1727177586
    ```
    robingenz authored Oct 2, 2024
    Copy the full SHA
    5e3f53f View commit details
  2. feat!: update to Capacitor v6 (#133)

    Currently the Capacitor v3 implementation is on main. It would make more
    sense if Capacitor v6 was the default and there was a v3 branch for
    Capacitor v3.
    
    Please merge #130, #131 and #132 first.
    
    ---------
    
    Co-authored-by: tafelnl <35837839+tafelnl@users.noreply.github.com>
    robingenz and tafelnl authored Oct 2, 2024
    Copy the full SHA
    ddc9dc7 View commit details
  3. ci: add gh workflow (#135)

    Rebase of #131
    
    ---------
    
    Co-authored-by: Robin Genz <mail@robingenz.dev>
    tafelnl and robingenz authored Oct 2, 2024
    Copy the full SHA
    51a28f8 View commit details
  4. style: format (#136)

    tafelnl authored Oct 2, 2024
    Copy the full SHA
    ead7f78 View commit details
  5. v6.1.1

    tafelnl committed Oct 2, 2024
    Copy the full SHA
    0abbf0f View commit details
Loading