Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release v6.118.0 #7293

Merged
merged 12 commits into from
Apr 30, 2024
Merged

build: release v6.118.0 #7293

merged 12 commits into from
Apr 30, 2024

Commits on Apr 23, 2024

  1. fix(deps): bump zod from 3.23.0 to 3.23.4 in /shared (#7283)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.23.0 to 3.23.4.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.23.0...v3.23.4)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3c8db4f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #7284 from opengovsg/release-al2

    build: merge release v6.117.0 into develop
    KenLSM committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9e6cce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1106cd View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump type-fest from 4.16.0 to 4.17.0 in /shared (#7287)

    Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.16.0 to 4.17.0.
    - [Release notes](https://github.com/sindresorhus/type-fest/releases)
    - [Commits](sindresorhus/type-fest@v4.16.0...v4.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: type-fest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6d1c765 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    aa12800 View commit details
    Browse the repository at this point in the history
  2. feat(payments): add min global payment limit override (#7291)

    * add flag to allow global min override in form
    
    * allow fe variable fields to pass fe validators
    
    * allow respondent variable payment flow to respect global min override value
    
    * remove check min value check on respondent payment submission
    
    * fix: add missing default variable
    
    * test: add test cases for global limit
    KenLSM committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6f32e46 View commit details
    Browse the repository at this point in the history
  3. feat(btn): phase 2 - add growthbook toggle to control adding twilio c…

    …reds (#7290)
    
    feat: add growthbook toggle to control adding twilio creds
    KenLSM committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d57b85d View commit details
    Browse the repository at this point in the history
  4. fix: update chromium version (#7294)

    update chromium version
    KenLSM committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c0e5027 View commit details
    Browse the repository at this point in the history
  5. fix(deps): bump type-fest from 4.17.0 to 4.18.0 in /shared (#7297)

    Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.17.0 to 4.18.0.
    - [Release notes](https://github.com/sindresorhus/type-fest/releases)
    - [Commits](sindresorhus/type-fest@v4.17.0...v4.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: type-fest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f0fdf9c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix(payments): allow 0 cents (#7298)

    fix: allow 0 cents
    KenLSM committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    70a0dfa View commit details
    Browse the repository at this point in the history
  2. fix(btn): use different growthbook api (#7299)

    use different growthbook api
    KenLSM committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    435f915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f415b1 View commit details
    Browse the repository at this point in the history