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: callstack/react-native-brownfield
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: callstack/react-native-brownfield
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 8, 2025

  1. chore(deps): bump tmp from 0.2.3 to 0.2.4 in /example (#124)

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.3...v0.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    6dc91f2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /example (#…

    …114)
    
    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    744f024 View commit details
    Browse the repository at this point in the history
  3. Bump image-size from 1.2.0 to 1.2.1 in /example (#104)

    Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/image-size/image-size/releases)
    - [Commits](image-size/image-size@v1.2.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: image-size
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    992cd94 View commit details
    Browse the repository at this point in the history
  4. feat: add dynamic libs support in brownfield-gradle-plugin (#128)

    * feat: add dynamic libs support in brownfield-gradle-plugin
    
    * docs: update readme
    
    * chore: fix CI
    
    * chore: fix CI
    
    * chore: fix CI
    hurali97 authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    e7d3530 View commit details
    Browse the repository at this point in the history
  5. fix: remove cyclic dependency between tasks (#133)

    * fix: remove cyclic dependency between tasks
    
    * refactor: move task dependency for JSBubndle to variant aware preBuild task
    
    * refator: extract copySoLibsTask to a function
    
    * feat: add dynamicLibs
    
    * empty
    
    ---------
    
    Co-authored-by: Michał Pierzchała <[email protected]>
    hurali97 and thymikee authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    54c2d2a View commit details
    Browse the repository at this point in the history
Loading