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: invertase/notifee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @notifee/react-native@9.1.4
Choose a base ref
...
head repository: invertase/notifee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @notifee/react-native@9.1.5
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    45be8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3701ec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    426b8a3 View commit details
    Browse the repository at this point in the history
  4. chore: implement semantic release (w/custom path filter)

    should allow for automated releases despite this repo being shared
    with flutter
    
    - use custom path filter for git-log command
    - specify header format for react-native release notes
    - specify the version-related files for git commit
    - use conventional commits format (not angular format)
    mikehardy committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    3b22d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Configuration menu
    Copy the full SHA
    5d3477e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5c7a9 View commit details
    Browse the repository at this point in the history
  3. test: ignore patch-package failures

    npm (which is used during semantic-release) does not hoist packages
    the same way as yarn, so cavy-native-reporter is not present in the
    tests_react_native package, so patch-package fails. Further, patch-package
    fails but doesn't return exit code 1 locally, only in CI so this
    wasn't detected earlier
    mikehardy committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    1f70961 View commit details
    Browse the repository at this point in the history
  4. chore(release): 9.1.5 [skip ci]

    ## [9.1.5](/~https://github.com/invertase/notifee/compare/@notifee/react-native@9.1.4...@notifee/react-native@9.1.5) (2024-12-17)
    
    ### Bug Fixes
    
    * **android:** semantic-release test commit ([cf5c7a9](cf5c7a9))
    semantic-release-bot committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    2efdce6 View commit details
    Browse the repository at this point in the history
Loading