From c03c63e8f1d463752ebe3a3c319d239171c65356 Mon Sep 17 00:00:00 2001 From: Lam Kee Wei Date: Wed, 2 Jun 2021 14:09:46 +0800 Subject: [PATCH] chore: bump version to 1.7.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f705854..2918f8bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.7.1](https://github.com/opengovsg/checkfirst/compare/v1.7.0...v1.7.1) + +- chore(deps-dev): bump @types/react-dom from 17.0.5 to 17.0.6 [`#641`](https://github.com/opengovsg/checkfirst/pull/641) +- chore(deps): bump aws-sdk from 2.918.0 to 2.919.0 [`#640`](https://github.com/opengovsg/checkfirst/pull/640) +- chore(deps-dev): bump @types/mathjs from 9.3.2 to 9.4.2 [`#639`](https://github.com/opengovsg/checkfirst/pull/639) +- chore(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#638`](https://github.com/opengovsg/checkfirst/pull/638) +- chore(deps): bump @sentry/react from 6.4.1 to 6.5.0 [`#635`](https://github.com/opengovsg/checkfirst/pull/635) +- fix(frontend): parsing of conditional expressions with `and` or `or` [`#633`](https://github.com/opengovsg/checkfirst/pull/633) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#636`](https://github.com/opengovsg/checkfirst/pull/636) +- chore(deps): bump @sentry/node from 6.4.1 to 6.5.0 [`#634`](https://github.com/opengovsg/checkfirst/pull/634) +- fix(expression-input): clear selection on click out of component [`#625`](https://github.com/opengovsg/checkfirst/pull/625) +- fix(form-builder): fix scroll to invalid input behaviour [`#516`](https://github.com/opengovsg/checkfirst/pull/516) +- chore(deps): bump aws-sdk from 2.917.0 to 2.918.0 [`#632`](https://github.com/opengovsg/checkfirst/pull/632) +- chore(deps): bump react-hook-form from 7.6.9 to 7.7.1 [`#631`](https://github.com/opengovsg/checkfirst/pull/631) +- chore(deps): bump dns-packet from 1.3.1 to 1.3.4 [`#629`](https://github.com/opengovsg/checkfirst/pull/629) +- chore(deps): bump react-hook-form from 7.6.7 to 7.6.9 [`#628`](https://github.com/opengovsg/checkfirst/pull/628) +- chore(deps-dev): bump webpack from 5.37.1 to 5.38.1 [`#627`](https://github.com/opengovsg/checkfirst/pull/627) +- chore(deps): bump aws-sdk from 2.916.0 to 2.917.0 [`#626`](https://github.com/opengovsg/checkfirst/pull/626) +- [develop] Release 1.7.0 [`#624`](https://github.com/opengovsg/checkfirst/pull/624) + #### [v1.7.0](https://github.com/opengovsg/checkfirst/compare/v1.6.0...v1.7.0) +> 27 May 2021 + - chore(deps): bump aws-sdk from 2.914.0 to 2.916.0 [`#619`](https://github.com/opengovsg/checkfirst/pull/619) - chore(deps-dev): bump typescript from 4.2.4 to 4.3.2 [`#618`](https://github.com/opengovsg/checkfirst/pull/618) - chore(deps): bump @chakra-ui/react from 1.6.2 to 1.6.3 [`#617`](https://github.com/opengovsg/checkfirst/pull/617) @@ -47,6 +69,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump ts-loader from 9.1.2 to 9.2.0 [`#580`](https://github.com/opengovsg/checkfirst/pull/580) - chore(deps): bump aws-sdk from 2.908.0 to 2.909.0 [`#579`](https://github.com/opengovsg/checkfirst/pull/579) - chore(deps): bump react-hook-form from 7.6.0 to 7.6.2 [`#577`](https://github.com/opengovsg/checkfirst/pull/577) +- chore: bump version to 1.7.0 [`4b15ab3`](https://github.com/opengovsg/checkfirst/commit/4b15ab379498181a5d9632ee364706c70ede2580) #### [v1.6.0](https://github.com/opengovsg/checkfirst/compare/v1.5.0...v1.6.0) diff --git a/package-lock.json b/package-lock.json index 96ef7a082..7afc37843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 225b3e238..6966bd31f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.7.0", + "version": "1.7.1", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",