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: dhis2/app-platform Loading
base: v3.2.3
Choose a base ref
...
head repository: dhis2/app-platform Loading
compare: v3.2.4
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    980038f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    e787239 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    6ae8032 View commit details
    Browse the repository at this point in the history
  2. fix(cli-app-scripts): use the same build dir for modes (#302)

    This removes the devOut path and usage of it, instead opting for
    building the development build and production build into the same
    folder: ./build.
    
    For libraries in monorepo situations this is important as they will look
    up the main or module key in the package.json file, which is usually set
    to e.g. ./build/{cjs,es}/lib.js when using the cli-app-scripts to build
    the lib.
    varl committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    dd2802b View commit details
    Browse the repository at this point in the history
  3. chore(release): cut 3.2.4 [skip ci]

    ## [3.2.4](v3.2.3...v3.2.4) (2020-02-18)
    
    ### Bug Fixes
    
    * **cli-app-scripts:** use the same build dir for modes ([#302](#302)) ([dd2802b](dd2802b))
    dhis2-bot committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    73cc104 View commit details
    Browse the repository at this point in the history
Loading